From b27824aa9f3ca60f8793a7b21598320bf8fd2fbe Mon Sep 17 00:00:00 2001 From: "Joseph.Dundon" Date: Mon, 3 Feb 2025 15:05:20 +0000 Subject: [PATCH 1/2] PI-2755 - Automatically calculate the main offence using priority spreadsheet --- .../build.gradle.kts | 1 + .../justice/digital/hmpps/data/DataLoader.kt | 2 + .../hmpps/data/generator/OffenceGenerator.kt | 8 +- ...common-platform-hearing-blank-address.json | 2 +- .../common-platform-hearing-dob-error.json | 2 +- .../common-platform-hearing-no-remand.json | 2 +- .../common-platform-hearing-null-fields.json | 2 +- .../messages/common-platform-hearing.json | 2 +- .../justice/digital/hmpps/IntegrationTest.kt | 2 +- .../delius/entity/OffenceCsvRecord.kt | 16 + .../digital/hmpps/messaging/Handler.kt | 38 +- .../src/main/resources/offence_priority.csv | 28040 ++++++++++++++++ .../digital/hmpps/messaging/HandlerTest.kt | 24 + 13 files changed, 28131 insertions(+), 10 deletions(-) create mode 100644 projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/entity/OffenceCsvRecord.kt create mode 100644 projects/common-platform-and-delius/src/main/resources/offence_priority.csv diff --git a/projects/common-platform-and-delius/build.gradle.kts b/projects/common-platform-and-delius/build.gradle.kts index 3b8fb43639..0c9776366b 100644 --- a/projects/common-platform-and-delius/build.gradle.kts +++ b/projects/common-platform-and-delius/build.gradle.kts @@ -16,6 +16,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-csv") dev(project(":libs:dev-tools")) dev("com.h2database:h2") diff --git a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/DataLoader.kt b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/DataLoader.kt index 0571072ab9..196cca5bc5 100644 --- a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/DataLoader.kt +++ b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/DataLoader.kt @@ -56,8 +56,10 @@ class DataLoader( persist(StaffGenerator.ALLOCATED) persist(CourtGenerator.UNKNOWN_COURT_N07_PROVIDER) persist(OffenceGenerator.DEFAULT) + persist(OffenceGenerator.OTHER) persist(ContactTypeGenerator.EAPP) persist(DetailedOffenceGenerator.DEFAULT) + persist(DetailedOffenceGenerator.OTHER) } } } diff --git a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt index 6db575e7e5..e0ba07a315 100644 --- a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt +++ b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt @@ -23,12 +23,15 @@ object MainOffenceGenerator { } object DetailedOffenceGenerator { - val DEFAULT = generate(code = "AA00000", description = "Murder", homeOfficeCode = "00100") + val DEFAULT = generate(code = "TN42001", description = "62 Treason Acts 1351-1842", homeOfficeCode = "06200") + val OTHER = generate(code = "ZZ00120", description = "91.2 Other Public Health offences", homeOfficeCode = "09166") fun generate( + id: Long = IdGenerator.getAndIncrement(), code: String, description: String, homeOfficeCode: String ) = DetailedOffence( + id = id, code = code, description = description, homeOfficeCode = homeOfficeCode, @@ -41,7 +44,8 @@ object DetailedOffenceGenerator { } object OffenceGenerator { - val DEFAULT = generate(code = "00100", description = "Murder") + val DEFAULT = generate(code = "06200", description = "High treason and other offences against Treason Acts") + val OTHER = generate(code = "09166", description = "Triable either way offences under The Food Hygiene (Wales) Regulations 2006") fun generate( id: Long = IdGenerator.getAndIncrement(), code: String, diff --git a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-blank-address.json b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-blank-address.json index ed7be4079f..53aced77fa 100644 --- a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-blank-address.json +++ b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-blank-address.json @@ -2,7 +2,7 @@ "Type": "Notification", "MessageId": "aa2c2828-167f-529b-8e19-73735a2fb85c", "TopicArn": "arn:aws:sns:eu-west-2:000000000000:example", - "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"AA00000\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":null,\"address2\":null,\"address3\":null,\"address4\":null,\"address5\":null,\"postcode\":null},\"contact\":{\"home\":null,\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", + "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"TN42001\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":null,\"address2\":null,\"address3\":null,\"address4\":null,\"address5\":null,\"postcode\":null},\"contact\":{\"home\":null,\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", "SignatureVersion": "1", "Signature": "EXAMPLE", diff --git a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-dob-error.json b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-dob-error.json index b8bdb8eb4f..04f9f03491 100644 --- a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-dob-error.json +++ b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-dob-error.json @@ -2,7 +2,7 @@ "Type": "Notification", "MessageId": "aa2c2828-167f-529b-8e19-73735a2fb85c", "TopicArn": "arn:aws:sns:eu-west-2:000000000000:example", - "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"AA00000\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2020-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", + "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"TN42001\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2020-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", "SignatureVersion": "1", "Signature": "EXAMPLE", diff --git a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-no-remand.json b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-no-remand.json index f88a497a1f..86bccd5938 100644 --- a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-no-remand.json +++ b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-no-remand.json @@ -2,7 +2,7 @@ "Type": "Notification", "MessageId": "aa2c2828-167f-529b-8e19-73735a2fb85c", "TopicArn": "arn:aws:sns:eu-west-2:000000000000:example", - "Message" : "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"AA00000\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", + "Message" : "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"TN42001\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", "SignatureVersion": "1", "Signature": "EXAMPLE", "SigningCertURL": "https://sns.eu-west-2.amazonaws.com/EXAMPLE.pem", diff --git a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-null-fields.json b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-null-fields.json index a64f2ed5ad..ac67dacf5f 100644 --- a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-null-fields.json +++ b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing-null-fields.json @@ -2,7 +2,7 @@ "Type": "Notification", "MessageId": "aa2c2828-167f-529b-8e19-73735a2fb85c", "TopicArn": "arn:aws:sns:eu-west-2:000000000000:example", - "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"AA00000\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":null,\"lastName\":null,\"middleName\":null,\"firstName\":null,\"dateOfBirth\":null,\"address\":{\"address1\":null,\"address2\":null,\"address3\":null,\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":null,\"mobile\":null,\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":null,\"selfDefinedEthnicityDescription\":null}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":null,\"croNumber\":null}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", + "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"TN42001\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":null,\"verdict\":null}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":null,\"lastName\":null,\"middleName\":null,\"firstName\":null,\"dateOfBirth\":null,\"address\":{\"address1\":null,\"address2\":null,\"address3\":null,\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":null,\"mobile\":null,\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":null,\"selfDefinedEthnicityDescription\":null}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":null,\"croNumber\":null}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", "SignatureVersion": "1", "Signature": "EXAMPLE", diff --git a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing.json b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing.json index 8b60f1d2aa..8bbd05298d 100644 --- a/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing.json +++ b/projects/common-platform-and-delius/src/dev/resources/messages/common-platform-hearing.json @@ -2,7 +2,7 @@ "Type": "Notification", "MessageId": "aa2c2828-167f-529b-8e19-73735a2fb85c", "TopicArn": "arn:aws:sns:eu-west-2:000000000000:example", - "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"AA00000\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}],\"plea\":{\"pleaValue\":\"Not guilty\",\"pleaDate\":\"2024-10-29\"},\"verdict\":{\"verdictDate\":\"2024-10-29\",\"verdictType\":{\"description\":\"Verdict\"}}}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", + "Message": "{\"hearing\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"courtCentre\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"code\":\"A00AA00\",\"roomId\":\"00000000-0000-0000-0000-000000000000\",\"roomName\":\"Courtroom 01\"},\"type\":{\"id\":\"00000000-0000-0000-0000-000000000000\",\"description\":\"First hearing\",\"welshDescription\":null},\"jurisdictionType\":\"MAGISTRATES\",\"hearingDays\":[{\"sittingDay\":\"2024-01-01T12:00:00\",\"listedDurationMinutes\":30,\"listingSequence\":1}],\"prosecutionCases\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"initiationCode\":\"A\",\"prosecutionCaseIdentifier\":{\"prosecutionAuthorityCode\":\"AAAAA\",\"prosecutionAuthorityId\":\"00000000-0000-0000-0000-000000000000\",\"caseURN\":\"00AA000000\"},\"defendants\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offences\":[{\"id\":\"00000000-0000-0000-0000-000000000000\",\"offenceDefinitionId\":\"00000000-0000-0000-0000-000000000000\",\"offenceCode\":\"TN42001\",\"offenceTitle\":\"Example Offense Title\",\"wording\":\"Example of the offense committed\",\"offenceLegislation\":\"Example legislation\",\"listingNumber\":1,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}]}, {\"id\":\"11111111-1111-1111-1111-111111111111\",\"offenceDefinitionId\":\"11111111-1111-1111-1111-111111111111\",\"offenceCode\":\"ZZ00120\",\"offenceTitle\":\"Example Offense Title 2\",\"wording\":\"Example of the offense committed 2\",\"offenceLegislation\":\"Example legislation 2\",\"listingNumber\":2,\"judicialResults\":[{\"isConvictedResult\":false,\"label\":\"Remanded in custody\",\"judicialResultTypeId\":\"00000000-0000-0000-0000-000000000000\",\"resultText\":\"RI - Remanded in custody\"}]}],\"prosecutionCaseId\":\"00000000-0000-0000-0000-000000000000\",\"personDefendant\":{\"personDetails\":{\"gender\":\"MALE\",\"lastName\":\"Example Last Name\",\"middleName\":null,\"firstName\":\"Example First Name\",\"dateOfBirth\":\"2000-01-01\",\"address\":{\"address1\":\"Example Address Line 1\",\"address2\":\"Example Address Line 2\",\"address3\":\"Example Address Line 3\",\"address4\":null,\"address5\":null,\"postcode\":\"AA1 1AA\"},\"contact\":{\"home\":\"01234567890\",\"mobile\":\"07000000000\",\"work\":null},\"ethnicity\":{\"observedEthnicityDescription\":\"White\",\"selfDefinedEthnicityDescription\":\"British\"}}},\"legalEntityDefendant\":null,\"masterDefendantId\":\"00000000-0000-0000-0000-000000000000\",\"pncId\":\"00000000000A\",\"croNumber\":\"000000/00A\"}],\"caseStatus\":\"ACTIVE\",\"caseMarkers\":[]}]}}", "Timestamp": "2022-07-27T14:22:08.509Z", "SignatureVersion": "1", "Signature": "EXAMPLE", diff --git a/projects/common-platform-and-delius/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/IntegrationTest.kt b/projects/common-platform-and-delius/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/IntegrationTest.kt index 9a9975e55e..3adcb3935e 100644 --- a/projects/common-platform-and-delius/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/IntegrationTest.kt +++ b/projects/common-platform-and-delius/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/IntegrationTest.kt @@ -372,7 +372,7 @@ internal class IntegrationTest { verify(mainOffenceRepository).save(check { assertThat(it.person.forename, Matchers.equalTo("Example First Name")) assertThat(it.person.surname, Matchers.equalTo("Example Last Name")) - assertThat(it.offence.description, Matchers.equalTo("Murder")) + assertThat(it.offence.description, Matchers.equalTo("High treason and other offences against Treason Acts")) assertNotNull(it.offence) }) verify(courtAppearanceRepository).save(check { diff --git a/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/entity/OffenceCsvRecord.kt b/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/entity/OffenceCsvRecord.kt new file mode 100644 index 0000000000..f0ce4ec2c4 --- /dev/null +++ b/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/entity/OffenceCsvRecord.kt @@ -0,0 +1,16 @@ +package uk.gov.justice.digital.hmpps.integrations.delius.entity + +import com.fasterxml.jackson.annotation.JsonProperty + +data class OffenceCsvRecord( + @JsonProperty("cjs_offence_code") val cjsOffenceCode: String, + @JsonProperty("ho_offence_code") val hoOffenceCode: String?, + @JsonProperty("ho_offence_desc") val hoOffenceDesc: String?, + @JsonProperty("offence_published_desc") val offencePublishedDesc: String?, + @JsonProperty("offence_type") val offenceType: String?, + @JsonProperty("offence_group") val offenceGroup: String?, + @JsonProperty("offence_detailed_desc") val offenceDetailedDesc: String?, + @JsonProperty("offence_group_code") val offenceGroupCode: String?, + @JsonProperty("priority") val priority: String?, + @JsonProperty("release") val release: String? +) diff --git a/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/messaging/Handler.kt b/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/messaging/Handler.kt index 04bc5561b2..1bdf362c0a 100644 --- a/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/messaging/Handler.kt +++ b/projects/common-platform-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/messaging/Handler.kt @@ -4,18 +4,23 @@ import com.asyncapi.kotlinasyncapi.annotation.Schema import com.asyncapi.kotlinasyncapi.annotation.channel.Channel import com.asyncapi.kotlinasyncapi.annotation.channel.Message import com.asyncapi.kotlinasyncapi.annotation.channel.Publish +import com.fasterxml.jackson.dataformat.csv.CsvMapper +import com.fasterxml.jackson.dataformat.csv.CsvSchema import org.springframework.stereotype.Component import uk.gov.justice.digital.hmpps.converter.NotificationConverter import uk.gov.justice.digital.hmpps.flags.FeatureFlags import uk.gov.justice.digital.hmpps.integrations.client.ProbationMatchRequest import uk.gov.justice.digital.hmpps.integrations.client.ProbationSearchClient import uk.gov.justice.digital.hmpps.integrations.delius.entity.EventRepository +import uk.gov.justice.digital.hmpps.integrations.delius.entity.OffenceCsvRecord import uk.gov.justice.digital.hmpps.message.Notification import uk.gov.justice.digital.hmpps.service.EventService import uk.gov.justice.digital.hmpps.service.InsertEventResult import uk.gov.justice.digital.hmpps.service.PersonService import uk.gov.justice.digital.hmpps.telemetry.TelemetryMessagingExtensions.notificationReceived import uk.gov.justice.digital.hmpps.telemetry.TelemetryService +import java.io.File +import java.io.FileNotFoundException import java.time.LocalDate import java.time.Period @@ -98,8 +103,7 @@ class Handler( offence.judicialResults?.any { it.label == "Remanded in custody" } == true } - // TODO: Currently using the first offence, We will need to identify the main offence - val mainOffence = remandedOffences.firstOrNull() ?: return@forEach + val mainOffence = findMainOffence(remandedOffences) ?: return@forEach val caseUrn = notification.message.hearing.prosecutionCases.find { it.defendants.contains(defendant) }?.prosecutionCaseIdentifier?.caseURN @@ -192,4 +196,34 @@ class Handler( croNumber = this.croNumber ) } + + fun findMainOffence(remandedOffences: List): HearingOffence? { + return remandedOffences.minByOrNull { offencePriorityMap[it.offenceCode] ?: Int.MAX_VALUE } + } + + private val offencePriorityMap: Map by lazy { + loadOffencePriorities() + } + + private fun loadOffencePriorities(): Map { + val csvFilePath = this::class.java.classLoader.getResource("offence_priority.csv")?.path + ?: throw FileNotFoundException("offence_priority.csv not found in resources") + + val priorityMap = mutableMapOf() + val mapper = CsvMapper() + val schema = CsvSchema.emptySchema().withHeader().withColumnSeparator(',') + + File(csvFilePath).bufferedReader().use { reader -> + val it = mapper.readerFor(OffenceCsvRecord::class.java) + .with(schema) + .readValues(reader) + + it.forEach { record -> + record.priority?.toIntOrNull()?.let { priority -> + priorityMap[record.cjsOffenceCode] = priority + } + } + } + return priorityMap + } } diff --git a/projects/common-platform-and-delius/src/main/resources/offence_priority.csv b/projects/common-platform-and-delius/src/main/resources/offence_priority.csv new file mode 100644 index 0000000000..b2cdd67e7b --- /dev/null +++ b/projects/common-platform-and-delius/src/main/resources/offence_priority.csv @@ -0,0 +1,28040 @@ +cjs_offence_code,ho_offence_code,ho_offence_desc,offence_published_desc,offence_type,offence_group,offence_detailed_desc,offence_group_code,priority,release +TN42001,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN42002,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN42003,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN42004,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN42005,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN42006,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51001,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51002,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51003,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51004,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51005,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51006,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51007,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51008,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51009,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51010,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51011,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51012,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51013,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN51014,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95001,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95002,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95003,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95004,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95005,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +TN95006,6200,High treason and other offences against Treason Acts,62 Treason Acts 1351-1842,IO,Public order offences,High treason and other offences against Treason Acts,8,10,v0.26.0 +COML025,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +IC01001,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +IC01002,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +OF61006,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +OF61012,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +OF61013,101,Murder of persons aged 1 year or over,1 Murder,IO,Violence against the person,Murder of persons aged 1 year or over,1,20,v0.26.0 +COML026,102,Murder of infants under 1 year of age,1 Murder,IO,Violence against the person,Murder of infants under 1 year of age,1,20,v0.26.0 +OF61007,102,Murder of infants under 1 year of age,1 Murder,IO,Violence against the person,Murder of infants under 1 year of age,1,20,v0.26.0 +OF61010,102,Murder of infants under 1 year of age,1 Murder,IO,Violence against the person,Murder of infants under 1 year of age,1,20,v0.26.0 +OF61011,102,Murder of infants under 1 year of age,1 Murder,IO,Violence against the person,Murder of infants under 1 year of age,1,20,v0.26.0 +COML025A,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +COML026A,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +IC01001A,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +IC01001B,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +IC01002A,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +IC01002B,200,Attempted murder,2 Attempted Murder,IO,Violence against the person,Attempted murder,1,20,v0.26.0 +COML025C,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +COML026C,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01001C,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01002C,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01004,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01005,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01007,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +IC01008,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +OF61002,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +OF61003,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +OF61003A,302,"Conspiracy or soliciting, etc., to commit murder",3A Conspiracy to murder,IO,Violence against the person,"Conspiracy or soliciting, etc., to commit murder",1,20,v0.26.0 +SC07005,304,Intentionally encouraging or assisting commission of murder,3A Conspiracy to murder,IO,Violence against the person,Intentionally encouraging or assisting commission of murder,1,20,v0.26.0 +SC07009,305,Encouraging or assisting in the commission of murder believing it will be committed,3A Conspiracy to murder,IO,Violence against the person,Encouraging or assisting in the commission of murder believing it will be committed,1,20,v0.26.0 +COML022,401,Manslaughter,4.1 Manslaughter,IO,Violence against the person,Manslaughter,1,20,v0.26.0 +OF61004,401,Manslaughter,4.1 Manslaughter,IO,Violence against the person,Manslaughter,1,20,v0.26.0 +OF61005,401,Manslaughter,4.1 Manslaughter,IO,Violence against the person,Manslaughter,1,20,v0.26.0 +OF61008,401,Manslaughter,4.1 Manslaughter,IO,Violence against the person,Manslaughter,1,20,v0.26.0 +OF61009,401,Manslaughter,4.1 Manslaughter,IO,Violence against the person,Manslaughter,1,20,v0.26.0 +IN38001,402,Infanticide,4.2 Infanticide,IO,Violence against the person,Infanticide,1,20,v0.26.0 +IL29001,403,Child destruction,4.3 Child Destruction,IO,Violence against the person,Child destruction,1,20,v0.26.0 +IL29001A,403,Child destruction,4.3 Child Destruction,IO,Violence against the person,Child destruction,1,20,v0.26.0 +COML023,405,Manslaughter due to diminished responsibility,4.5 Manslaughter Due to Diminished Responsibility,IO,Violence against the person,Manslaughter due to diminished responsibility,1,20,v0.26.0 +HC57001,405,Manslaughter due to diminished responsibility,4.5 Manslaughter Due to Diminished Responsibility,IO,Violence against the person,Manslaughter due to diminished responsibility,1,20,v0.26.0 +OF61016,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61016A,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61016B,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61016C,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61017,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61017A,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61017C,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61018,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61018A,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61019,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61019C,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61020,501,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,5A Wounding with intent to cause grievous bodily harm,IO,Violence against the person,Wounding etc. with intent to do grievous bodily harm etc. or to resist apprehension,1,20,v0.26.0 +OF61022,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61025,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61026,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61027,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61028,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61029,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61030,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61031,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61032,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61033,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61034,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61035,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61038,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61039,504,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Attempting to choke, suffocate etc. with intent to commit an indictable offence (garrotting)",1,20,v0.26.0 +OF61023,505,"Using chloroform, etc., to commit or assist in committing an indictable offence",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Using chloroform, etc., to commit or assist in committing an indictable offence",1,20,v0.26.0 +OF61024,505,"Using chloroform, etc., to commit or assist in committing an indictable offence",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Using chloroform, etc., to commit or assist in committing an indictable offence",1,20,v0.26.0 +OF61126,505,"Using chloroform, etc., to commit or assist in committing an indictable offence",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Using chloroform, etc., to commit or assist in committing an indictable offence",1,20,v0.26.0 +OF61050,506,"Burning, maiming, etc. by explosion",5.1 Other assault with intent to cause serious harm,IO,Violence against the person,"Burning, maiming, etc. by explosion",1,20,v0.26.0 +OF61051,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61055,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61056,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61057,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61058,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61059,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61063,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61065,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61066,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61067,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61068,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61073,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61074,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61075,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61076,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61099,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61100,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61103,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61104,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61105,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61128,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61129,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61130,507,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Causing, explosions or casting corrosive fluids with intent to do grievous bodily harm",1,20,v0.26.0 +OF61015,508,Impeding the saving of life from shipwreck,5.2 Other Endangering life - indictable only,IO,Violence against the person,Impeding the saving of life from shipwreck,1,20,v0.26.0 +EX83005,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83006,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83017,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83022,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83023,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83027,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83029,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +EX83030,513,Possession etc. of explosives with intent to endanger life,5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession etc. of explosives with intent to endanger life,1,20,v0.26.0 +FI68059,514,"Possession of firearms etc., with intent to endanger life (Group I)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Possession of firearms etc., with intent to endanger life (Group I)",1,20,v0.26.0 +FI68059A,514,"Possession of firearms etc., with intent to endanger life (Group I)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Possession of firearms etc., with intent to endanger life (Group I)",1,20,v0.26.0 +FI68059C,514,"Possession of firearms etc., with intent to endanger life (Group I)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Possession of firearms etc., with intent to endanger life (Group I)",1,20,v0.26.0 +FI68060,514,"Possession of firearms etc., with intent to endanger life (Group I)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Possession of firearms etc., with intent to endanger life (Group I)",1,20,v0.26.0 +FI68063,514,"Possession of firearms etc., with intent to endanger life (Group I)",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Possession of firearms etc., with intent to endanger life (Group I)",1,20,v0.26.0 +FI68061,515,Possession of firearms etc. with intent to endanger life (Group II),5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession of firearms etc. with intent to endanger life (Group II),1,20,v0.26.0 +FI68062,516,Possession of firearms etc. with intent to endanger life (Group III),5.2 Other Endangering life - indictable only,IO,Violence against the person,Possession of firearms etc. with intent to endanger life (Group III),1,20,v0.26.0 +FI68064,517,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group I),5.2 Other Endangering life - indictable only,IO,Violence against the person,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group I),1,20,v0.26.0 +FI68065,517,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group I),5.2 Other Endangering life - indictable only,IO,Violence against the person,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group I),1,20,v0.26.0 +FI68066,518,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group II),5.2 Other Endangering life - indictable only,IO,Violence against the person,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group II),1,20,v0.26.0 +FI68067,519,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group III),5.2 Other Endangering life - indictable only,IO,Violence against the person,Using etc. firearms or imitation firearms with intent to resist arrest etc. (Group III),1,20,v0.26.0 +CW96001,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96023,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96024,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96025,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96026,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96027,520,Use etc. of chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use etc. of chemical weapons,1,20,v0.26.0 +CW96006,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96032,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96033,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96034,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96035,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96036,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96037,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96038,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +CW96039,521,Use of premises or equipment for producing chemical weapons,5.2 Other Endangering life - indictable only,IO,Violence against the person,Use of premises or equipment for producing chemical weapons,1,20,v0.26.0 +AT01002,522,"Use, threat of use, production or possession of a nuclear weapon",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Use, threat of use, production or possession of a nuclear weapon",1,20,v0.26.0 +AT01003,522,"Use, threat of use, production or possession of a nuclear weapon",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Use, threat of use, production or possession of a nuclear weapon",1,20,v0.26.0 +AT01004,522,"Use, threat of use, production or possession of a nuclear weapon",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Use, threat of use, production or possession of a nuclear weapon",1,20,v0.26.0 +AT01005,522,"Use, threat of use, production or possession of a nuclear weapon",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Use, threat of use, production or possession of a nuclear weapon",1,20,v0.26.0 +AT01006,522,"Use, threat of use, production or possession of a nuclear weapon",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Use, threat of use, production or possession of a nuclear weapon",1,20,v0.26.0 +AT01007,523,Weapons related acts overseas,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Weapons related acts overseas,1,20,v0.26.0 +AT01008,523,Weapons related acts overseas,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Weapons related acts overseas,1,20,v0.26.0 +AV90002,526,Endangering safety at aerodromes,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering safety at aerodromes,1,20,v0.26.0 +AV90003,526,Endangering safety at aerodromes,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering safety at aerodromes,1,20,v0.26.0 +AV90004,526,Endangering safety at aerodromes,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering safety at aerodromes,1,20,v0.26.0 +AV90005,526,Endangering safety at aerodromes,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering safety at aerodromes,1,20,v0.26.0 +AV90009,526,Endangering safety at aerodromes,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering safety at aerodromes,1,20,v0.26.0 +CJ88002,527,Torture,5.1 Other assault with intent to cause serious harm,IO,Violence against the person,Torture,1,20,v0.26.0 +OF61085,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61117,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61118,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61119,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61120,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61121,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61122,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61123,601,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: By placing, etc., anything on railway, taking up rails, changing points and signals etc.",1,20,v0.26.0 +OF61086,602,"Endangering railway passengers: By throwing anything at railway carriages, etc.",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passengers: By throwing anything at railway carriages, etc.",1,20,v0.26.0 +CT94005,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94006,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94007,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94008,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94009,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94010,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94011,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94012,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94013,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94014,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94015,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +CT94016,604,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",6.1 Endangering Railway Passenger - indictable only,IO,Violence against the person,"Endangering railway passenger: Destroying, damaging etc. a Channel Tunnel train or the tunnel system, or committing acts of violence likely to endanger safety of operation",1,20,v0.26.0 +AV90015,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90016,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90017,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90018,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90019,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90020,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90021,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90022,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90023,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90024,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90025,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90026,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90027,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90028,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90029,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90030,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90031,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90032,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90033,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90034,714,Destroying ships or fixed platforms endangering their safety,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Destroying ships or fixed platforms endangering their safety,1,20,v0.26.0 +AV90035,715,Other acts endangering or likely to endanger safe navigation,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Other acts endangering or likely to endanger safe navigation,1,20,v0.26.0 +AV90036,715,Other acts endangering or likely to endanger safe navigation,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Other acts endangering or likely to endanger safe navigation,1,20,v0.26.0 +AV90037,715,Other acts endangering or likely to endanger safe navigation,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Other acts endangering or likely to endanger safe navigation,1,20,v0.26.0 +AV90038,715,Other acts endangering or likely to endanger safe navigation,7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,Other acts endangering or likely to endanger safe navigation,1,20,v0.26.0 +AV90041,716,"Inducing commission of offence relating to safety of ship, cargo or sea platform outside UK",7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,"Inducing commission of offence relating to safety of ship, cargo or sea platform outside UK",1,20,v0.26.0 +AV90042,717,"Assisting commission of offence relating to safety of ship, cargo or sea platform outside UK",7.1 Endangering Life at Sea - indictable only,IO,Violence against the person,"Assisting commission of offence relating to safety of ship, cargo or sea platform outside UK",1,20,v0.26.0 +FI68068,813,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),7,20,v0.26.0 +FI68069,813,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),7,20,v0.26.0 +FI68072,813,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),7,20,v0.26.0 +FI68073,813,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group I),7,20,v0.26.0 +FI68070,814,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group II),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group II),7,20,v0.26.0 +FI68074,814,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group II),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group II),7,20,v0.26.0 +FI68071,815,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group III),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group III),7,20,v0.26.0 +FI68075,815,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group III),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm at time of committing or being arrested for an offence specified in Schedule 1 of the Act (Group III),7,20,v0.26.0 +FI68076,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68077,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68077C,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68080,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68081,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68084,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68085,816,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),10A Possession of firearms with intent,IO,Possession of weapons,Possessing firearm or imitation firearm with intent to commit an indictable offence or resist arrest etc (Group I),7,20,v0.26.0 +FI68078,817,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",7,20,v0.26.0 +FI68082,817,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",7,20,v0.26.0 +FI68086,817,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group II)",7,20,v0.26.0 +FI68079,818,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",7,20,v0.26.0 +FI68083,818,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",7,20,v0.26.0 +FI68087,818,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",10A Possession of firearms with intent,IO,Possession of weapons,"Possessing firearm or imitation firearm with intent to commit an indictable offence, or resist arrest etc (Group III)",7,20,v0.26.0 +OF61107,1401,Administering or using drugs or using instruments to procure abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Administering or using drugs or using instruments to procure abortion,1,20,v0.26.0 +OF61108,1401,Administering or using drugs or using instruments to procure abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Administering or using drugs or using instruments to procure abortion,1,20,v0.26.0 +GL08002,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +GM000115,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +HERT016,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +KE00164,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +SX56014A,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +SX56103,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +SX56121A,1612,Buggery or attempted buggery by a male with a male under the age of 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a male under the age of 16 (historic),2,20,v0.26.0 +NORF042,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +SX56016,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +SX56085,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +SX56086,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +SX56107,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +YY0102,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +ZZ00112,1616,Buggery - other than in private - male victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - male victim,2,20,v0.26.0 +SX56074,1617,Buggery or attempted buggery by a male with a female under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a female under 16 (historic),2,20,v0.26.0 +SX56074A,1617,Buggery or attempted buggery by a male with a female under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male with a female under 16 (historic),2,20,v0.26.0 +SX56079,1621,Buggery - other than in private - female victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - female victim,2,20,v0.26.0 +SX56080,1621,Buggery - other than in private - female victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - female victim,2,20,v0.26.0 +SX56108,1621,Buggery - other than in private - female victim,16 Buggery,IO,Sexual offences,Buggery - other than in private - female victim,2,20,v0.26.0 +SX56019A,1622,Buggery or attempted buggery of an animal (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery of an animal (historic),2,20,v0.26.0 +SX56105,1623,Buggery or attempted buggery by a male aged 18-20 with a male aged under 16,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 18-20 with a male aged under 16,2,20,v0.26.0 +SX56106,1624,Buggery or attempted buggery by a male aged 18-20 with a female aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 18-20 with a female aged under 16 (historic),2,20,v0.26.0 +SX56115,1625,Buggery or attempted buggery by a male aged 16 to 17 with a male aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 16 to 17 with a male aged under 16 (historic),2,20,v0.26.0 +GM000165,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +LO31111,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +SF00028,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +SX56014,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +SX56101,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +SX56121,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +TV00044,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +YY00214,1626,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 ,2,20,v0.26.0 +SX56102,1627,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,2,20,v0.26.0 +SX56122,1627,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,2,20,v0.26.0 +SX56122A,1627,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a female aged under 16,2,20,v0.26.0 +SX56116,1628,Buggery or attempted buggery by a male aged 16 to 17 with a female aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 16 to 17 with a female aged under 16 (historic),2,20,v0.26.0 +DB0077,1713,Sexual assault on a male aged 13 or over - penetration,17A.1 Sexual assault on a male - penetration,IO,Sexual offences,Sexual assault on a male aged 13 or over - penetration,2,20,v0.26.0 +SX03006,1713,Sexual assault on a male aged 13 or over - penetration,17A.1 Sexual assault on a male - penetration,IO,Sexual offences,Sexual assault on a male aged 13 or over - penetration,2,20,v0.26.0 +SX03006A,1713,Sexual assault on a male aged 13 or over - penetration,17A.1 Sexual assault on a male - penetration,IO,Sexual offences,Sexual assault on a male aged 13 or over - penetration,2,20,v0.26.0 +SX03006B,1713,Sexual assault on a male aged 13 or over - penetration,17A.1 Sexual assault on a male - penetration,IO,Sexual offences,Sexual assault on a male aged 13 or over - penetration,2,20,v0.26.0 +SX03006C,1713,Sexual assault on a male aged 13 or over - penetration,17A.1 Sexual assault on a male - penetration,IO,Sexual offences,Sexual assault on a male aged 13 or over - penetration,2,20,v0.26.0 +GL08003,1714,Sexual assault on a male child aged under 13 - penetration,17B.1 Sexual assault of a male child under 13 - penetration,IO,Sexual offences,Sexual assault on a male child aged under 13 - penetration,2,20,v0.26.0 +SX03016,1714,Sexual assault on a male child aged under 13 - penetration,17B.1 Sexual assault of a male child under 13 - penetration,IO,Sexual offences,Sexual assault on a male child aged under 13 - penetration,2,20,v0.26.0 +SX03016A,1714,Sexual assault on a male child aged under 13 - penetration,17B.1 Sexual assault of a male child under 13 - penetration,IO,Sexual offences,Sexual assault on a male child aged under 13 - penetration,2,20,v0.26.0 +SX03016B,1714,Sexual assault on a male child aged under 13 - penetration,17B.1 Sexual assault of a male child under 13 - penetration,IO,Sexual offences,Sexual assault on a male child aged under 13 - penetration,2,20,v0.26.0 +SX03016C,1714,Sexual assault on a male child aged under 13 - penetration,17B.1 Sexual assault of a male child under 13 - penetration,IO,Sexual offences,Sexual assault on a male child aged under 13 - penetration,2,20,v0.26.0 +CC000073,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +COML064,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +DB0102,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +GM000150,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +KE00066,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX03001,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56001,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56001A,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56070,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56070B,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56070C,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +SX56U14,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +TV00031,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +YY0048,1907,Rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Rape of a female aged 13 to 15,2,20,v0.26.0 +CC000070,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +GL07065,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +GM000163,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +KE00099,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX03002,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX03002B,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX56071,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX56071B,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX56071C,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SXRAPE,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +WI00048,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +WI00177,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +YY0022,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +YY00339,1908,Rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Rape of a female aged 16 or over,2,20,v0.26.0 +SX03003,1909,Rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Rape of a male aged 13 to 15,2,20,v0.26.0 +SX56015,1909,Rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Rape of a male aged 13 to 15,2,20,v0.26.0 +SX56072,1909,Rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Rape of a male aged 13 to 15,2,20,v0.26.0 +SX03004,1910,Rape of a male aged 16 or over,19G Rape of a male aged 16 or over,IO,Sexual offences,Rape of a male aged 16 or over,2,20,v0.26.0 +SX56073,1910,Rape of a male aged 16 or over,19G Rape of a male aged 16 or over,IO,Sexual offences,Rape of a male aged 16 or over,2,20,v0.26.0 +SX03001A,1911,Attempted rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Attempted rape of a female aged 13 to 15,2,20,v0.26.0 +SX03001B,1911,Attempted rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Attempted rape of a female aged 13 to 15,2,20,v0.26.0 +SX03001C,1911,Attempted rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Attempted rape of a female aged 13 to 15,2,20,v0.26.0 +SX56070A,1911,Attempted rape of a female aged 13 to 15,19D Rape of a female aged under 16,IO,Sexual offences,Attempted rape of a female aged 13 to 15,2,20,v0.26.0 +SX03002A,1912,Attempted rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Attempted rape of a female aged 16 or over,2,20,v0.26.0 +SX03002C,1912,Attempted rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Attempted rape of a female aged 16 or over,2,20,v0.26.0 +SX56071A,1912,Attempted rape of a female aged 16 or over,19C Rape of a female aged 16 or over,IO,Sexual offences,Attempted rape of a female aged 16 or over,2,20,v0.26.0 +SX03003A,1913,Attempted rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Attempted rape of a male aged 13 to 15,2,20,v0.26.0 +SX03003C,1913,Attempted rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Attempted rape of a male aged 13 to 15,2,20,v0.26.0 +SX56072A,1913,Attempted rape of a male aged 13 to 15,19F Rape of a male aged under 16,IO,Sexual offences,Attempted rape of a male aged 13 to 15,2,20,v0.26.0 +SX03004A,1914,Attempted rape of a male aged 16 or over,19G Rape of a male aged 16 or over,IO,Sexual offences,Attempted rape of a male aged 16 or over,2,20,v0.26.0 +SX03004C,1914,Attempted rape of a male aged 16 or over,19G Rape of a male aged 16 or over,IO,Sexual offences,Attempted rape of a male aged 16 or over,2,20,v0.26.0 +SX56073A,1914,Attempted rape of a male aged 16 or over,19G Rape of a male aged 16 or over,IO,Sexual offences,Attempted rape of a male aged 16 or over,2,20,v0.26.0 +SX03013,1916,Rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Rape of a female child aged under 13 by a male,2,20,v0.26.0 +SX03014,1917,Rape of a male child aged under 13 by a male,19H Rape of a male child under 13 by a male,IO,Sexual offences,Rape of a male child aged under 13 by a male,2,20,v0.26.0 +CMLO252,1918,Attempted rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Attempted rape of a female child aged under 13 by a male,2,20,v0.26.0 +LO31121,1918,Attempted rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Attempted rape of a female child aged under 13 by a male,2,20,v0.26.0 +SX03013A,1918,Attempted rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Attempted rape of a female child aged under 13 by a male,2,20,v0.26.0 +SX03013B,1918,Attempted rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Attempted rape of a female child aged under 13 by a male,2,20,v0.26.0 +SX03013C,1918,Attempted rape of a female child aged under 13 by a male,19E Rape of a female child under 13 by a male,IO,Sexual offences,Attempted rape of a female child aged under 13 by a male,2,20,v0.26.0 +SX03014A,1919,Attempted rape of a male child aged under 13 by a male,19H Rape of a male child under 13 by a male,IO,Sexual offences,Attempted rape of a male child aged under 13 by a male,2,20,v0.26.0 +SX03014B,1919,Attempted rape of a male child aged under 13 by a male,19H Rape of a male child under 13 by a male,IO,Sexual offences,Attempted rape of a male child aged under 13 by a male,2,20,v0.26.0 +SX03014C,1919,Attempted rape of a male child aged under 13 by a male,19H Rape of a male child under 13 by a male,IO,Sexual offences,Attempted rape of a male child aged under 13 by a male,2,20,v0.26.0 +DB0135,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX03005,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX03005A,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX03005B,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX03005C,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX56104,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX56119,2003,Sexual assault on a female aged 13 or over - penetration,20A.1 Sexual assault on a female - penetration,IO,Sexual offences,Sexual assault on a female aged 13 or over - penetration,2,20,v0.26.0 +SX03015,2004,Sexual assault on a female child aged under 13 - penetration,20B.1 Sexual assault of a female child under 13 - penetration,IO,Sexual offences,Sexual assault on a female child aged under 13 - penetration,2,20,v0.26.0 +SX03015A,2004,Sexual assault on a female child aged under 13 - penetration,20B.1 Sexual assault of a female child under 13 - penetration,IO,Sexual offences,Sexual assault on a female child aged under 13 - penetration,2,20,v0.26.0 +SX03015C,2004,Sexual assault on a female child aged under 13 - penetration,20B.1 Sexual assault of a female child under 13 - penetration,IO,Sexual offences,Sexual assault on a female child aged under 13 - penetration,2,20,v0.26.0 +DB0078,2102,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +DC00067,2102,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03021,2102,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03021A,2102,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03021C,2102,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03022,2104,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03022A,2104,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03022C,2104,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - penetration,2,20,v0.26.0 +SX03235,2126,Arrange / facilitate the rape / assault by penetration of a child under 13,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate the rape / assault by penetration of a child under 13,2,20,v0.26.0 +SX03235A,2126,Arrange / facilitate the rape / assault by penetration of a child under 13,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate the rape / assault by penetration of a child under 13,2,20,v0.26.0 +SX03011,2202,Causing a female person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a female person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX03011A,2202,Causing a female person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a female person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX03011C,2202,Causing a female person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a female person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX03012,2203,Causing a male person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a male person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX03012A,2203,Causing a male person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a male person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX03012C,2203,Causing a male person to engage in sexual activity without consent - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Causing a male person to engage in sexual activity without consent - penetration,2,20,v0.26.0 +SX56044,2402,Owner/occupier allow premises to be used for unlawful sexual intercourse with girl under 13 or aged 13 to 15 (historic),27 Soliciting for prostitution,TEW,Sexual offences,Owner/occupier allow premises to be used for unlawful sexual intercourse with girl under 13 or aged 13 to 15 (historic),2,20,v0.26.0 +SX56045,2402,Owner/occupier allow premises to be used for unlawful sexual intercourse with girl under 13 or aged 13 to 15 (historic),27 Soliciting for prostitution,TEW,Sexual offences,Owner/occupier allow premises to be used for unlawful sexual intercourse with girl under 13 or aged 13 to 15 (historic),2,20,v0.26.0 +TH68045,2900,Aggravated burglary in a dwelling,29 Aggravated Burglary in a Dwelling,IO,Theft offences,Aggravated burglary in a dwelling,4,20,v0.26.0 +TH68045A,2900,Aggravated burglary in a dwelling,29 Aggravated Burglary in a Dwelling,IO,Theft offences,Aggravated burglary in a dwelling,4,20,v0.26.0 +TH68047,2900,Aggravated burglary in a dwelling,29 Aggravated Burglary in a Dwelling,IO,Theft offences,Aggravated burglary in a dwelling,4,20,v0.26.0 +TH68047A,2900,Aggravated burglary in a dwelling,29 Aggravated Burglary in a Dwelling,IO,Theft offences,Aggravated burglary in a dwelling,4,20,v0.26.0 +TH68046,3100,Aggravated burglary in a building other than a dwelling,31 Aggravated Burglary in a Building not a Dwelling,IO,Theft offences,Aggravated burglary in a building other than a dwelling,4,20,v0.26.0 +TH68046A,3100,Aggravated burglary in a building other than a dwelling,31 Aggravated Burglary in a Building not a Dwelling,IO,Theft offences,Aggravated burglary in a building other than a dwelling,4,20,v0.26.0 +TH68046B,3100,Aggravated burglary in a building other than a dwelling,31 Aggravated Burglary in a Building not a Dwelling,IO,Theft offences,Aggravated burglary in a building other than a dwelling,4,20,v0.26.0 +TH68048,3100,Aggravated burglary in a building other than a dwelling,31 Aggravated Burglary in a Building not a Dwelling,IO,Theft offences,Aggravated burglary in a building other than a dwelling,4,20,v0.26.0 +TH68022,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68023,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68023A,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68023B,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68023C,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68023E,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68134,3401,Robbery,34 Robbery,IO,Robbery,Robbery,3,20,v0.26.0 +TH68025,3402,Assault with intent to rob,34 Robbery,IO,Robbery,Assault with intent to rob,3,20,v0.26.0 +COML020,3601,Kidnapping,"36.2 Kidnapping, etc.",IO,Violence against the person,Kidnapping,1,20,v0.26.0 +COML020A,3601,Kidnapping,"36.2 Kidnapping, etc.",IO,Violence against the person,Kidnapping,1,20,v0.26.0 +COML020C,3601,Kidnapping,"36.2 Kidnapping, etc.",IO,Violence against the person,Kidnapping,1,20,v0.26.0 +GM000153,3601,Kidnapping,"36.2 Kidnapping, etc.",IO,Violence against the person,Kidnapping,1,20,v0.26.0 +AV82001,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82002,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82003,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82004,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82005,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82006,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82007,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82008,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82009,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82010,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82011,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82015,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82016,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82069,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82070,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV82071,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV90013,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +AV90014,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94001,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94002,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94003,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94004,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94017,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94018,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94019,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94020,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CT94021,3602,Hijacking,"36.2 Kidnapping, etc.",IO,Violence against the person,Hijacking,1,20,v0.26.0 +CAMB003,3603,False imprisonment,"36.2 Kidnapping, etc.",IO,Violence against the person,False imprisonment,1,20,v0.26.0 +COML017,3603,False imprisonment,"36.2 Kidnapping, etc.",IO,Violence against the person,False imprisonment,1,20,v0.26.0 +COML017C,3603,False imprisonment,"36.2 Kidnapping, etc.",IO,Violence against the person,False imprisonment,1,20,v0.26.0 +TH82001,3604,Detaining and threatening to kill or injure a hostage,"36.2 Kidnapping, etc.",IO,Violence against the person,Detaining and threatening to kill or injure a hostage,1,20,v0.26.0 +TH82002,3604,Detaining and threatening to kill or injure a hostage,"36.2 Kidnapping, etc.",IO,Violence against the person,Detaining and threatening to kill or injure a hostage,1,20,v0.26.0 +MS15001,3606,Hold person in slavery or servitude,106 Modern Slavery,TEW,Violence against the person,Hold person in slavery or servitude,1,20,v0.26.0 +MS15001C,3606,Hold person in slavery or servitude,106 Modern Slavery,TEW,Violence against the person,Hold person in slavery or servitude,1,20,v0.26.0 +MS15002,3607,Require person to perform forced or compulsory labour,106 Modern Slavery,TEW,Violence against the person,Require person to perform forced or compulsory labour,1,20,v0.26.0 +MS15002C,3607,Require person to perform forced or compulsory labour,106 Modern Slavery,TEW,Violence against the person,Require person to perform forced or compulsory labour,1,20,v0.26.0 +MS15006,3611,Commit offence of kidnapping or false imprisonment with intention of arranging travel with view to exploitation,106 Modern Slavery,TEW,Violence against the person,Commit offence of kidnapping or false imprisonment with intention of arranging travel with view to exploitation,1,20,v0.26.0 +CJ87001,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML011,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML011C,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML038,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML041,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML042,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML043,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML044,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML045,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML046,5304,Obtaining pecuniary advantage by deception (except railway frauds),53.4 Conspiracy to defraud,IO,Fraud offences,Obtaining pecuniary advantage by deception (except railway frauds),10,20,v0.26.0 +COML001,5356,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,53.5 Acting with intent to defraud and to the prejudice of Her Majesty the Queen and the Public Revenue,TEW,Fraud offences,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,10,20,v0.26.0 +COML001C,5356,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,53.5 Acting with intent to defraud and to the prejudice of Her Majesty the Queen and the Public Revenue,TEW,Fraud offences,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,10,20,v0.26.0 +COML021,5356,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,53.5 Acting with intent to defraud and to the prejudice of Her Majesty the Queen and the Public Revenue,TEW,Fraud offences,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,10,20,v0.26.0 +COML063,5356,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,53.5 Acting with intent to defraud and to the prejudice of Her Majesty the Queen and the Public Revenue,TEW,Fraud offences,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,10,20,v0.26.0 +COML063C,5356,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,53.5 Acting with intent to defraud and to the prejudice of Her Majesty the Queen and the Public Revenue,TEW,Fraud offences,Acting with intent to prejudice Her Majesty and the Public Revenue with intent to defraud Her Majesty,10,20,v0.26.0 +CD71003,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71003A,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71003C,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71015G,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71016,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71016A,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71016C,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71017,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71017A,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71017B,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71017G,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71049,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71050,5601,Arson endangering life,56A Arson endangering life,IO,Criminal damage and arson,Arson endangering life,5,20,v0.26.0 +CD71015,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +CD71015A,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +CD71015B,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +CD71015C,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +CD98022,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +ZZ00097,5602,Arson not endangering life,56B Arson not endangering life,TEW,Criminal damage and arson,Arson not endangering life,5,20,v0.26.0 +AS00065,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71011,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71011A,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71012,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71013,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71014,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71041,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71041A,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +CD71042,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83001,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83003,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83012,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83014,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83016,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83018,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83019,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83026,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +EX83028,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD21025,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD21026,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD21027,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD21028,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61001,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61005,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61009,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61013,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61017,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61020,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61021,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61022,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61023,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61024,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61025,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61026,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61027,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +MD61028,5700,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,57 Criminal Damage Endangering Life,TEW,Criminal damage and arson,Unlawfully and maliciously causing or conspiring to cause explosion likely to endanger life or property,5,20,v0.26.0 +AN79004,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +AN79005,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +AN79006,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +AN79007,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71002,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71005,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71005A,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71010,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71010C,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71031,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71031C,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71036,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71036A,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71036C,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71038,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71038A,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71038B,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71038C,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71040,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71040B,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +CD71040C,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83002,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83004,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83013,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83015,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83020,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83021,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +MD61003,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +MD61007,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +MD61011,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +MD61015,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +MD61019,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +PO53047,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +SB85001,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +YY000030,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +YY000119,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +YY00188,5800,Other criminal damage,58D Other Criminal Damage,TEW,Criminal damage and arson,Other criminal damage,5,20,v0.26.0 +EX83007,5912,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.3 Manufacture, possession or control of explosives under suspicious circumstances, or with intent to commit an offence under the Offences Against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,20,v0.26.0 +EX83008,5912,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.3 Manufacture, possession or control of explosives under suspicious circumstances, or with intent to commit an offence under the Offences Against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,20,v0.26.0 +EX83024,5912,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.3 Manufacture, possession or control of explosives under suspicious circumstances, or with intent to commit an offence under the Offences Against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,20,v0.26.0 +EX83025,5912,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.3 Manufacture, possession or control of explosives under suspicious circumstances, or with intent to commit an offence under the Offences Against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,20,v0.26.0 +TF48001,6300,Treason Felony,63 Treason Felony,IO,Public order offences,Treason Felony,8,20,v0.26.0 +TN48001,6300,Treason Felony,63 Treason Felony,IO,Public order offences,Treason Felony,8,20,v0.26.0 +COML012,6602,Contempt of court,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Contempt of court,8,20,v0.26.0 +CC000014,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +CC000054,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +CC00014,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +COM007,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +COML049,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +COML051,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +COML062,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +MC82001,6621,Committing or conspiring to commit an act outraging public decency,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Committing or conspiring to commit an act outraging public decency,8,20,v0.26.0 +COML032,6622,Public Nuisance,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public Nuisance,8,20,v0.26.0 +COML032C,6622,Public Nuisance,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public Nuisance,8,20,v0.26.0 +YY00102,6622,Public Nuisance,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public Nuisance,8,20,v0.26.0 +AV90039,6644,Compelling by threatening to destroy or damage ship or sea platform or property used in navigation,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Compelling by threatening to destroy or damage ship or sea platform or property used in navigation,8,20,v0.26.0 +AV90040,6644,Compelling by threatening to destroy or damage ship or sea platform or property used in navigation,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Compelling by threatening to destroy or damage ship or sea platform or property used in navigation,8,20,v0.26.0 +TR06007,6659,With intent engaging in preparation to commit act of terrorism or to assist another,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,With intent engaging in preparation to commit act of terrorism or to assist another,8,20,v0.26.0 +TR06012,6664,Possessing radioactive material with intent using it in commission or preparation for terrorism,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Possessing radioactive material with intent using it in commission or preparation for terrorism,8,20,v0.26.0 +TR06013,6665,Using radioactive device or material in the course of or in connection with commission of or for the purposes of terrorism,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Using radioactive device or material in the course of or in connection with commission of or for the purposes of terrorism,8,20,v0.26.0 +TR06014,6666,In course of or in connection with commission of or for the purposes of terrorism using or damaging nuclear facility to cause release or risk of release of radioactive material,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,In course of or in connection with commission of or for the purposes of terrorism using or damaging nuclear facility to cause release or risk of release of radioactive material,8,20,v0.26.0 +TR06015,6667,Terrorist making demand relating to devices or materials or facilities,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Terrorist making demand relating to devices or materials or facilities,8,20,v0.26.0 +TR06016,6668,Terrorist making threat to use radioactive device or material,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Terrorist making threat to use radioactive device or material,8,20,v0.26.0 +TR06011,6669,Making or possessing radioactive device with intent use it in commission of or preparation for terrorism,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Making or possessing radioactive device with intent use it in commission of or preparation for terrorism,8,20,v0.26.0 +CM90011,6803,Unauthorised act in relation to a computer causing / creating risk of serious damage to human welfare/national security,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Unauthorised act in relation to a computer causing / creating risk of serious damage to human welfare/national security,8,20,v0.26.0 +SX03081,7001,Sexual activity with a male person with a mental disorder impeding choice - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Sexual activity with a male person with a mental disorder impeding choice - penetration,2,20,v0.26.0 +SX03080,7002,Sexual activity with a female person with a mental disorder impeding choice - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Sexual activity with a female person with a mental disorder impeding choice - penetration,2,20,v0.26.0 +SX03085,7005,Causing or inciting a male person with a mental disorder impeding choice to engage in sexual activity - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Causing or inciting a male person with a mental disorder impeding choice to engage in sexual activity - penetration,2,20,v0.26.0 +SX03084,7006,Causing or inciting a female person with a mental disorder impeding choice to engage in sexual activity - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Causing or inciting a female person with a mental disorder impeding choice to engage in sexual activity - penetration,2,20,v0.26.0 +SX03089,7011,"Inducement, threat or deception to procure sexual activity with a person with a mental disorder - penetration",70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,"Inducement, threat or deception to procure sexual activity with a person with a mental disorder - penetration",2,20,v0.26.0 +SX03091,7013,"Causing a person with a mental disorder to engage in sexual activity by inducement, threat or deception - penetration",70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,"Causing a person with a mental disorder to engage in sexual activity by inducement, threat or deception - penetration",2,20,v0.26.0 +SX03104,7102,Paying for sex with a female child under 13 - penetration ,71.1 Abuse of children through prostitution and pornography - indictable only,IO,Sexual offences,Paying for sex with a female child under 13 - penetration ,2,20,v0.26.0 +SX03105,7103,Paying for sex with a male child under 13 - penetration ,71.1 Abuse of children through prostitution and pornography - indictable only,IO,Sexual offences,Paying for sex with a male child under 13 - penetration ,2,20,v0.26.0 +CJ90008,7753,Having a controlled drug in possession on a ship - Class A drug,92A Other drug trafficking offences,TEW,Drug offences,Having a controlled drug in possession on a ship - Class A drug,6,20,v0.26.0 +CJ90011,7756,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class A drug,92A Other drug trafficking offences,TEW,Drug offences,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class A drug,6,20,v0.26.0 +CJ90014,7759,Having a controlled drug in possession on a ship - Class unspecified,92A Other drug trafficking offences,TEW,Drug offences,Having a controlled drug in possession on a ship - Class unspecified,6,20,v0.26.0 +CJ90015,7760,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class unspecified,92A Other drug trafficking offences,TEW,Drug offences,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class unspecified,6,20,v0.26.0 +IM71142,7829,Offences relating to the facilitation of the commission of a breach of UK immigration law by a non UK national,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Offences relating to the facilitation of the commission of a breach of UK immigration law by a non UK national,9,20,v0.26.0 +IM71142C,7829,Offences relating to the facilitation of the commission of a breach of UK immigration law by a non UK national,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Offences relating to the facilitation of the commission of a breach of UK immigration law by a non UK national,9,20,v0.26.0 +IM71143,7830,Offences relating to assissting asylum seekers entering the UK,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Help asylum seeker to enter United Kingdom - immigration,9,20,v0.26.0 +CA81001G,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COMG047,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML013,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML013I,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML014,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML027,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML027A,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML027C,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML030,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML030A,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML030C,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML030I,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML047,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +HERT049,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +PCJ047A,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +PCJ047AG,7901,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,"Attempting to pervert the course of public justice (fabrication of false evidence, causing person to be wrongly convicted, interference with witness) - indictable only",9,20,v0.26.0 +COML005,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +COML006,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +COML016,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +COML016A,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +COML016B,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +COML016C,8000,Absconding from lawful custody,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Absconding from lawful custody,9,20,v0.26.0 +CE79348,8179,Unship / unload prohibited weapon / ammunition with intent to evade prohibition / restriction,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Unship / unload prohibited weapon / ammunition with intent to evade prohibition / restriction,7,20,v0.26.0 +CE79349,8180,Remove prohibited weapons / ammunition from their place of importation with intent to evade prohibition / restriction,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Remove prohibited weapons / ammunition from their place of importation with intent to evade prohibition / restriction,7,20,v0.26.0 +CE79350,8181,Import prohibited weapons / ammunition with intent to evade a prohibition / restriction,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Import prohibited weapons / ammunition with intent to evade a prohibition / restriction,7,20,v0.26.0 +CE79351,8182,Export prohibited weapon / ammunition with intent to evade prohibition / restriction,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Export prohibited weapon / ammunition with intent to evade prohibition / restriction,7,20,v0.26.0 +CE79352,8183,Carry / remove / deposit etc. prohibited weapons / ammunition with intent to evade a prohibition / restriction,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Carry / remove / deposit etc. prohibited weapons / ammunition with intent to evade a prohibition / restriction,7,20,v0.26.0 +CE79353,8184,Knowingly concerned in fraudulent evasion of prohibition / restriction on prohibited weapon / ammunition,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Knowingly concerned in fraudulent evasion of prohibition / restriction on prohibited weapon / ammunition,7,20,v0.26.0 +FI68443,8185,Manufacture weapon / device / ammunition specified in section 5(1) of the Firearms Act 1968,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Manufacture weapon / device / ammunition specified in section 5(1) of the Firearms Act 1968,7,20,v0.26.0 +FI68454,8185,Manufacture weapon / device / ammunition specified in section 5(1) of the Firearms Act 1968,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Manufacture weapon / device / ammunition specified in section 5(1) of the Firearms Act 1968,7,20,v0.26.0 +FI68444,8186,Sell / transfer prohibited weapon / ammunition,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",IO,Possession of weapons,Sell / transfer prohibited weapon / ammunition,7,20,v0.26.0 +FI68445,8187,Possess prohibited weapon / ammunition for sale / transfer,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",IO,Possession of weapons,Possess prohibited weapon / ammunition for sale / transfer,7,20,v0.26.0 +FI68446,8188,Purchase / acquire prohibited weapon / ammunition for sale / transfer,"81.1 Firearms offences - Anti-social Behaviour, Crime and Policing Act 2014 - prohibited weapons/ammunition",TEW,Possession of weapons,Purchase / acquire prohibited weapon / ammunition for sale / transfer,7,20,v0.26.0 +CE79028,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79029,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79066,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79067,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79068,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79074,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79076,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79077,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79078,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79079,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79080,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79081,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79082,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79084,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79085,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79086,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79088,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79089,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79090,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79104,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79105,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79106,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79108,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79108C,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79109,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79109C,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79110,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79110C,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79111,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79111C,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79118,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79119,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79120,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79124,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79125,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79126,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79128,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79129,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79130,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79131,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79138,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79139,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79140,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79154,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79162,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79168,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +DB0116,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +DB0117,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +DB0118,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +HI00042,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +KE00038,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +LOND013,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +MD71081,9201,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79045,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79048,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79069,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79075,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79092,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79093,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79094,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79163,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79169,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +MD71082,9202,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - unknown class,6,20,v0.26.0 +CE79030,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79034,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79096,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79096C,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79142,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79145,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79155,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79170,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79186,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79186C,9203,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.01 Unlawful importation - Class A,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79042,9206,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.05 Unlawful exportation - Class A,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79042C,9206,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.05 Unlawful exportation - Class A,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79100,9206,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.05 Unlawful exportation - Class A,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +CE79171,9206,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,92A.05 Unlawful exportation - Class A,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class A,6,20,v0.26.0 +MD71090,9210,Production of or being concerned in production of a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71110,9210,Production of or being concerned in production of a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71091,9211,Production of or being concerned in production of a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (heroin),6,20,v0.26.0 +MD71111,9211,Production of or being concerned in production of a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (heroin),6,20,v0.26.0 +MD71092,9212,Production of or being concerned in production of a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (LSD),6,20,v0.26.0 +MD71112,9212,Production of or being concerned in production of a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (LSD),6,20,v0.26.0 +MD71093,9213,Production of or being concerned in the production of a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71113,9213,Production of or being concerned in the production of a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71094,9214,Production of or being concerned in production of a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71114,9214,Production of or being concerned in production of a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71095,9215,Production of or being concerned in the production of a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (methadone),6,20,v0.26.0 +MD71115,9215,Production of or being concerned in the production of a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (methadone),6,20,v0.26.0 +MD71001,9219,Production of or being concerned in production of a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (other),6,20,v0.26.0 +MD71004,9219,Production of or being concerned in production of a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (other),6,20,v0.26.0 +MD71099,9219,Production of or being concerned in production of a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (other),6,20,v0.26.0 +MD71099C,9219,Production of or being concerned in production of a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (other),6,20,v0.26.0 +MD71119,9219,Production of or being concerned in production of a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class A (other),6,20,v0.26.0 +MD71109,9229,Production of or being concerned in production of a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class unspecified,6,20,v0.26.0 +MD71129,9229,Production of or being concerned in production of a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class unspecified,6,20,v0.26.0 +WI00053,9229,Production of or being concerned in production of a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class unspecified,6,20,v0.26.0 +MD71130,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71130A,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71130C,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71150,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71170,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71190,9230,Supplying or offering to supply a controlled drug - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (cocaine),6,20,v0.26.0 +MD71131,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71131A,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71131C,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71151,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71171,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71191,9231,Supplying or offering to supply a controlled drug - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (heroin),6,20,v0.26.0 +MD71132,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71132A,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71132C,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71152,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71172,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71192,9232,Supplying or offering to supply a controlled drug - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (LSD),6,20,v0.26.0 +MD71133,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71133A,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71133C,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71153,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71153A,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71173,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71193,9233,Supplying or offering to supply a controlled drug - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (MDMA),6,20,v0.26.0 +MD71134,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71134A,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71134C,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71154,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71174,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71194,9234,Supplying or offering to supply a controlled drug - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (crack cocaine),6,20,v0.26.0 +MD71135,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +MD71135A,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +MD71135C,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +MD71155,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +MD71175,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +MD71195,9235,Supplying or offering to supply a controlled drug - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (methadone),6,20,v0.26.0 +DB0125,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +GM000081,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +KE00085,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +LO035,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71007,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71011,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71014,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71017,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71139,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71139A,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71139C,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71159,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71179,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71199,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +WI00084,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +WM00025,9239,Supplying or offering to supply a controlled drug - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (other),6,20,v0.26.0 +MD71230,9270,Possession of a controlled drug with intent to supply - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (cocaine),6,20,v0.26.0 +MD71230A,9270,Possession of a controlled drug with intent to supply - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (cocaine),6,20,v0.26.0 +MD71230C,9270,Possession of a controlled drug with intent to supply - class A (cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (cocaine),6,20,v0.26.0 +MD71231,9271,Possession of a controlled drug with intent to supply - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (heroin),6,20,v0.26.0 +MD71231A,9271,Possession of a controlled drug with intent to supply - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (heroin),6,20,v0.26.0 +MD71231C,9271,Possession of a controlled drug with intent to supply - class A (heroin),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (heroin),6,20,v0.26.0 +MD71232,9272,Possession of a controlled drug with intent to supply - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (LSD),6,20,v0.26.0 +MD71232A,9272,Possession of a controlled drug with intent to supply - class A (LSD),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (LSD),6,20,v0.26.0 +CA86SW01,9273,Possession of a controlled drug with intent to supply - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (MDMA),6,20,v0.26.0 +MD71233,9273,Possession of a controlled drug with intent to supply - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (MDMA),6,20,v0.26.0 +MD71233A,9273,Possession of a controlled drug with intent to supply - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (MDMA),6,20,v0.26.0 +MD71233C,9273,Possession of a controlled drug with intent to supply - class A (MDMA),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (MDMA),6,20,v0.26.0 +MD71234,9274,Possession of a controlled drug with intent to supply - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (crack cocaine),6,20,v0.26.0 +MD71234A,9274,Possession of a controlled drug with intent to supply - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (crack cocaine),6,20,v0.26.0 +MD71234B,9274,Possession of a controlled drug with intent to supply - class A (crack cocaine),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (crack cocaine),6,20,v0.26.0 +MD71235,9275,Possession of a controlled drug with intent to supply - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (methadone),6,20,v0.26.0 +MD71235A,9275,Possession of a controlled drug with intent to supply - class A (methadone),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (methadone),6,20,v0.26.0 +CAM039,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +CC00145,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +CC00148A,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +CX00026,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +DB0076,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +LO31109,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +MD71024,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +MD71239,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +MD71239A,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +MD71239B,9279,Possession of a controlled drug with intent to supply - class A (other),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (other),6,20,v0.26.0 +MD71515,9290,Incite another to supply a controlled drug - class A,92A.13 Incite another to supply a controlled drug - class A,TEW,Drug offences,Incite another to supply a controlled drug - class A,6,20,v0.26.0 +MD71516,9293,Incite another to supply a controlled drug - class unspecified,92A.16 Incite another to supply a controlled drug - unknown class,TEW,Drug offences,Incite another to supply a controlled drug - class unspecified,6,20,v0.26.0 +MD71510,9355,Production of or being concerned in the production of a controlled drug - class A (Methylamphetamine (Crystal meth)) ,"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (Methylamphetamine (Crystal meth)) ,6,20,v0.26.0 +MD71512,9355,Production of or being concerned in the production of a controlled drug - class A (Methylamphetamine (Crystal meth)) ,"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class A (Methylamphetamine (Crystal meth)) ,6,20,v0.26.0 +MD71503,9361,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71504,9361,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71504A,9361,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71504C,9361,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71505,9361,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Supplying or offering to supply a controlled drug - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71508,9373,Possession of a controlled drug with intent to supply - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +MD71508A,9373,Possession of a controlled drug with intent to supply - class A (Methylamphetamine (Crystal meth)),"92A.09 Production, supply and possession with intent to supply a controlled drug - Class A",TEW,Drug offences,Possession of a controlled drug with intent to supply - class A (Methylamphetamine (Crystal meth)),6,20,v0.26.0 +SC07003,9873,Intentionally encouraging or assisting commission of an either way offence,98.2 Encouraging or assisting in the commission of an either way offence,TEW,Miscellaneous crimes against society,Intentionally encouraging or assisting commission of an either way offence,9,20,v0.26.0 +SC07004,9874,Intentionally encouraging or assisting commission of an indictable offence (not murder),98.1 Encouraging or assisting in the commission of an indictable offence (other than murder),IO,Miscellaneous crimes against society,Intentionally encouraging or assisting commission of an indictable offence (not murder),9,20,v0.26.0 +SC07007,9875,Encouraging or assisting in the commission of an either way offence believing it will be committed,98.2 Encouraging or assisting in the commission of an either way offence,TEW,Miscellaneous crimes against society,Encouraging or assisting in the commission of an either way offence believing it will be committed,9,20,v0.26.0 +SC07008,9876,Encouraging or assisting in the commission of an indictable offence believing it will be committed (not murder),98.1 Encouraging or assisting in the commission of an indictable offence (other than murder),IO,Miscellaneous crimes against society,Encouraging or assisting in the commission of an indictable offence believing it will be committed (not murder),9,20,v0.26.0 +SC07010,9877,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed","98.3 Encouraging or assisting in the commission of one or more summary, either way, or indictable offences (other than murder)",IO,Miscellaneous crimes against society,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed",9,20,v0.26.0 +SC07011,9877,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed","98.3 Encouraging or assisting in the commission of one or more summary, either way, or indictable offences (other than murder)",IO,Miscellaneous crimes against society,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed",9,20,v0.26.0 +SC07012,9877,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed","98.3 Encouraging or assisting in the commission of one or more summary, either way, or indictable offences (other than murder)",IO,Miscellaneous crimes against society,"Encouraging or assisting in the commission of one or more, either way, or indictable offences (other than murder) believing it/they will be committed",9,20,v0.26.0 +DH51001,9904,Give false information to enforcement authority officers,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Give false information to enforcement authority officers,9,20,v0.26.0 +COML056,9912,Misconduct in a public office by act or commission,99.1 Misconduct in a public office by act or omission,IO,Miscellaneous crimes against society,Misconduct in a public office by act or commission,9,20,v0.26.0 +COML056C,9912,Misconduct in a public office by act or commission,99.1 Misconduct in a public office by act or omission,IO,Miscellaneous crimes against society,Misconduct in a public office by act or commission,9,20,v0.26.0 +COML057,9912,Misconduct in a public office by act or commission,99.1 Misconduct in a public office by act or omission,IO,Miscellaneous crimes against society,Misconduct in a public office by act or commission,9,20,v0.26.0 +DB0047,404,Causing death by dangerous driving,4.4 Causing Death by Dangerous Driving (MOT),IO,Violence against the person,Causing death by dangerous driving (MOT),1,40,v0.26.0 +RT88001,404,Causing death by dangerous driving,4.4 Causing Death by Dangerous Driving (MOT),IO,Violence against the person,Causing death by dangerous driving (MOT),1,40,v0.26.0 +RT88025,404,Causing death by dangerous driving,4.4 Causing Death by Dangerous Driving (MOT),IO,Violence against the person,Causing death by dangerous driving (MOT),1,40,v0.26.0 +RT88500,404,Causing death by dangerous driving,4.4 Causing Death by Dangerous Driving (MOT),IO,Violence against the person,Causing death by dangerous driving (MOT),1,40,v0.26.0 +RT88027,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88028,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88029,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88337,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88338,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88501,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88502,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88527 3A,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88554,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +RT88583,406,Causing death by careless driving when under the influence of drink or drugs,4.6 Causing Death by Careless Driving when under the influence of Drink or Drugs (MOT),IO,Violence against the person,Causing death by careless driving when under the influence of drink or drugs (MOT),1,40,v0.26.0 +DV04001,407,Causing or allowing the death of a child or vulnerable person,4.7 Causing Death of a child or vulnerable person,IO,Violence against the person,Causing or allowing the death of a child or vulnerable person,1,40,v0.26.0 +RT88527,413,Cause death by driving without due care / consideration while over prescribed limit - specified controlled drug,4.13 Cause death by driving without due care / consideration while over prescribed limit - specified controlled drug,IO,Violence against the person,Cause death by driving without due care / consideration while over prescribed limit - specified controlled drug,1,40,v0.26.0 +OF61080,509,"Placing, etc. explosives in or near ships or buildings with intent to do bodily harm, etc.",5.2 Other Endangering life - indictable only,IO,Violence against the person,"Placing, etc. explosives in or near ships or buildings with intent to do bodily harm, etc.",1,40,v0.26.0 +AT01018,524,Use of noxious substances or things to cause harm or intimidate,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Use of noxious substances or things to cause harm or intimidate,1,40,v0.26.0 +AT01019,524,Use of noxious substances or things to cause harm or intimidate,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Use of noxious substances or things to cause harm or intimidate,1,40,v0.26.0 +AT01020,524,Use of noxious substances or things to cause harm or intimidate,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Use of noxious substances or things to cause harm or intimidate,1,40,v0.26.0 +AT01022,524,Use of noxious substances or things to cause harm or intimidate,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Use of noxious substances or things to cause harm or intimidate,1,40,v0.26.0 +AT01034,524,Use of noxious substances or things to cause harm or intimidate,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Use of noxious substances or things to cause harm or intimidate,1,40,v0.26.0 +FG03001,852,Offences under the Female Genital Mutilation Act 2003,8.05 Other assault with injury - triable either way,TEW,Violence against the person,Offences under the Female Genital Mutilation Act 2003,1,40,v0.26.0 +FG03002,852,Offences under the Female Genital Mutilation Act 2003,8.05 Other assault with injury - triable either way,TEW,Violence against the person,Offences under the Female Genital Mutilation Act 2003,1,40,v0.26.0 +FG03003,852,Offences under the Female Genital Mutilation Act 2003,8.05 Other assault with injury - triable either way,TEW,Violence against the person,Offences under the Female Genital Mutilation Act 2003,1,40,v0.26.0 +GL07091,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +KE00053,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +SX03018,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +SX03018A,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +SX03018B,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +SX03018C,1716,Sexual assault on a male child aged under 13 - touching,17B.2 Sexual assault of a male child under 13,TEW,Sexual offences,Sexual assault on a male child aged under 13 - touching,2,40,v0.26.0 +CC000072,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +DB0037,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +DC00006,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +DC00016,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +GL07056,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +GL08034,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +GL08057,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +GM000052,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +IC60GW01,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +IC60GW02,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +KE00041,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +KE00070,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +KE00111,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX03017,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX03017A,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX03017B,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX03017C,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX56025,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX56025A,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX56026,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SX56SW01,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +SY00050,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +WI00004,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +WI00005,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +YY000070,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +YY0023,2006,Sexual assault on a female child aged under 13 - touching,20B.2 Sexual assault of a female child under 13,TEW,Sexual offences,Sexual assault on a female child aged under 13 - touching,2,40,v0.26.0 +AS00113,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +CC00057,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +DB0063,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +LO31124,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SO81003,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03019,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03019A,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03019C,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +WM00116,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +YY00174,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +ZZ00111,2103,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +IC60005,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +LO31108,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03020,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03020A,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03020C,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +YY00210,2105,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - no penetration,2,40,v0.26.0 +DC00008,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03023,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03023A,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03023B,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03023C,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56005,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +WI00109,2106,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03024,2107,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03024A,2107,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03024C,2107,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03027,2108,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03027A,2108,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03027C,2108,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03028,2109,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,2,40,v0.26.0 +SX03028A,2109,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,2,40,v0.26.0 +SX03028C,2109,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,21.1 Sexual activity with a child under 13 - indictable only,IO,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity offender aged 18 or over - penetration,2,40,v0.26.0 +SX03156,2118,Sexual activity with a female child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a female child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03157,2119,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03157B,2119,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03165A,2119,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX56028,2119,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX56109,2119,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +HI00089,2120,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03160,2120,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03161,2121,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03161A,2121,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03237,2127,Arrange / facilitate a child under 13 to engage in sexual activity - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate a child under 13 to engage in sexual activity - penetration,2,40,v0.26.0 +SX03237A,2127,Arrange / facilitate a child under 13 to engage in sexual activity - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate a child under 13 to engage in sexual activity - penetration,2,40,v0.26.0 +SX03025,2206,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03025A,2206,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03025C,2206,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56006,2206,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56006A,2206,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03026,2207,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03026A,2207,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03026C,2207,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03029,2208,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03029A,2208,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03029C,2208,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56049,2208,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03030,2209,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03030A,2209,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03030C,2209,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,22.1 Sexual activity involving a child under 16 - indictable only,IO,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03158,2218,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03158A,2218,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SY000013,2218,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +LO31112,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03159,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX56029,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX56029C,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX56GL1,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +WI00088,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +WY010609,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +YY00212,2219,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SO96014G,2220,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03162,2220,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03162A,2220,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03163,2221,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03163A,2221,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03238,2226,Arrange / facilitate sexual activity with a child / incite a child to engage - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate sexual activity with a child / incite a child to engage - penetration,2,40,v0.26.0 +SX03238A,2226,Arrange / facilitate sexual activity with a child / incite a child to engage - penetration,22A.1 Causing sexual activity without consent - penetration,IO,Sexual offences,Arrange / facilitate sexual activity with a child / incite a child to engage - penetration,2,40,v0.26.0 +SX03068,2304,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03068C,2304,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56010,2304,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +WI00178,2304,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03069,2305,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03069C,2305,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX56011,2305,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03076,2308,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03077,2309,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over - penetration,23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03064,2314,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03064C,2314,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03065,2315,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03065C,2315,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03072,2318,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged 18 or over - penetration,2,40,v0.26.0 +SX03073,2319,Inciting a male child family member to engage in sexual activity - offender aged 18 or over at time of offence and victim under 13 - penetration,23.1 Familial sexual offences (incest) with a child family member aged under 13 - indictable only,IO,Sexual offences,Inciting a male child family member to engage in sexual activity - offender aged 18 or over at time of offence and victim under 13 - penetration,2,40,v0.26.0 +SX03174,2322,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03174C,2322,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03175,2323,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03175C,2323,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03172,2324,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03172C,2324,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03173,2325,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03173C,2325,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged under 13 - offender aged 18 or over - no penetration,2,40,v0.26.0 +SX03178,2326,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,23.5 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged under 18 - triable either way,TEW,Sexual offences,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,2,40,v0.26.0 +SX03179,2327,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,23.5 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged under 18 - triable either way,TEW,Sexual offences,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,2,40,v0.26.0 +SX03176,2328,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged 18 or over at time of offence - no penetration,2,40,v0.26.0 +SX03177,2329,Inciting a male child family member to engage in sexual activity - offender aged 18 or over at time of offence and victim under 13 - no penetration,23.3 Familial sexual offences (incest) with a child family member aged under 13 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a male child family member to engage in sexual activity - offender aged 18 or over at time of offence and victim under 13 - no penetration,2,40,v0.26.0 +SX56032,2501,Abduct woman for property to have intercourse / marry (historic),25 Abduction of a female,IO,Sexual offences,Abduct woman for property to have intercourse / marry (historic),2,40,v0.26.0 +SX56033,2502,Abduction of woman by force to have intercourse / marry (historic),25 Abduction of a female,IO,Sexual offences,Abduction of woman by force to have intercourse / marry (historic),2,40,v0.26.0 +TH68026G,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68030,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68030A,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68030C,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68034,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68034A,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68034C,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68042,2801,Burglary in a dwelling with intent to rape - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to rape - indictable only,4,40,v0.26.0 +TH68028,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68028A,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68028C,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68038,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68040,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68044,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +WM000018,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +YY0049,2802,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,28.1 Burglary in a Dwelling - indictable only,IO,Theft offences,Burglary in a dwelling with intent to inflict grievous bodily harm - indictable only,4,40,v0.26.0 +TH68026,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68026A,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68026C,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68032,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68032A,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68032C,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68036,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68036C,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +TH68036G,2803,Other burglary in a dwelling,28.2 Burglary in a Dwelling - triable either way,TEW,Theft offences,Other burglary in a dwelling,4,40,v0.26.0 +CAMB002,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +CL77SW06,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +CONOTHM,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +TH68071,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +TH68071A,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +TH68071C,3500,Blackmail,35 Blackmail,IO,Theft offences,Blackmail,4,40,v0.26.0 +TH68091,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +TH68092,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +TH68093,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +TH68162,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +TH68163,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +TH68164,3701,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",37.1 Causing Death by Aggravated Vehicle Taking (MOT),TEW,Violence against the person,"Aggravated taking of a vehicle: where, owing to the driving of the vehicle, an accident occurs causing the death of any person (MOT)",1,40,v0.26.0 +CC00147,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88124,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88125,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88126,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88127,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88128,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88130,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88131,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CJ88132,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CL77014,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +CL77SW02,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +DB0104,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +DC00025,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +DC00026,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +GM000090,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +GM000094,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +GM000097,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +HERT024,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +KE00159,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +KE00225,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +LO020,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +LO024,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02001,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02002,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02003,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02004,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02004C,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02005,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02020,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02020A,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PC02020C,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +PO02021A,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +SUFF012,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +SUFF037,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +SY00005,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +WI00076,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +WM000054,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +YY00148,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +ZZ00028,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +ZZ00057,3801,Concealing or transferring proceeds of criminal conduct,38 Money laundering,TEW,Miscellaneous crimes against society,Concealing or transferring proceeds of criminal conduct,9,40,v0.26.0 +AS00078,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +CJ88119,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +CJ88120,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +CJ88129,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +CRIMPROP,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +PC02006,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +PC02006C,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +PC0201G,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +WY29709C,3802,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",38 Money laundering,TEW,Miscellaneous crimes against society,"Arrangements - being concerned in arrangement, knowing or suspecting, facilitating acquisition, retention, use or control of criminal property by or on behalf of another person",9,40,v0.26.0 +CJ88121,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +CJ88122,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +CJ88123,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02007,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02008,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02009,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02021,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02021A,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +PC02021C,3803,"Acquisition, use or possession of criminal property",38 Money laundering,TEW,Miscellaneous crimes against society,"Acquisition, use or possession of criminal property",9,40,v0.26.0 +SD91001,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91002,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91003,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91004,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91005,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91006,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91007,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91008,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91009,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91010,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91011,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91012,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91013,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91014,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91015,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91016,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91017,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91018,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91019,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91020,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91021,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91022,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91023,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91024,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91025,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91026,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91027,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91028,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91029,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91030,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91031,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91032,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91033,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91034,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91035,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91036,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91037,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91038,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91039,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91040,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91041,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91042,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91043,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +SD91044,5311,Taking marks from public stores,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Taking marks from public stores,10,40,v0.26.0 +GL09167,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +GL09168,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +TH68072,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +TH68072A,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +TH68072B,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +TH68072C,5401,Receiving stolen goods,54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,Receiving stolen goods,9,40,v0.26.0 +TH68073,5402,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",9,40,v0.26.0 +TH68073A,5402,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",9,40,v0.26.0 +TH68073C,5402,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",9,40,v0.26.0 +TH68074,5402,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",54 Handling Stolen Goods,TEW,Miscellaneous crimes against society,"Undertaking or assisting in the retention, removal, disposal or realisation of stolen goods, or arranging to do so",9,40,v0.26.0 +CD98014,5801,Racially aggravated other criminal damage,58E-J Racially or religiously aggravated criminal damage,TEW,Criminal damage and arson,Racially aggravated other criminal damage,5,40,v0.26.0 +CD98032,5802,Religiously aggravated other criminal damage,58E-J Racially or religiously aggravated criminal damage,TEW,Criminal damage and arson,Religiously aggravated other criminal damage,5,40,v0.26.0 +CD98045,5803,Racially or religiously aggravated other criminal damage,58E-J Racially or religiously aggravated criminal damage,TEW,Criminal damage and arson,Racially or religiously aggravated other criminal damage,5,40,v0.26.0 +CD98074,5804,Racially or religiously aggravated criminal damage ,58E-J Racially or religiously aggravated criminal damage,TEW,Criminal damage and arson,Racially or religiously aggravated criminal damage ,5,40,v0.26.0 +OS11001,6630,Committing an act prejudicial to the safety or the interest of the State,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Committing an act prejudicial to the safety or the interest of the State,8,40,v0.26.0 +CM90010,6802,Unauthorised act in relation to a computer causing / creating risk of serious damage,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Unauthorised act in relation to a computer causing / creating risk of serious damage,8,40,v0.26.0 +CJ15004,6805,Corrupt / improper exercise of police powers and privileges by a constable,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Corrupt / improper exercise of police powers and privileges by a constable,8,40,v0.26.0 +SX03079,7003,Sexual activity with a male person with a mental disorder impeding choice - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Sexual activity with a male person with a mental disorder impeding choice - no penetration,2,40,v0.26.0 +SX03078,7004,Sexual activity with a female person with a mental disorder impeding choice - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Sexual activity with a female person with a mental disorder impeding choice - no penetration,2,40,v0.26.0 +SX03083,7007,Causing or inciting a male person with a mental disorder impeding choice to engage in sexual activity - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Causing or inciting a male person with a mental disorder impeding choice to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03082,7008,Causing or inciting a female person with a mental disorder impeding choice to engage in sexual activity - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Causing or inciting a female person with a mental disorder impeding choice to engage in sexual activity - no penetration,2,40,v0.26.0 +SX03088,7012,"Inducement, threat or deception to procure sexual activity with a person with a mental disorder - no penetration",70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,"Inducement, threat or deception to procure sexual activity with a person with a mental disorder - no penetration",2,40,v0.26.0 +SX03090,7014,"Causing a person with a mental disorder to engage in sexual activity by inducement, threat or deception - no penetration",70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,"Causing a person with a mental disorder to engage in sexual activity by inducement, threat or deception - no penetration",2,40,v0.26.0 +SX03097,7017,Care workers: Sexual activity with a male person with a mental disorder - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Care workers: Sexual activity with a male person with a mental disorder - penetration,2,40,v0.26.0 +SX03096,7018,Care workers: Sexual activity with a female person with a mental disorder - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Care workers: Sexual activity with a female person with a mental disorder - penetration,2,40,v0.26.0 +SX03099,7021,Care workers: causing or inciting sexual activity (person with a mental disorder) - penetration,70.1 Sexual activity etc. with a person with a mental disorder - indictable only,IO,Sexual offences,Care workers: causing or inciting sexual activity (person with a mental disorder) - penetration,2,40,v0.26.0 +SX03047,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03047A,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03236,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03236A,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03239,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03239A,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03240,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03240A,7101,Arranging or facilitating the commission of a child sex offence,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating the commission of a child sex offence,2,40,v0.26.0 +SX03102,7104,Paying for sex with a female child under 16 - no penetration,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a female child under 16 - no penetration,2,40,v0.26.0 +SX03106,7104,Paying for sex with a female child under 16 - no penetration,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a female child under 16 - no penetration,2,40,v0.26.0 +SX03106A,7104,Paying for sex with a female child under 16 - no penetration,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a female child under 16 - no penetration,2,40,v0.26.0 +SX03103,7105,Paying for sex with a male child under 16 - no penetration,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a male child under 16 - no penetration,2,40,v0.26.0 +SX03107,7105,Paying for sex with a male child under 16 - no penetration,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a male child under 16 - no penetration,2,40,v0.26.0 +SX03113,7108,Causing or inciting child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03230,7108,Causing or inciting child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03230A,7108,Causing or inciting child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03115,7109,Controlling a child prostitute or a child involved in pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Controlling a child prostitute or a child involved in pornography - child aged 13 to 17,2,40,v0.26.0 +SX03232,7109,Controlling a child prostitute or a child involved in pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Controlling a child prostitute or a child involved in pornography - child aged 13 to 17,2,40,v0.26.0 +SX03117,7110,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03117C,7110,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03228,7110,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +SX03228C,7110,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child aged 13 to 17,2,40,v0.26.0 +LAN0056,7111,Causing or inciting child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03112,7111,Causing or inciting child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03229,7111,Causing or inciting child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child under 13,2,40,v0.26.0 +TV00009,7111,Causing or inciting child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Causing or inciting child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03114,7112,Controlling a child prostitute or a child involved in pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Controlling a child prostitute or a child involved in pornography - child under 13,2,40,v0.26.0 +SX03231,7112,Controlling a child prostitute or a child involved in pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Controlling a child prostitute or a child involved in pornography - child under 13,2,40,v0.26.0 +SX03116,7113,Arranging or facilitating child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03116C,7113,Arranging or facilitating child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03227,7113,Arranging or facilitating child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03227C,7113,Arranging or facilitating child prostitution or pornography - child under 13,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Arranging or facilitating child prostitution or pornography - child under 13,2,40,v0.26.0 +SX03109,7114,Paying for sex with a female child aged under 16 - penetration,71.1 Abuse of children through prostitution and pornography - indictable only,IO,Sexual offences,Paying for sex with a female child aged under 16 - penetration,2,40,v0.26.0 +SX03108,7115,Paying for sex with a male child aged under 16 - penetration,71.1 Abuse of children through prostitution and pornography - indictable only,IO,Sexual offences,Paying for sex with a male child aged under 16 - penetration,2,40,v0.26.0 +SX03120,7201,Arranging or facilitating arrival of a person into the UK for sexual exploitation (trafficking),72 Human trafficking for sexual exploitation,TEW,Sexual offences,Arranging or facilitating arrival of a person into the UK for sexual exploitation (trafficking),2,40,v0.26.0 +SX56038,7201,Arranging or facilitating arrival of a person into the UK for sexual exploitation (trafficking),72 Human trafficking for sexual exploitation,TEW,Sexual offences,Arranging or facilitating arrival of a person into the UK for sexual exploitation (trafficking),2,40,v0.26.0 +SX03121,7202,Arranging or facilitating travel of a person within the UK for sexual exploitation (trafficking),72 Human trafficking for sexual exploitation,TEW,Sexual offences,Arranging or facilitating travel of a person within the UK for sexual exploitation (trafficking),2,40,v0.26.0 +YY00316,7202,Arranging or facilitating travel of a person within the UK for sexual exploitation (trafficking),72 Human trafficking for sexual exploitation,TEW,Sexual offences,Arranging or facilitating travel of a person within the UK for sexual exploitation (trafficking),2,40,v0.26.0 +SX03122,7203,Arranging or facilitating departure of a person from the UK for sexual exploitation (trafficking),72 Human trafficking for sexual exploitation,TEW,Sexual offences,Arranging or facilitating departure of a person from the UK for sexual exploitation (trafficking),2,40,v0.26.0 +SX03217,7204,Intentionally arrange / facilitate the arrival in / entry into the UK / another country of a person with a view to their sexual exploitation,72 Human trafficking for sexual exploitation,TEW,Sexual offences,Intentionally arrange / facilitate the arrival in / entry into the UK / another country of a person with a view to their sexual exploitation,2,40,v0.26.0 +SX03218,7205,Intentionally arrange / facilitate travel of a person within the UK / another country with a view to their sexual exploitation,72 Human trafficking for sexual exploitation,TEW,Sexual offences,Intentionally arrange / facilitate travel of a person within the UK / another country with a view to their sexual exploitation,2,40,v0.26.0 +SX03219,7206,Intentionally arrange / facilitate the departure of a person from the UK / another country with a view to their sexual exploitation,72 Human trafficking for sexual exploitation,TEW,Sexual offences,Intentionally arrange / facilitate the departure of a person from the UK / another country with a view to their sexual exploitation,2,40,v0.26.0 +SU61001,7600,Aid / abet the suicide or attempted suicide of another,76 Aiding suicide,IO,Miscellaneous crimes against society,Aid / abet the suicide or attempted suicide of another,9,40,v0.26.0 +SU61002,7600,Aid / abet the suicide or attempted suicide of another,76 Aiding suicide,IO,Miscellaneous crimes against society,Aid / abet the suicide or attempted suicide of another,9,40,v0.26.0 +SU61003,7601,Intentionally doing an act capable of encouraging or assisting the suicide or attempted suicide of another,76 Aiding suicide,IO,Miscellaneous crimes against society,Intentionally doing an act capable of encouraging or assisting the suicide or attempted suicide of another,9,40,v0.26.0 +SU61004,7601,Intentionally doing an act capable of encouraging or assisting the suicide or attempted suicide of another,76 Aiding suicide,IO,Miscellaneous crimes against society,Intentionally doing an act capable of encouraging or assisting the suicide or attempted suicide of another,9,40,v0.26.0 +CJ90001,7750,Manufacturing a scheduled substance,92A Other drug trafficking offences,TEW,Drug offences,Manufacturing a scheduled substance,6,40,v0.26.0 +CJ90002,7751,Supplying a scheduled substance to another person,92A Other drug trafficking offences,TEW,Drug offences,Supplying a scheduled substance to another person,6,40,v0.26.0 +CJ90009,7754,Having a controlled drug in possession on a ship - Class B drug,92A Other drug trafficking offences,TEW,Drug offences,Having a controlled drug in possession on a ship - Class B drug,6,40,v0.26.0 +CJ90012,7757,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class B drug,92A Other drug trafficking offences,TEW,Drug offences,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class B drug,6,40,v0.26.0 +CJ90016,7765,Possess a drug the subject of a Temporary Class Order on board a ship,92A Other drug trafficking offences,TEW,Drug offences,Possess a drug the subject of a Temporary Class Order on board a ship,6,40,v0.26.0 +IM71014,7801,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be an illegal entrant (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be an illegal entrant (historic),9,40,v0.26.0 +IM71081,7802,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be anasylum claimant (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be anasylum claimant (historic),9,40,v0.26.0 +KE00170,7802,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be anasylum claimant (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Knowingly concerned in making or carrying out arrangements for securing or facilitating the entry into the UK of anyone whom he knows or has reasonable cause for believing to be anasylum claimant (historic),9,40,v0.26.0 +IM71082,7803,Assist illegal entry into UK by deception (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assist illegal entry into UK by deception (historic),9,40,v0.26.0 +BED0034,7810,Assisting unlawful immigration to member state,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting unlawful immigration to member state,9,40,v0.26.0 +IM71104,7810,Assisting unlawful immigration to member state,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting unlawful immigration to member state,9,40,v0.26.0 +IM71104C,7810,Assisting unlawful immigration to member state,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting unlawful immigration to member state,9,40,v0.26.0 +IM71131,7810,Assisting unlawful immigration to member state,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting unlawful immigration to member state,9,40,v0.26.0 +IM71131C,7810,Assisting unlawful immigration to member state,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting unlawful immigration to member state,9,40,v0.26.0 +IM71105,7811,Helping asylum-seeker to enter the UK,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Helping asylum-seeker to enter the UK,9,40,v0.26.0 +IM71105C,7811,Helping asylum-seeker to enter the UK,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Helping asylum-seeker to enter the UK,9,40,v0.26.0 +KE00177,7811,Helping asylum-seeker to enter the UK,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Helping asylum-seeker to enter the UK,9,40,v0.26.0 +IM71106,7812,Assisting entry to UK in breach of deportation order or exclusion order,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting entry to UK in breach of deportation order or exclusion order,9,40,v0.26.0 +IM71107,7812,Assisting entry to UK in breach of deportation order or exclusion order,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting entry to UK in breach of deportation order or exclusion order,9,40,v0.26.0 +NI02003,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +NI02004,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +NI02005,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +NI02006,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +NI02007,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +NI02008,7813,Trafficking in prostitution (historic),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Trafficking in prostitution (historic),9,40,v0.26.0 +AI04003,7819,Trafficking people into the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people into the UK for the purpose of exploitation,9,40,v0.26.0 +AI04008,7819,Trafficking people into the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people into the UK for the purpose of exploitation,9,40,v0.26.0 +AI04004,7820,Trafficking people within the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people within the UK for the purpose of exploitation,9,40,v0.26.0 +AI04009,7820,Trafficking people within the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people within the UK for the purpose of exploitation,9,40,v0.26.0 +AI04005,7821,Trafficking people out of the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people out of the UK for the purpose of exploitation,9,40,v0.26.0 +AI04010,7821,Trafficking people out of the UK for the purpose of exploitation,78.1 Human trafficking for non-sexual exploitation,TEW,Miscellaneous crimes against society,Trafficking people out of the UK for the purpose of exploitation,9,40,v0.26.0 +CA19811,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79031,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79035,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79097,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79097C,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79098C,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79143,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79146,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79156,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79172,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79187,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79187C,9204,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.02 Unlawful importation - Class B,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79032,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79036,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79098,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79144,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79147,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79157,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79174,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79188,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79188C,9205,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79043,9207,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.06 Unlawful exportation - Class B,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79043C,9207,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.06 Unlawful exportation - Class B,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79101,9207,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.06 Unlawful exportation - Class B,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79173,9207,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,92A.06 Unlawful exportation - Class B,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class B,6,40,v0.26.0 +CE79044,9208,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79044C,9208,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79102,9208,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79175,9208,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C,6,40,v0.26.0 +CE79341,9216,Conspire to or concerned in the fraudulent evasion of a prohibition on the importation of a controlled drug - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Conspire to or concerned in the fraudulent evasion of a prohibition on the importation of a controlled drug - class C (khat),6,40,v0.26.0 +CE79341C,9216,Conspire to or concerned in the fraudulent evasion of a prohibition on the importation of a controlled drug - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Conspire to or concerned in the fraudulent evasion of a prohibition on the importation of a controlled drug - class C (khat),6,40,v0.26.0 +CE79344,9218,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,40,v0.26.0 +CE79345,9218,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,40,v0.26.0 +CE79346,9218,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.07 Unlawful exportation - Class C,TEW,Drug offences,Unlawful exportation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,40,v0.26.0 +MD71100,9220,Production of or being concerned in production of a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71100C,9220,Production of or being concerned in production of a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71120,9220,Production of or being concerned in production of a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71029,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71101,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71104,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71121,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71124,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71440,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71440A,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71520,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71522,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71522C,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71529,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71531,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71531C,9221,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71558,9222,Production of or being concerned in production of a controlled drug - class B (synthetic cannabinoid receptor agonists),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (synthetic cannabinoid receptor agonists),6,40,v0.26.0 +MD71581,9223,Production of or being concerned in the production of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71582,9223,Production of or being concerned in the production of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71005,9225,Production of or being concerned in production of a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (other),6,40,v0.26.0 +MD71105,9225,Production of or being concerned in production of a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (other),6,40,v0.26.0 +MD71105B,9225,Production of or being concerned in production of a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (other),6,40,v0.26.0 +MD71105C,9225,Production of or being concerned in production of a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (other),6,40,v0.26.0 +MD71125,9225,Production of or being concerned in production of a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class B (other),6,40,v0.26.0 +MD71403,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71404G,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71405,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71412,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71414,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71424,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71424A,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71436,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71437,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71438,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71439,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71439C,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71439I,9226,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production or being concerned in production of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71336,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71355,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71369,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71370,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71432,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71433,9227,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - class C (Anabolic Steroids),6,40,v0.26.0 +MD71003,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +MD71006,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +MD71430,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +MD71430C,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +MD71431,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +MD71568,9228,Production of or being concerned in production of a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (other),6,40,v0.26.0 +CE79194,9237,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,6,40,v0.26.0 +CE79236,9237,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,6,40,v0.26.0 +CE79241,9237,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,6,40,v0.26.0 +CE79326,9237,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,92A.04 Unlawful importation - unknown class,TEW,Drug offences,Import a drug subject of a temporary class order with intent to evade a prohibition/restriction.,6,40,v0.26.0 +CE79195,9238,Export a drug subject of a temporary class order with intent to evade a prohibition/restriction.,92A.08 Unlawful exportation - unknown class,TEW,Drug offences,Export a drug subject of a temporary class order with intent to evade a prohibition/restriction.,6,40,v0.26.0 +MD71140,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71140A,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71140C,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71160,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71180,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MD71200,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +MR73002,9240,Supplying or offering to supply a controlled drug - class B (amphetamines),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (amphetamines),6,40,v0.26.0 +CX00032,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71141,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71141C,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71144,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71144C,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71161,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71164,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71181,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71184,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71201,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71204,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71519,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71523,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71524,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71524A,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71524C,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71525,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71528,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71532,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71532A,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71532C,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71533,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71534,9241,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71554,9242,Supplying or offering to supply a controlled drug - class B (Synthetic cannabinoid receptor agonists),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Synthetic cannabinoid receptor agonists),6,40,v0.26.0 +MD71575,9243,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71576,9243,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71576A,9243,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71578,9243,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71008,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71012,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71015,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71018,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71145,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71145A,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71145C,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71165,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71185,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71205,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +STAF0004,9245,Supplying or offering to supply a controlled drug - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (other),6,40,v0.26.0 +MD71402,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71406,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71407,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71407C,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71408,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71411,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71415,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71415C,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71416,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71417,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71457,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71458,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71459,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71459C,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71460,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71461,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71462,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71462C,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71462G,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71463,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71464,9246,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71337,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71338,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71339,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71373,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71373C,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71374,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71449,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71450,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71451,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71451A,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71451C,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71452,9247,Supplying or offering to supply a controlled drug - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (anabolic steroids),6,40,v0.26.0 +MD71009,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71009C,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71013,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71016,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71019,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71030,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71031,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71034,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71036,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71037,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71039,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71040,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71445,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71445A,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71445C,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71446,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71447,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71448,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71557,9248,Supplying or offering to supply a controlled drug - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (other),6,40,v0.26.0 +MD71210,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71210A,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71210B,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71210C,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71210G,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71210Y,9250,Having possession of a controlled drug - class A (cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (cocaine),6,40,v0.26.0 +MD71240,9280,Possession of a controlled drug with intent to supply - class B (amphetamine),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (amphetamine),6,40,v0.26.0 +MD71240A,9280,Possession of a controlled drug with intent to supply - class B (amphetamine),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (amphetamine),6,40,v0.26.0 +MD71240C,9280,Possession of a controlled drug with intent to supply - class B (amphetamine),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (amphetamine),6,40,v0.26.0 +MD71241,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71244,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71244C,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71517,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71517A,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71526,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71526A,9281,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)","92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71553,9282,Possession of a controlled drug with intent to supply - class B (synthetic cannabinoid receptor agonists),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (synthetic cannabinoid receptor agonists),6,40,v0.26.0 +MD71577,9283,Possession of a controlled drug with intent to supply - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71577A,9283,Possession of a controlled drug with intent to supply - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71025,9285,Possession of a controlled drug with intent to supply - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (other),6,40,v0.26.0 +MD71245,9285,Possession of a controlled drug with intent to supply - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (other),6,40,v0.26.0 +MD71245A,9285,Possession of a controlled drug with intent to supply - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (other),6,40,v0.26.0 +MD71245C,9285,Possession of a controlled drug with intent to supply - class B (other),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (other),6,40,v0.26.0 +MD71400,9286,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71409,9286,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71493,9286,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71494,9286,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71341,9287,Possession of a controlled drug with intent to supply - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (anabolic steroids),6,40,v0.26.0 +MD71441,9287,Possession of a controlled drug with intent to supply - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (anabolic steroids),6,40,v0.26.0 +MD71441A,9287,Possession of a controlled drug with intent to supply - class C (anabolic steroids),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (anabolic steroids),6,40,v0.26.0 +MD71026,9288,Possession of a controlled drug with intent to supply - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (other),6,40,v0.26.0 +MD71442,9288,Possession of a controlled drug with intent to supply - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (other),6,40,v0.26.0 +MD71442A,9288,Possession of a controlled drug with intent to supply - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (other),6,40,v0.26.0 +MD71556,9288,Possession of a controlled drug with intent to supply - class C (other),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (other),6,40,v0.26.0 +MD71514,9291,Incite another to supply a controlled drug - class B,92A.14 Incite another to supply a controlled drug - class B,TEW,Drug offences,Incite another to supply a controlled drug - class B,6,40,v0.26.0 +MD71513,9292,Incite another to supply a controlled drug - class C,92A.15 Incite another to supply a controlled drug - class C,TEW,Drug offences,Incite another to supply a controlled drug - class C,6,40,v0.26.0 +MD71250,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71270,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71290,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71310,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71343,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71356,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71375,9310,Permitting premises to be used for unlawful purposes - class A (cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (cocaine),6,40,v0.26.0 +MD71251,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71271,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71291,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71311,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71344,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71357,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71376,9311,Permitting premises to be used for unlawful purposes - class A (heroin),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (heroin),6,40,v0.26.0 +MD71252,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71272,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71292,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71312,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71345,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71358,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71377,9312,Permitting premises to be used for unlawful purposes - class A (LSD),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (LSD),6,40,v0.26.0 +MD71253,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71273,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71293,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71313,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71346,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71359,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71378,9313,Permitting premises to be used for unlawful purposes - class A (MDMA),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (MDMA),6,40,v0.26.0 +MD71254,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71274,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71294,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71314,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71347,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71360,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71379,9314,Permitting premises to be used for unlawful purposes - class A (crack cocaine),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (crack cocaine),6,40,v0.26.0 +MD71255,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71275,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71295,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71315,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71348,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71361,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71380,9315,Permitting premises to be used for unlawful purposes - class A (methadone),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (methadone),6,40,v0.26.0 +MD71033,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71042,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71045,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71259,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71279,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71299,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71319,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71349,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71362,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71381,9319,Permitting premises to be used for unlawful purposes - class A (other),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (other),6,40,v0.26.0 +MD71260,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71280,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71300,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71320,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71350,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71363,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71382,9320,Permitting premises to be used for unlawful purposes - class B (amphetamine),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (amphetamine),6,40,v0.26.0 +MD71043,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71044,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71261,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71264,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71281,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71284,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71301,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71304,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71321,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71324,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71351,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71364,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71371,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71372,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71383,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71384,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71518,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71527,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71535,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71536,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71537,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71538,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71539,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71540,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71540A,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71541,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71541A,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71542,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71543,9321,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,40,v0.26.0 +MD71559,9322,Permitting premises to be used for unlawful purposes - class B (synthetic cannabinoid agonists),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (synthetic cannabinoid agonists),6,40,v0.26.0 +MD71579,9323,Permitting premises to be used for unlawful purposes - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71580,9323,Permitting premises to be used for unlawful purposes - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,40,v0.26.0 +MD71265,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71285,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71305,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71325,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71352,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71365,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71385,9325,Permitting premises to be used for unlawful purposes - class B (other),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (other),6,40,v0.26.0 +MD71401,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71410,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71418,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71419,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71420,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71421,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71422,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71423,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71425,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71426,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71427,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71428,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71476,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71477,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71478,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71479,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71480,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71481,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71482,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71483,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71484,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71485,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71486,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71487,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71488,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71489,9326,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) (historic)",6,40,v0.26.0 +MD71330,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71331,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71332,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71333,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71335,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71353,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71366,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71386,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71470,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71472,9327,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (anabolic steroids),6,40,v0.26.0 +MD71032,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71035,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71038,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71041,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71354,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71367,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71387,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71471,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71473,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71569,9328,Permitting premises to be used for unlawful purposes - class C (other),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (other),6,40,v0.26.0 +MD71269,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +MD71289,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +MD71309,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +MD71329,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +MD71368,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +MD71388,9329,Permitting premises to be used for unlawful purposes - class unspecified,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class unspecified,6,40,v0.26.0 +DT86004,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86005,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86006,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86007,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86008,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86009,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +DT86010,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71046,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71047,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71048,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71049,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71050,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71055,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71056,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71057,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71058,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71059,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71060,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71061,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71063,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71065,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71066,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71067,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71068,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71069,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71073,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71074,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71075,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71342,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71490,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD71491,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD73001,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MD73002,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +MR73001,9340,Other indictable or triable either way offences relating to drugs,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Other indictable or triable either way offences relating to drugs,6,40,v0.26.0 +CJ90004,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +CJ90005,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +CJ90006,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +CJ90007,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DB0112,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94011,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94012,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94013,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94014,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94015,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94016,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94017,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94018,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94019,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94020,9349,Concealing or transferring the proceeds of drug trafficking,92C Other drug offences,TEW,Drug offences,Concealing or transferring the proceeds of drug trafficking,6,40,v0.26.0 +DT94001,9350,Assisting another person to retain the benefit of drug trafficking,92C Other drug offences,TEW,Drug offences,Assisting another person to retain the benefit of drug trafficking,6,40,v0.26.0 +DT94002,9350,Assisting another person to retain the benefit of drug trafficking,92C Other drug offences,TEW,Drug offences,Assisting another person to retain the benefit of drug trafficking,6,40,v0.26.0 +DB0111,9351,"Acquisition, possession or use of proceeds of drug trafficking",92C Other drug offences,TEW,Drug offences,"Acquisition, possession or use of proceeds of drug trafficking",6,40,v0.26.0 +DT94004,9351,"Acquisition, possession or use of proceeds of drug trafficking",92C Other drug offences,TEW,Drug offences,"Acquisition, possession or use of proceeds of drug trafficking",6,40,v0.26.0 +DT94005,9351,"Acquisition, possession or use of proceeds of drug trafficking",92C Other drug offences,TEW,Drug offences,"Acquisition, possession or use of proceeds of drug trafficking",6,40,v0.26.0 +DT94006,9351,"Acquisition, possession or use of proceeds of drug trafficking",92C Other drug offences,TEW,Drug offences,"Acquisition, possession or use of proceeds of drug trafficking",6,40,v0.26.0 +MD71564,9357,Production of or being concerned in production of a controlled drug - class C (piperazines (including BZP))���� ,"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (piperazines (including BZP))�� ,6,40,v0.26.0 +MD71566,9357,Production of or being concerned in production of a controlled drug - class C (piperazines (including BZP))���� ,"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (piperazines (including BZP))�� ,6,40,v0.26.0 +MD71560,9358,"Production of or being concerned in production of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71562,9358,"Production of or being concerned in production of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Production of or being concerned in production of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71390,9359,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71391,9359,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71434,9359,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71435,9359,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production of or being concerned in production of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71495,9360,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),6,40,v0.26.0 +MD71496,9360,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),6,40,v0.26.0 +MD71591,9360,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),6,40,v0.26.0 +MD71592,9360,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Production of or being concerned in the production of a controlled drug - Ketamine (Special 'K' or Club 'Horse' Drug),6,40,v0.26.0 +MD71607,9362,Production or being concerned in production of a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production or being concerned in production of a controlled drug - class C (khat),6,40,v0.26.0 +MD71608,9362,Production or being concerned in production of a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Production or being concerned in production of a controlled drug - class C (khat),6,40,v0.26.0 +MD71545,9363,"Supplying or offering to supply a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71572,9363,"Supplying or offering to supply a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Supplying or offering to supply a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71548,9364,Supplying or offering to supply a controlled drug - class C (Piperazines (including BZP)),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (Piperazines (including BZP)),6,40,v0.26.0 +MD71551,9364,Supplying or offering to supply a controlled drug - class C (Piperazines (including BZP)),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (Piperazines (including BZP)),6,40,v0.26.0 +MD71392,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71393,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71394,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71395,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71453,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71453A,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71454,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71455,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71456,9365,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,40,v0.26.0 +MD71497,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71497A,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71498,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71499,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71593,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71593A,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71594,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71595,9366,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Supplying or offering to supply a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71601,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71601A,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71601C,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71602,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71603,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71604,9368,Supplying or offering to supply a controlled drug - class C (khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Supplying or offering to supply a controlled drug - class C (khat),6,40,v0.26.0 +MD71544,9375,"Possession of a controlled drug with intent to supply - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71571,9375,"Possession of a controlled drug with intent to supply - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,40,v0.26.0 +MD71547,9376,"Possession of a controlled drug with intent to supply - class C (piperazines, including BZP)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (piperazines, including BZP)",6,40,v0.26.0 +MD71550,9376,"Possession of a controlled drug with intent to supply - class C (piperazines, including BZP)","92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,"Possession of a controlled drug with intent to supply - class C (piperazines, including BZP)",6,40,v0.26.0 +MD71397,9377,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),6,40,v0.26.0 +MD71492,9377,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),6,40,v0.26.0 +MD71492A,9377,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (GHB (Hydroxy-n-butyric acid)),6,40,v0.26.0 +MD71501,9378,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71501A,9378,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71597,9378,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71597A,9378,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),"92A.10 Production, supply and possession with intent to supply a controlled drug - Class B",TEW,Drug offences,Possession of a controlled drug with intent to supply - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71509,9379,Permitting premises to be used for unlawful purposes - class A (Methylamphetamine (Crystal meth)),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (Methylamphetamine (Crystal meth)),6,40,v0.26.0 +MD71511,9379,Permitting premises to be used for unlawful purposes - class A (Methylamphetamine (Crystal meth)),92C.01 Permitting premises to be used for unlawful purposes - Class A,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class A (Methylamphetamine (Crystal meth)),6,40,v0.26.0 +MD71600,9380,Possession of a controlled drug with intent to supply - class C (Khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (Khat),6,40,v0.26.0 +MD71600A,9380,Possession of a controlled drug with intent to supply - class C (Khat),"92A.11 Production, supply and possession with intent to supply a controlled drug - Class C",TEW,Drug offences,Possession of a controlled drug with intent to supply - class C (Khat),6,40,v0.26.0 +MD71561,9381,"Permitting premises to be used for unlawful purposes - class C (Gamma-butyrolactone (GBL) and 1.4-butanediol (1,4-BD)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (Gamma-butyrolactone (GBL) and 1.4-butanediol (1,4-BD)",6,40,v0.26.0 +MD71563,9381,"Permitting premises to be used for unlawful purposes - class C (Gamma-butyrolactone (GBL) and 1.4-butanediol (1,4-BD)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (Gamma-butyrolactone (GBL) and 1.4-butanediol (1,4-BD)",6,40,v0.26.0 +MD71565,9382,"Permitting premises to be used for unlawful purposes - class C (piperazines, including BZP)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (piperazines, including BZP)",6,40,v0.26.0 +MD71567,9382,"Permitting premises to be used for unlawful purposes - class C (piperazines, including BZP)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (piperazines, including BZP)",6,40,v0.26.0 +MD71398,9383,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",6,40,v0.26.0 +MD71399,9383,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",6,40,v0.26.0 +MD71474,9383,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",6,40,v0.26.0 +MD71475,9383,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,"Permitting premises to be used for unlawful purposes - class C (GHB, hydroxy-n-butyric acid)",6,40,v0.26.0 +MD71502,9384,Permitting premises to be used for unlawful purposes - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71598,9384,Permitting premises to be used for unlawful purposes - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92C.02 Permitting premises to be used for unlawful purposes - Class B,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,40,v0.26.0 +MD71583,9385,Production of or being concerned in the production of a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Production of or being concerned in the production of a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71584,9385,Production of or being concerned in the production of a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Production of or being concerned in the production of a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71585,9386,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71586,9386,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71589,9386,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71590,9386,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply or being concerned in supplying or offering to supply a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71587,9387,Permitting the use of premises for the supply or production of a drug the subject of a temporary class drug order,92C.04 Permitting premises to be used for unlawful purposes - unknown class,TEW,Drug offences,Permitting the use of premises for the supply or production of a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71588,9388,Possessing with intent to supply a drug the subject of a temporary class drug order,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Possessing with intent to supply a drug the subject of a temporary class drug order,6,40,v0.26.0 +MD71605,9390,Permitting premises to be used for unlawful purposes - class C (khat),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (khat),6,40,v0.26.0 +MD71606,9390,Permitting premises to be used for unlawful purposes - class C (khat),92C.03 Permitting premises to be used for unlawful purposes - Class C,TEW,Drug offences,Permitting premises to be used for unlawful purposes - class C (khat),6,40,v0.26.0 +MG49002,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49003,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49004,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49005,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49006,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49007,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49008,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49009,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49010,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49011,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49012,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49013,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49014,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49015,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49017,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49018,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49019,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49021,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49022,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49023,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49024,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49025,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +MG49026,9897,Offences relating to solemnization/registration of marriages ,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Offences relating to solemnization/registration of marriages ,9,40,v0.26.0 +CJ09002,9925,Knowingly holding another person in slavery or servitude,"99.3 Slavery, servitude and forced labour",IO,Miscellaneous crimes against society,Knowingly holding another person in slavery or servitude,9,40,v0.26.0 +CJ09002C,9925,Knowingly holding another person in slavery or servitude,"99.3 Slavery, servitude and forced labour",IO,Miscellaneous crimes against society,Knowingly holding another person in slavery or servitude,9,40,v0.26.0 +CJ09003,9926,Knowingly requiring another person to perform forced or compulsory labour,"99.3 Slavery, servitude and forced labour",IO,Miscellaneous crimes against society,Knowingly requiring another person to perform forced or compulsory labour,9,40,v0.26.0 +CJ09003C,9926,Knowingly requiring another person to perform forced or compulsory labour,"99.3 Slavery, servitude and forced labour",IO,Miscellaneous crimes against society,Knowingly requiring another person to perform forced or compulsory labour,9,40,v0.26.0 +OF61014,301,Making threats to kill,3B Threats to kill,TEW,Violence against the person,Making threats to kill,1,50,v0.26.0 +CL67001,303,Assisting offender by impeding his apprehension or prosecution in a case of murder,3A Conspiracy to murder,IO,Violence against the person,Assisting offender by impeding his apprehension or prosecution in a case of murder,1,50,v0.26.0 +CL67002,303,Assisting offender by impeding his apprehension or prosecution in a case of murder,3A Conspiracy to murder,IO,Violence against the person,Assisting offender by impeding his apprehension or prosecution in a case of murder,1,50,v0.26.0 +CL67010,303,Assisting offender by impeding his apprehension or prosecution in a case of murder,3A Conspiracy to murder,IO,Violence against the person,Assisting offender by impeding his apprehension or prosecution in a case of murder,1,50,v0.26.0 +IC01006,303,Assisting offender by impeding his apprehension or prosecution in a case of murder,3A Conspiracy to murder,IO,Violence against the person,Assisting offender by impeding his apprehension or prosecution in a case of murder,1,50,v0.26.0 +IC01009,303,Assisting offender by impeding his apprehension or prosecution in a case of murder,3A Conspiracy to murder,IO,Violence against the person,Assisting offender by impeding his apprehension or prosecution in a case of murder,1,50,v0.26.0 +DV04002,411,Causing or allowing child or vulnerable adult to suffer serious physical harm,4.11 Causing or allowing child or vulnerable adult to suffer serious physical harm,IO,Violence against the person,Causing or allowing child or vulnerable adult to suffer serious physical harm,1,50,v0.26.0 +RT88530,417,Cause death by driving whilst disqualified,4.9b Causing death by driving whilst disqualified ,IO,Violence against the person,Cause death by driving whilst disqualified,1,50,v0.26.0 +OF61060,510,Endangering life or causing harm by administering poison,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering life or causing harm by administering poison,1,50,v0.26.0 +OF61061,510,Endangering life or causing harm by administering poison,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering life or causing harm by administering poison,1,50,v0.26.0 +OF61062,510,Endangering life or causing harm by administering poison,5.2 Other Endangering life - indictable only,IO,Violence against the person,Endangering life or causing harm by administering poison,1,50,v0.26.0 +FI68320,823,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",10A Possession of firearms with intent,IO,Possession of weapons,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",7,50,v0.26.0 +FI68320A,823,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",10A Possession of firearms with intent,IO,Possession of weapons,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",7,50,v0.26.0 +FI68320C,823,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",10A Possession of firearms with intent,IO,Possession of weapons,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",7,50,v0.26.0 +FI68321,823,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",10A Possession of firearms with intent,IO,Possession of weapons,"Possession of a firearm or imitation firearm, with intent to cause fear of violence ",7,50,v0.26.0 +FI68322,824,Possession of a firearm or imitation firearm with intent to cause fear of violence ,10A Possession of firearms with intent,IO,Possession of weapons,Possession of a firearm or imitation firearm with intent to cause fear of violence ,7,50,v0.26.0 +FI68323,825,Possession of a firearm or imitation firearm with intent to cause fear of violence ,10A Possession of firearms with intent,IO,Possession of weapons,Possession of a firearm or imitation firearm with intent to cause fear of violence ,7,50,v0.26.0 +VC06004,854,"Using another to look after, hide or transport a dangerous weapon - a firearm",10A Possession of firearms with intent,IO,Possession of weapons,"Using another to look after, hide or transport a dangerous weapon - a firearm",7,50,v0.26.0 +CY33001,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33002,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33003,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33004,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33005,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33006,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33007,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33008,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33009,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33010,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33033,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33034,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33035,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33036,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33037,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33038,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33039,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33040,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33041,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33042,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33045,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33046,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33047,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33048,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33049,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +CY33050,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +WI00080,1103,Cruelty to or neglect of children,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Cruelty to or neglect of children,1,50,v0.26.0 +SX56029A,1711,Indecent assault or attempted indecent assault on a male aged under 16 (historic),17C Indecent assault on male (historic offence),TEW,Sexual offences,Indecent assault or attempted indecent assault on a male aged under 16 (historic),2,50,v0.26.0 +DC00041,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +NORF041,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +SX03008,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +SX03008A,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +SX03008C,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +SX56030,1715,Sexual assault on a male aged 13 or over - no penetration,17A.2 Sexual assault on a male,TEW,Sexual offences,Sexual assault on a male aged 13 or over - no penetration,2,50,v0.26.0 +LO31119,2001,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),20C Indecent assault on female (historic offence),TEW,Sexual offences,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),2,50,v0.26.0 +SX56026A,2001,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),20C Indecent assault on female (historic offence),TEW,Sexual offences,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),2,50,v0.26.0 +SX56026B,2001,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),20C Indecent assault on female (historic offence),TEW,Sexual offences,Indecent assault or attempted indecent assault on a female aged under 16 (historic offence),2,50,v0.26.0 +LO31120,2002,Indecent assault or attempted indecent assault on a female aged 16 or over (historic offence),20C Indecent assault on female (historic offence),TEW,Sexual offences,Indecent assault or attempted indecent assault on a female aged 16 or over (historic offence),2,50,v0.26.0 +BED0003,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +CC000071,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +DB0023,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +DC00007,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +GL07088,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +GL07089,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +IC60002N,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +IC60004N,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +KE00137,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +LO018,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX03007,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX03007A,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX03007C,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX03007G,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX56027,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX56027A,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SX56031,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SXGIND,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SXINDA,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SXINDAA,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +SXINDAB,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +WI00043,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +WI00047,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +YY000062,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +YY0001,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +YY0047,2005,Sexual assault on a female aged 13 or over - no penetration,20A.2 Sexual assault on a female,TEW,Sexual offences,Sexual assault on a female aged 13 or over - no penetration,2,50,v0.26.0 +HI00088,2110,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,2,50,v0.26.0 +SX03031,2110,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,2,50,v0.26.0 +SX03031A,2110,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,2,50,v0.26.0 +SX03031B,2110,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender aged 18 or over,2,50,v0.26.0 +SX03033,2111,Causing a child aged under 13 to watch a sexual act - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing a child aged under 13 to watch a sexual act - offender aged 18 or over,2,50,v0.26.0 +SX03033A,2111,Causing a child aged under 13 to watch a sexual act - offender aged 18 or over,21.3 Sexual activity with a child under 13 - offender aged 18 or over or age of offender unspecified - triable either way,TEW,Sexual offences,Causing a child aged under 13 to watch a sexual act - offender aged 18 or over,2,50,v0.26.0 +SX03009,2204,Causing a female person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a female person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03009A,2204,Causing a female person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a female person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03009C,2204,Causing a female person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a female person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03010,2205,Causing a male person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a male person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03010A,2205,Causing a male person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a male person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03010C,2205,Causing a male person to engage in sexual activity without consent - no penetration,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Causing a male person to engage in sexual activity without consent - no penetration,2,50,v0.26.0 +SX03032,2210,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged 18 or over,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged 18 or over,2,50,v0.26.0 +SX03032A,2210,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged 18 or over,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged 18 or over,2,50,v0.26.0 +SX03034,2211,Causing a child aged 13 to 15 to watch a sexual act - offender aged 18 or over,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing a child aged 13 to 15 to watch a sexual act - offender aged 18 or over,2,50,v0.26.0 +SX03034A,2211,Causing a child aged 13 to 15 to watch a sexual act - offender aged 18 or over,22.3 Sexual activity involving a child under 16 - offender aged 18 or over - triable either way,TEW,Sexual offences,Causing a child aged 13 to 15 to watch a sexual act - offender aged 18 or over,2,50,v0.26.0 +TH68031,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68031A,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68031C,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68035,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68035A,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68035C,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68043,3001,Burglary in a building other than a dwelling with intent to rape - indictable only,30A.1 Burglary in a Building Other than a Dwelling - indictable only,IO,Theft offences,Burglary in a building other than a dwelling with intent to rape - indictable only,4,50,v0.26.0 +TH68027,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68027A,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68027B,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68027C,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68029,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68029A,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68029C,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68033,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68033A,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68033C,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68037,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68037G,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68039,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68041,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +TH68126,3002,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,30A.2 Burglary in a Building Other than a Dwelling - triable either way,TEW,Theft offences,Burglary in a building other than a dwelling with intent to steal/inflict grievous bodily harm/commit damage - triable either way,4,50,v0.26.0 +MS15003,3608,Arrange or facilitate travel of another person with a view to exploitation,106 Modern Slavery,TEW,Violence against the person,Arrange or facilitate travel of another person with a view to exploitation,1,50,v0.26.0 +MS15003C,3608,Arrange or facilitate travel of another person with a view to exploitation,106 Modern Slavery,TEW,Violence against the person,Arrange or facilitate travel of another person with a view to exploitation,1,50,v0.26.0 +MS15004,3608,Arrange or facilitate travel of another person with a view to exploitation,106 Modern Slavery,TEW,Violence against the person,Arrange or facilitate travel of another person with a view to exploitation,1,50,v0.26.0 +MS15005,3610,Commit offence other than kidnapping or false imprisonment with intention of arranging travel with view to exploitation,106 Modern Slavery,TEW,Violence against the person,Commit offence other than kidnapping or false imprisonment with intention of arranging travel with view to exploitation,1,50,v0.26.0 +CM85041,5103,Frauds by company directors other than false statements,51 Fraud by Company Director etc.,TEW,Fraud offences,Frauds by company directors other than false statements,10,50,v0.26.0 +CM85291,5103,Frauds by company directors other than false statements,51 Fraud by Company Director etc.,TEW,Fraud offences,Frauds by company directors other than false statements,10,50,v0.26.0 +CM85292,5103,Frauds by company directors other than false statements,51 Fraud by Company Director etc.,TEW,Fraud offences,Frauds by company directors other than false statements,10,50,v0.26.0 +CS06163,5106,Carrying on business of company with intent to defraud creditors or for other fraudulent purpose,51 Fraud by Company Director etc.,TEW,Fraud offences,Carrying on business of company with intent to defraud creditors or for other fraudulent purpose,10,50,v0.26.0 +6369,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +CC000050,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +DB0069,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GL07026,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GL07079,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GL09138,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GL09140,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GM000046,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +GM000047,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +HI00050,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +KE00047,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +KE00048,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +QS00023,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +SUFF019,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +SY00019,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68059,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68059A,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68059B,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68059C,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68059Y,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +TH68SW03,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +WI00013,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +YY000081,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +YY000082,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +YY0063,5301,Failure to comply with requirements concerning approval and signing of abbreviated accounts,53D Fraud by false representation: other frauds,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,50,v0.26.0 +DB0017,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +DC00033,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +NO36062,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH1515G,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135A,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135B,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135C,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135W,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68135Y,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68SW02,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68SW04,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +WI00036,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +WI00045,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +WM000118,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +WM00071,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +YY000111,5331,Obtaining a money transfer by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining a money transfer by deception,10,50,v0.26.0 +TH68136,5332,Dishonestly retaining a wrongful credit,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Dishonestly retaining a wrongful credit,10,50,v0.26.0 +15THEFT,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +AS00021,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +CX00027,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +CX00033,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +CX00034,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +CX00035,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +DB0010,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +DB0051,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +DB0079,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +DB0108,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001A,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001B,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001C,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001G,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001L,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06001S,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06009C,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06GW01,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA6001B,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +GM000013,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +GM000039,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +KE00084,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +LAN0071,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +LO31065,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +LOND010,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +NO36061,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +NO36086,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +QS00051,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +SS11192,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +SS92006H,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +SS92039H,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +TA68151,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +TH68SW01,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +WI00030,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +WI00072,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +WM00087,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +YY00114,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +YY00326,5340,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,"53C Fraud by false representation: cheque, plastic card and online bank accounts",TEW,Fraud offences,Dishonestly making a false representation to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06002,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06002A,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06002B,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06002C,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +HERT033,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +TV00046,5341,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,53E Fraud by failing to disclose information,TEW,Fraud offences,Dishonestly failing to disclose information to make a gain for oneself or another or to cause loss to another or to expose another to a risk,10,50,v0.26.0 +FA06003,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +FA06003A,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +FA06003B,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +FA06003C,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +FA06004L,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +GL07017,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +HERT014,5342,Committing fraud by dishonestly abusing one's position,53F Fraud by abuse of position,TEW,Fraud offences,Committing fraud by dishonestly abusing one's position,10,50,v0.26.0 +FA06005,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +FA06005B,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +FA06005C,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +STAF0006,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +STAF0007,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +TD68004,5344,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",53.6 Other Fraud,TEW,Fraud offences,"Making, adapting, supplying or offering to supply any article knowing that it is designed or adapted for use in the course of or in connection with fraud, or intending it to be used to commit or facilitate fraud",10,50,v0.26.0 +FA06006,5345,Participating in fraudulent business carried on by sole trader,53.6 Other Fraud,TEW,Fraud offences,Participating in fraudulent business carried on by sole trader,10,50,v0.26.0 +CD71018,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71019,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71020,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71021,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71043,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71044,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71048,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +YY0082,5911,Threat to commit criminal damage,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Threat to commit criminal damage,9,50,v0.26.0 +CD71022,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71023,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71024,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71025,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71045,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71045C,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +CD71046,5913,Possessing anything with intent to destroy or damage property,"59.4 Threat etc., to commit Criminal Damage - triable either way",TEW,Miscellaneous crimes against society,Possessing anything with intent to destroy or damage property,9,50,v0.26.0 +FC81001,6021,Make (or make a copy of with intent) a false prescription for a scheduled drug,60 Forgery etc. of Drug Prescription,TEW,Miscellaneous crimes against society,Make (or make a copy of with intent) a false prescription for a scheduled drug,9,50,v0.26.0 +FC81003,6021,Make (or make a copy of with intent) a false prescription for a scheduled drug,60 Forgery etc. of Drug Prescription,TEW,Miscellaneous crimes against society,Make (or make a copy of with intent) a false prescription for a scheduled drug,9,50,v0.26.0 +FC81005,6022,Use or use a copy of a false prescription for a scheduled drug with intent ,60 Forgery etc. of Drug Prescription,TEW,Miscellaneous crimes against society,Use or use a copy of a false prescription for a scheduled drug with intent ,9,50,v0.26.0 +FC81007,6022,Use or use a copy of a false prescription for a scheduled drug with intent ,60 Forgery etc. of Drug Prescription,TEW,Miscellaneous crimes against society,Use or use a copy of a false prescription for a scheduled drug with intent ,9,50,v0.26.0 +FC81002,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +FC81002A,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +FC81002C,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +FC81002G,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +FC81004,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +MH83006,6121,Forgery or copying false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Forgery or copying false instrument,9,50,v0.26.0 +FC81006,6122,Using a false instrument or a copy of a false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Using a false instrument or a copy of a false instrument,9,50,v0.26.0 +FC81008,6122,Using a false instrument or a copy of a false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Using a false instrument or a copy of a false instrument,9,50,v0.26.0 +FC81048,6122,Using a false instrument or a copy of a false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Using a false instrument or a copy of a false instrument,9,50,v0.26.0 +FC81049,6122,Using a false instrument or a copy of a false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Using a false instrument or a copy of a false instrument,9,50,v0.26.0 +FC81009,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81009C,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81010,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81010B,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81011,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81012,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81013,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81014,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +MH83005,6123,Possessing false instrument or materials to make false instrument,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing false instrument or materials to make false instrument,9,50,v0.26.0 +FC81015,6124,Making counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Making counterfeit coin or note,9,50,v0.26.0 +FC81015C,6124,Making counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Making counterfeit coin or note,9,50,v0.26.0 +FC81016,6124,Making counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Making counterfeit coin or note,9,50,v0.26.0 +FC81017,6124,Making counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Making counterfeit coin or note,9,50,v0.26.0 +FC81018,6124,Making counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Making counterfeit coin or note,9,50,v0.26.0 +FC00001,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81019,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81019A,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81019C,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81020,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81020C,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81021,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81022,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81023,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81024,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81025,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81039,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81040,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +HERT030,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +WI00134,6125,Passing etc counterfeit coin or note as genuine,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Passing etc counterfeit coin or note as genuine,9,50,v0.26.0 +FC81026,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81026C,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81027,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81028,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81029,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81030,6126,Possessing counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing counterfeit coin or note,9,50,v0.26.0 +FC81031,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81032,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81033,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81034,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81035,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81036,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81037,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81038,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81045,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81046,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +FC81047,6127,Possessing materials or dyes to make counterfeit coin or note,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing materials or dyes to make counterfeit coin or note,9,50,v0.26.0 +HM73006,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73007,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73008,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73009,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73010,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73011,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +HM73020,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +YY000126,6131,In the course of a trade or business: offences relating to the counterfeit of a die or mark,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of a trade or business: offences relating to the counterfeit of a die or mark,9,50,v0.26.0 +ID06001,6134,With intent knowingly possessing false or improperly obtained passport or another ID document (historic),61.1 Other forgery - indictable only,IO,Miscellaneous crimes against society,With intent knowingly possessing false or improperly obtained passport or another ID document (historic),9,50,v0.26.0 +ID06002,6135,With intent making or possessing or having under control apparatus or article or material designed or adapted for making false ID documents (historic),61.1 Other forgery - indictable only,IO,Miscellaneous crimes against society,With intent making or possessing or having under control apparatus or article or material designed or adapted for making false ID documents (historic),9,50,v0.26.0 +ID06006,6137,Tampering with the National Identity Register (historic),61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Tampering with the National Identity Register (historic),9,50,v0.26.0 +01ID001,6138,Possessing or controlling identity documents with intent,61A.1 Possession of false documents - indictable only,IO,Miscellaneous crimes against society,Possessing or controlling identity documents with intent,9,50,v0.26.0 +ID10001,6138,Possessing or controlling identity documents with intent,61A.1 Possession of false documents - indictable only,IO,Miscellaneous crimes against society,Possessing or controlling identity documents with intent,9,50,v0.26.0 +ID10001C,6138,Possessing or controlling identity documents with intent,61A.1 Possession of false documents - indictable only,IO,Miscellaneous crimes against society,Possessing or controlling identity documents with intent,9,50,v0.26.0 +ID10002,6139,"Making, possessing or controlling apparatus or article or material designed or adapted for making false identity documents",61A.1 Possession of false documents - indictable only,IO,Miscellaneous crimes against society,"Making, possessing or controlling apparatus or article or material designed or adapted for making false identity documents",9,50,v0.26.0 +ID10002C,6139,"Making, possessing or controlling apparatus or article or material designed or adapted for making false identity documents",61A.1 Possession of false documents - indictable only,IO,Miscellaneous crimes against society,"Making, possessing or controlling apparatus or article or material designed or adapted for making false identity documents",9,50,v0.26.0 +PU86001,6401,Riot,64 Rioting,IO,Public order offences,Riot,8,50,v0.26.0 +UN97001,6606,Threats of attack on United Nations workers,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Threats of attack on United Nations workers,8,50,v0.26.0 +TR06008,6660,Providing instruction or training for terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing instruction or training for terrorism,8,50,v0.26.0 +TR06009,6661,Receiving instruction or training for terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Receiving instruction or training for terrorism,8,50,v0.26.0 +TR06010,6662,Attending any place in UK or elsewhere for instruction or training in terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Attending any place in UK or elsewhere for instruction or training in terrorism,8,50,v0.26.0 +SP15001,6814,Individual/body corporate/partnership supply specialist printing equipment knowing it will be used for criminal purposes,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Individual/body corporate/partnership supply specialist printing equipment knowing it will be used for criminal purposes,8,50,v0.26.0 +SP15002,6814,Individual/body corporate/partnership supply specialist printing equipment knowing it will be used for criminal purposes,66.8 Other Offence against the State or Public Order - indictable only,IO,Public order offences,Individual/body corporate/partnership supply specialist printing equipment knowing it will be used for criminal purposes,8,50,v0.26.0 +PS22001,6823,Intentionally / recklessly cause a public nuisance,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Intentionally / recklessly cause a public nuisance,8,50,v0.26.0 +PS22001C,6823,Intentionally / recklessly cause a public nuisance,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Intentionally / recklessly cause a public nuisance,8,50,v0.26.0 +DB0137,6901,Assisting a prisoner to escape,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Assisting a prisoner to escape,9,50,v0.26.0 +PR52020,6901,Assisting a prisoner to escape,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Assisting a prisoner to escape,9,50,v0.26.0 +PR52021,6901,Assisting a prisoner to escape,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Assisting a prisoner to escape,9,50,v0.26.0 +PR52022,6901,Assisting a prisoner to escape,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Assisting a prisoner to escape,9,50,v0.26.0 +PR52023,6901,Assisting a prisoner to escape,99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,Assisting a prisoner to escape,9,50,v0.26.0 +KE00175,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +OM0001G,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52024,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52024A,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52024C,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52024G,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52025,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52026,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR52027,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +PR5240,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +SY00009,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +YY000109,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +YY01001,6902,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",99.9 Other indictable only (non motoring),IO,Miscellaneous crimes against society,"Conveyance etc. of List A articles (drugs, explosives, firearms or ammunition and any other offensive weapon) into or out of prison",9,50,v0.26.0 +SX03086,7009,Engaging in sexual activity in the presence of a person with a mental disorder impeding choice,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a person with a mental disorder impeding choice,2,50,v0.26.0 +SX03087,7010,Causing a person with a mental disorder impeding choice to watch a sexual act,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Causing a person with a mental disorder impeding choice to watch a sexual act,2,50,v0.26.0 +SX03092,7015,"Engaging in sexual activity in the presence, procured by inducement, threat or deception, of a person with a mental disorder",70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,"Engaging in sexual activity in the presence, procured by inducement, threat or deception, of a person with a mental disorder",2,50,v0.26.0 +SX03093,7016,"Causing a person with a mental disorder to watch a sexual act by inducement, threat or deception",70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,"Causing a person with a mental disorder to watch a sexual act by inducement, threat or deception",2,50,v0.26.0 +SX03095,7019,Care workers: Sexual activity with a male person with a mental disorder - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: Sexual activity with a male person with a mental disorder - no penetration,2,50,v0.26.0 +SX03094,7020,Care workers: Sexual activity with a female person with a mental disorder - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: Sexual activity with a female person with a mental disorder - no penetration,2,50,v0.26.0 +SX03098,7022,Care workers: causing or inciting sexual activity (person with a mental disorder) - no penetration,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: causing or inciting sexual activity (person with a mental disorder) - no penetration,2,50,v0.26.0 +DB0094,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +DB124,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +IC60001,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +IC60003,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +IC60007,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +IC6001A,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +YY00211,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +YY00213,7401,Gross indecency with a male child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a male child aged under 16 (historic),2,50,v0.26.0 +CX00037,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IC60002,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IC60004,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IC60006,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IC60006A,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IC60008,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +SY00051,7402,Gross indecency with a female child aged under 16 (historic),74 Gross Indecency with Children,TEW,Sexual offences,Gross indecency with a female child aged under 16 (historic),2,50,v0.26.0 +IM71108,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71109,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71111,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71112,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71113,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71114,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71115,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +IM71116,7814,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (making or using or attempting to use a false registration card; altering, using or attempting to use a registration card; making article designed to be used in making false registration card or altering card)",9,50,v0.26.0 +PS92001,8001,Participating in prison mutiny with or without failing to submit to lawful authority,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Participating in prison mutiny with or without failing to submit to lawful authority,9,50,v0.26.0 +PS92002,8001,Participating in prison mutiny with or without failing to submit to lawful authority,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Participating in prison mutiny with or without failing to submit to lawful authority,9,50,v0.26.0 +DC00048,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68036,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68037,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68038,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68039,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68040,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68041,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68042,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68043,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68044,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68045,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68046,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68047,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68205,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68206,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68207,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68208,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68209,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68210,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68211,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68212,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68213,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68214,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68215,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68216,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68217,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68218,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68219,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68220,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68221,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68222,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68223,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68224,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68225,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68226,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68227,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68228,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68229,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68230,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68231,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68232,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68233,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68234,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68235,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68236,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68237,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68238,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68239,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68240,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68241,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68242,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68243,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68244,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68245,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68246,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68256,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68257,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68258,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68259,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68260,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68261,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68328,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68329,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68330,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68331,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68332,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68333,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68334,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68335,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68336,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68337,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68338,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68339,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68390,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68391,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68392,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68392A,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68393,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68394,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68395,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68396,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68397,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68398,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68401,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68402,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68403,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68404,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68405,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68406,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68407,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68408,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68409,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68413,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68417,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68421,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68422,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68422A,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68423,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68424,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68425,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68439,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68452,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68453,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68456,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68457,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +LAN0028,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +LAN0029,8117,Possessing or distributing prohibited weapons or ammunition (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing prohibited weapons or ammunition (Group I),7,50,v0.26.0 +FI68326,8128,Having Small - caliber pistol outside premises of licensed pistol club,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Having Small - caliber pistol outside premises of licensed pistol club,7,50,v0.26.0 +FI68247,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68248,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68249,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68250,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68251,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68252,8170,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing prohibited weapons designed for discharge of noxious liquid etc. (Group I),7,50,v0.26.0 +FI68253,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68254,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68255,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68410,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68411,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68412,8171,Possessing or distributing firearm disguised as other object (Group I),10B.1 Possession of firearms offences - indictable only,IO,Possession of weapons,Possessing or distributing firearm disguised as other object (Group I),7,50,v0.26.0 +FI68262,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68263,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68264,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68265,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68266,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68267,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68268,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68269,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68270,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68271,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68272,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68273,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68274,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68274G,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68275,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68276,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68277,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68278,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68279,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68363,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68364,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68365,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68399,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68400,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68414,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68415,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68416,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68417A,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68418,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68419,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68420,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68421A,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +FI68421G,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +WI00112,8172,Possessing or distributing other prohibited weapons,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing or distributing other prohibited weapons,7,50,v0.26.0 +CE79189,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +CE79237,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +CE79242,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +KE00059,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +KE00125,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +KE00148,8173,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful IMPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a),(ab),(aba),(ac), (ad),(ae),(af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +CE79191,8174,"Offence in relation to the unlawful EXPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a) (ab),(aba),(ac),(ad),(ae), (af) or (c) of the Firearms Act 1968",81.3 Other firearms offences,TEW,Possession of weapons,"Offence in relation to the unlawful EXPORTATION of any weapon or ammunition of a kind mentioned in S.5(1)(a) (ab),(aba),(ac),(ad),(ae), (af) or (c) of the Firearms Act 1968",7,50,v0.26.0 +XC08001,8178,"Knowingly being concerned in activity prohibited by Parts 2, 3 or 4 of the Order with intent to evade the relevant prohibition",81.3 Other firearms offences,TEW,Possession of weapons,"Knowingly being concerned in activity prohibited by Parts 2, 3 or 4 of the Order with intent to evade the relevant prohibition",7,50,v0.26.0 +CE79190,8203,"Customs and Excise Management Act 1979 - Fraudulent evasion of duty - an offence in connection with a prohibition or restriction on the importation or exportation of any weapon or ammunition of a kind mentioned in S.5(1) (a), (ab), (aba), (ac), (ad), (ae) (af) or (c) of Firearms Act 1968",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Customs and Excise Management Act 1979 - Fraudulent evasion of duty - an offence in connection with a prohibition or restriction on the importation or exportation of any weapon or ammunition of a kind mentioned in S.5(1) (a), (ab), (aba), (ac), (ad), (ae) (af) or (c) of Firearms Act 1968",9,50,v0.26.0 +CE79336,8203,"Customs and Excise Management Act 1979 - Fraudulent evasion of duty - an offence in connection with a prohibition or restriction on the importation or exportation of any weapon or ammunition of a kind mentioned in S.5(1) (a), (ab), (aba), (ac), (ad), (ae) (af) or (c) of Firearms Act 1968",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Customs and Excise Management Act 1979 - Fraudulent evasion of duty - an offence in connection with a prohibition or restriction on the importation or exportation of any weapon or ammunition of a kind mentioned in S.5(1) (a), (ab), (aba), (ac), (ad), (ae) (af) or (c) of Firearms Act 1968",9,50,v0.26.0 +GL08065,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM19947,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM92194,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM92294,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM92394,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94003,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94003B,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94004,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94004B,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94004C,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94005,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94006,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94008,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94009,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94009C,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94010,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94010B,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94011,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94012,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94013,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94014,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94015,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +TM94GW01,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +WM00024,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +YY000001,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +YY000303,8408,Unauthorised use of trade mark etc. in relation to goods,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Unauthorised use of trade mark etc. in relation to goods,9,50,v0.26.0 +CD19811,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CDP88GWB,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88001,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88002,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88007,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88008,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88013,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88014,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88018,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88048,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88049,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88050,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88050C,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CP88051,8409,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Making for sale or hire, importing, possessing or distributing articles which circumvent technological measures for copyright (e.g. unauthorised decoders) (Copyright, Designs and Patents Act 1988)",9,50,v0.26.0 +CD88SW01,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88052,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88053,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88054,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88055,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88058,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88059,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88060,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88061,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88062,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88063,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88064,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88065,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88066,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88067,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88068,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88069,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88070,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88071,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88072,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88073,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +CP88074,8410,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Other triable either way offences under the Copyright, Designs and Patents Act 1988",9,50,v0.26.0 +PK78001,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78002,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78003,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78003A,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78003C,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78003I,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78004,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78005,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78006,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78007,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +PK78008,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +TV00024,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +WM00032,8602,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children","86.1 Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",TEW,Miscellaneous crimes against society,"Taking, permitting to be taken or making, distributing or publishing indecent photographs or pseudo photographs of children",9,50,v0.26.0 +SX03048,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03048A,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03210,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03210A,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03210G,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03225,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03225A,8801,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a female child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03049,8802,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03211,8802,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03211A,8802,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03226,8802,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03226A,8802,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,88A Sexual grooming,TEW,Sexual offences,Meeting a male child aged under 16 following sexual grooming etc. - offender aged 18 or over,2,50,v0.26.0 +SX03123,8805,Administer substance with intent to stupefy or overpower to engage in sexual activity,88B Other miscellaneous sexual offences,TEW,Sexual offences,Administer substance with intent to stupefy or overpower to engage in sexual activity,2,50,v0.26.0 +SX56004,8805,Administer substance with intent to stupefy or overpower to engage in sexual activity,88B Other miscellaneous sexual offences,TEW,Sexual offences,Administer substance with intent to stupefy or overpower to engage in sexual activity,2,50,v0.26.0 +SX03124,8806,Committing an offence with intent to commit a sexual offence,88B Other miscellaneous sexual offences,TEW,Sexual offences,Committing an offence with intent to commit a sexual offence,2,50,v0.26.0 +SX03201,8806,Committing an offence with intent to commit a sexual offence,88B Other miscellaneous sexual offences,TEW,Sexual offences,Committing an offence with intent to commit a sexual offence,2,50,v0.26.0 +SX03201A,8806,Committing an offence with intent to commit a sexual offence,88B Other miscellaneous sexual offences,TEW,Sexual offences,Committing an offence with intent to commit a sexual offence,2,50,v0.26.0 +SX03125,8807,Trespass with intent to commit a sexual offence,88B Other miscellaneous sexual offences,TEW,Sexual offences,Trespass with intent to commit a sexual offence,2,50,v0.26.0 +CE79340,9217,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,50,v0.26.0 +CE79340C,9217,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,50,v0.26.0 +CE79342,9217,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,50,v0.26.0 +CE79343,9217,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,50,v0.26.0 +CE79347,9217,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),92A.03 Unlawful importation - Class C,TEW,Drug offences,Unlawful importation of a drug controlled under the Misuse of Drugs Act 1971 - class C (khat),6,50,v0.26.0 +GA04002,9801,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,9,50,v0.26.0 +GA04003,9801,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,9,50,v0.26.0 +GA04004,9801,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,9,50,v0.26.0 +ZZ00160,9801,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possessing or having control of false documents etc. with intention of causing a third party to believe that the person in possession of the documentation or another person is a licensed gangmaster,9,50,v0.26.0 +TG03002,9818,Knowingly being concerned in supply etc. of restricted goods with intent to evade A.3(1) or 4 prohibition or restriction,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly being concerned in supply etc. of restricted goods with intent to evade A.3(1) or 4 prohibition or restriction,9,50,v0.26.0 +TG03003,9819,Knowingly being concerned in supply etc. of restricted goods with intent to evade A.3(2) or 4 prohibition or restriction,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly being concerned in supply etc. of restricted goods with intent to evade A.3(2) or 4 prohibition or restriction,9,50,v0.26.0 +EX03003,9826,Knowingly being concerned in provision of technical assistance as defined in the 2005 Regulations etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly being concerned in provision of technical assistance as defined in the 2005 Regulations etc.,9,50,v0.26.0 +EX03004,9826,Knowingly being concerned in provision of technical assistance as defined in the 2005 Regulations etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly being concerned in provision of technical assistance as defined in the 2005 Regulations etc.,9,50,v0.26.0 +AL19001,9901,Incitement to sedition by aliens among forces or civilians or promoting industrial unrest,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Incitement to sedition by aliens among forces or civilians or promoting industrial unrest,9,50,v0.26.0 +AL19002,9901,Incitement to sedition by aliens among forces or civilians or promoting industrial unrest,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Incitement to sedition by aliens among forces or civilians or promoting industrial unrest,9,50,v0.26.0 +BA10001,9907,"Offences relating to offering, promising or giving bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to offering, promising or giving bribes ",9,50,v0.26.0 +BA10002,9907,"Offences relating to offering, promising or giving bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to offering, promising or giving bribes ",9,50,v0.26.0 +BA10003,9907,"Offences relating to offering, promising or giving bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to offering, promising or giving bribes ",9,50,v0.26.0 +BA10010,9907,"Offences relating to offering, promising or giving bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to offering, promising or giving bribes ",9,50,v0.26.0 +BA10010C,9907,"Offences relating to offering, promising or giving bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to offering, promising or giving bribes ",9,50,v0.26.0 +BA10004,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10005,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10006,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10007,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10011,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10011C,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10012,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10012C,9908,"Offences relating to requesting, agreeing to receive and accepting bribes ",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Offences relating to requesting, agreeing to receive and accepting bribes ",9,50,v0.26.0 +BA10008,9909,Bribery of foreign public officials,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Bribery of foreign public officials,9,50,v0.26.0 +AS00035,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79033,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79037,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79046,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79046C,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79049,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79083,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79087,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79091,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79095,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79099,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79103,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79107,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79112,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79112C,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79121,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79127,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79132,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79141,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79152,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79153,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79158,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79158C,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79159,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79160,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79161,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79164,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79165,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79166,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79167,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79176,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79177,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79178,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79179,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79180,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79183,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79184,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79185,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79231,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79232,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79233,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79234,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79235,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79238,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79239,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79240,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79243,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79244,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79245,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79246,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79247,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79248,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79286,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79287,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79321,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79322,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79323,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79324,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79325,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79332,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79333,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79334,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79337,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79338,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +CE79339,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +GL07020,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +KE00039,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +NORF027,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +NORF028,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +NORF029,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +NORF031,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +NORF032,9923,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Customs and Excise Management Act 1979 (for offences involving drugs see offence class 92),9,50,v0.26.0 +HR01001,9975,Placing in a woman a human embryo which has been created otherwise than by fertilisation,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Placing in a woman a human embryo which has been created otherwise than by fertilisation,9,50,v0.26.0 +GA04001,9998,Acting as a gangmaster in contravention of Section 6 (prohibition of unlicensed activities),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Acting as a gangmaster in contravention of Section 6 (prohibition of unlicensed activities),9,50,v0.26.0 +GA04001B,9998,Acting as a gangmaster in contravention of Section 6 (prohibition of unlicensed activities),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Acting as a gangmaster in contravention of Section 6 (prohibition of unlicensed activities),9,50,v0.26.0 +RT88042,511,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),5.11 Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),TEW,Violence against the person,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),1,60,v0.26.0 +RT88043,511,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),5.11 Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),TEW,Violence against the person,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),1,60,v0.26.0 +RT88044,511,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),5.11 Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),TEW,Violence against the person,Causing danger by causing anything to be on a road or interfering with a vehicle or traffic equipment (MOT),1,60,v0.26.0 +OF61094,805,Assaults on person preserving wreck,8.04 Other assault with injury - indictable,IO,Violence against the person,Assaults on person preserving wreck,1,60,v0.26.0 +CD98003,833,Racially aggravated wounding or inflicting grievous bodily harm (inflicting bodily injury with or without weapon),8H Racially or religiously aggravated wounding or inflicting grievous bodily harm without intent,TEW,Violence against the person,Racially aggravated wounding or inflicting grievous bodily harm (inflicting bodily injury with or without weapon),1,60,v0.26.0 +CD98004,834,Racially aggravated actual bodily harm (assaults occasioning ABH),8.06 Racially or religiously aggravated assault occasioning actual bodily harm,TEW,Violence against the person,Racially aggravated actual bodily harm (assaults occasioning ABH),1,60,v0.26.0 +CD98012,838,Racially aggravated putting people in fear of violence,8.15 Racially or religiously aggravated putting people in fear of violence,TEW,Violence against the person,Racially aggravated putting people in fear of violence,1,60,v0.26.0 +CD98028,840,Religiously aggravated malicious wounding or grievous bodily harm,8H Racially or religiously aggravated wounding or inflicting grievous bodily harm without intent,TEW,Violence against the person,Religiously aggravated malicious wounding or grievous bodily harm,1,60,v0.26.0 +CD98029,841,Religiously aggravated assault/assault occasioning actual bodily harm (ABH),8.06 Racially or religiously aggravated assault occasioning actual bodily harm,TEW,Violence against the person,Religiously aggravated assault/assault occasioning actual bodily harm (ABH),1,60,v0.26.0 +CD98040,845,Religiously aggravated putting people in fear of violence,8.15 Racially or religiously aggravated putting people in fear of violence,TEW,Violence against the person,Religiously aggravated putting people in fear of violence,1,60,v0.26.0 +CD98041,846,Racially or religiously aggravated malicious wounding or grievous bodily harm (GBH),8H Racially or religiously aggravated wounding or inflicting grievous bodily harm without intent,TEW,Violence against the person,Racially or religiously aggravated malicious wounding or grievous bodily harm (GBH),1,60,v0.26.0 +CD98044,846,Racially or religiously aggravated malicious wounding or grievous bodily harm (GBH),8H Racially or religiously aggravated wounding or inflicting grievous bodily harm without intent,TEW,Violence against the person,Racially or religiously aggravated malicious wounding or grievous bodily harm (GBH),1,60,v0.26.0 +CD98042,847,Racially or religiously aggravated actual bodily harm (ABH),8.06 Racially or religiously aggravated assault occasioning actual bodily harm,TEW,Violence against the person,Racially or religiously aggravated actual bodily harm (ABH),1,60,v0.26.0 +CD98053,851,Racially or religiously aggravated putting people in fear of violence (used only if it is not known whether the offence is racially or religiously aggravated or if it is both racially and religiously motivated),8.15 Racially or religiously aggravated putting people in fear of violence,TEW,Violence against the person,Racially or religiously aggravated putting people in fear of violence (used only if it is not known whether the offence is racially or religiously aggravated or if it is both racially and religiously motivated),1,60,v0.26.0 +CD98071,858,Racially or religiously aggravated stalking with fear of violence,8.17 Racially or religiously aggravated stalking with fear of violence,TEW,Violence against the person,Racially or religiously aggravated stalking with fear of violence,1,60,v0.26.0 +CD98076,858,Racially or religiously aggravated stalking with fear of violence,8.17 Racially or religiously aggravated stalking with fear of violence,TEW,Violence against the person,Racially or religiously aggravated stalking with fear of violence,1,60,v0.26.0 +CD98078,858,Racially or religiously aggravated stalking with fear of violence,8.17 Racially or religiously aggravated stalking with fear of violence,TEW,Violence against the person,Racially or religiously aggravated stalking with fear of violence,1,60,v0.26.0 +CD98079,858,Racially or religiously aggravated stalking with fear of violence,8.17 Racially or religiously aggravated stalking with fear of violence,TEW,Violence against the person,Racially or religiously aggravated stalking with fear of violence,1,60,v0.26.0 +CD98072,859,Racially or religiously aggravated wounding or grievous bodily harm,8H Racially or religiously aggravated wounding or inflicting grievous bodily harm without intent,TEW,Violence against the person,Racially or religiously aggravated wounding or grievous bodily harm,1,60,v0.26.0 +CD98073,860,Racially or religiously aggravated assault occasioning actual bodily harm,8.06 Racially or religiously aggravated assault occasioning actual bodily harm,TEW,Violence against the person,Racially or religiously aggravated assault occasioning actual bodily harm,1,60,v0.26.0 +FG03005,868,Fail to protect girl from risk of genital mutilation,8.05 Other assault with injury - triable either way,TEW,Violence against the person,Fail to protect girl from risk of genital mutilation,1,60,v0.26.0 +CH84001,1301,Abduction of a child by parent,13 Child abduction,TEW,Violence against the person,Abduction of a child by parent,1,60,v0.26.0 +CH84001A,1301,Abduction of a child by parent,13 Child abduction,TEW,Violence against the person,Abduction of a child by parent,1,60,v0.26.0 +CH84002,1301,Abduction of a child by parent,13 Child abduction,TEW,Violence against the person,Abduction of a child by parent,1,60,v0.26.0 +AS00134,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84003,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84003A,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84004,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84005,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84005A,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +CH84006,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +WI00044,1302,Abduction of a child by other persons,13 Child abduction,TEW,Violence against the person,Abduction of a child by other persons,1,60,v0.26.0 +SX56009,2302,Incest with a female child aged over 13 (male offender) (historic),23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Incest with a female child aged over 13 (male offender) (historic),2,60,v0.26.0 +SX56013,2302,Incest with a female child aged over 13 (male offender) (historic),23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Incest with a female child aged over 13 (male offender) (historic),2,60,v0.26.0 +SX56013A,2302,Incest with a female child aged over 13 (male offender) (historic),23.4 Familial sexual offences (incest) with a child family member aged 13 to 17 - indictable only,IO,Sexual offences,Incest with a female child aged over 13 (male offender) (historic),2,60,v0.26.0 +SX67002,2411,Living on earnings of male prostitution (historic),27 Soliciting for prostitution,TEW,Sexual offences,Living on earnings of male prostitution (historic),2,60,v0.26.0 +SX03118,2417,Causing or inciting prostitution for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Causing or inciting prostitution for gain,9,60,v0.26.0 +SX03119,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +SX03119C,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +SX56053,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +SX56054,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +WI00058,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +YY00317,2418,Controlling a prostitute for gain,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Controlling a prostitute for gain,9,60,v0.26.0 +SX56123,2419,Keeping a brothel used for prostitution,24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Keeping a brothel used for prostitution,9,60,v0.26.0 +OF61106,2600,Bigamy,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Bigamy,9,60,v0.26.0 +OF61106A,2600,Bigamy,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Bigamy,9,60,v0.26.0 +AS14012,3605,Forced marriage,36.1 Forced marriage,IO,Violence against the person,Forced marriage,1,60,v0.26.0 +AS14013,3605,Forced marriage,36.1 Forced marriage,IO,Violence against the person,Forced marriage,1,60,v0.26.0 +TH68001,3900,Stealing from the person of another,39 Theft from the Person of Another,TEW,Theft offences,Stealing from the person of another,4,60,v0.26.0 +TH68001A,3900,Stealing from the person of another,39 Theft from the Person of Another,TEW,Theft offences,Stealing from the person of another,4,60,v0.26.0 +TH68001B,3900,Stealing from the person of another,39 Theft from the Person of Another,TEW,Theft offences,Stealing from the person of another,4,60,v0.26.0 +TH68001C,3900,Stealing from the person of another,39 Theft from the Person of Another,TEW,Theft offences,Stealing from the person of another,4,60,v0.26.0 +TH68002,4000,Theft in a dwelling other than from automatic machine or meter,40 Theft in Dwelling not Automatic M/c or Meter,TEW,Theft offences,Theft in a dwelling other than from automatic machine or meter,4,60,v0.26.0 +TH68002A,4000,Theft in a dwelling other than from automatic machine or meter,40 Theft in Dwelling not Automatic M/c or Meter,TEW,Theft offences,Theft in a dwelling other than from automatic machine or meter,4,60,v0.26.0 +TH68002C,4000,Theft in a dwelling other than from automatic machine or meter,40 Theft in Dwelling not Automatic M/c or Meter,TEW,Theft offences,Theft in a dwelling other than from automatic machine or meter,4,60,v0.26.0 +TH68003,4100,Theft by an employee,41 Theft by an Employee,TEW,Theft offences,Theft by an employee,4,60,v0.26.0 +TH68003A,4100,Theft by an employee,41 Theft by an Employee,TEW,Theft offences,Theft by an employee,4,60,v0.26.0 +TH68003C,4100,Theft by an employee,41 Theft by an Employee,TEW,Theft offences,Theft by an employee,4,60,v0.26.0 +PO53028,4200,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,42 Theft or Unauthorised Taking from Mail,TEW,Theft offences,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,4,60,v0.26.0 +PO53029,4200,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,42 Theft or Unauthorised Taking from Mail,TEW,Theft offences,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,4,60,v0.26.0 +TH68004,4200,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,42 Theft or Unauthorised Taking from Mail,TEW,Theft offences,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,4,60,v0.26.0 +TH68004A,4200,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,42 Theft or Unauthorised Taking from Mail,TEW,Theft offences,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,4,60,v0.26.0 +TH68004C,4200,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,42 Theft or Unauthorised Taking from Mail,TEW,Theft offences,Stealing mail bags or postal packets or unlawfully taking away or opening mail bag,4,60,v0.26.0 +TH68006,4400,Theft of pedal cycle,44 Theft of Pedal Cycle,TEW,Theft offences,Theft of pedal cycle,4,60,v0.26.0 +TH68006A,4400,Theft of pedal cycle,44 Theft of Pedal Cycle,TEW,Theft offences,Theft of pedal cycle,4,60,v0.26.0 +TH68006B,4400,Theft of pedal cycle,44 Theft of Pedal Cycle,TEW,Theft offences,Theft of pedal cycle,4,60,v0.26.0 +TH68006C,4400,Theft of pedal cycle,44 Theft of Pedal Cycle,TEW,Theft offences,Theft of pedal cycle,4,60,v0.26.0 +TH68007,4510,Theft from a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a motor vehicle,4,60,v0.26.0 +TH68007A,4510,Theft from a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a motor vehicle,4,60,v0.26.0 +TH68007C,4510,Theft from a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a motor vehicle,4,60,v0.26.0 +TH68009,4511,Theft from a vehicle - other than a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a vehicle - other than a motor vehicle,4,60,v0.26.0 +TH68009A,4511,Theft from a vehicle - other than a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a vehicle - other than a motor vehicle,4,60,v0.26.0 +TH68009C,4511,Theft from a vehicle - other than a motor vehicle,45 Theft from Vehicle,TEW,Theft offences,Theft from a vehicle - other than a motor vehicle,4,60,v0.26.0 +TH68005,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68010,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68010A,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68010B,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68010C,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68010G,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68014A,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68014B,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68014C,4600,Theft from shops,46 Theft from Shops,TEW,Theft offences,Theft from shops,4,60,v0.26.0 +TH68012,4700,Theft from automatic machine or meter,47 Theft from Automatic Machine or Meter,TEW,Theft offences,Theft from automatic machine or meter,4,60,v0.26.0 +TH68012A,4700,Theft from automatic machine or meter,47 Theft from Automatic Machine or Meter,TEW,Theft offences,Theft from automatic machine or meter,4,60,v0.26.0 +TH68012C,4700,Theft from automatic machine or meter,47 Theft from Automatic Machine or Meter,TEW,Theft offences,Theft from automatic machine or meter,4,60,v0.26.0 +TH68013,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +TH68013A,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +TH68013B,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +TH68013C,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +TH68013G,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +TH68050C,4801,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,48 Theft of a motor vehicle (excl. aggravated vehicle taking) - triable either way (MOT),TEW,Theft offences,Theft of a motor vehicle (excluding aggravated vehicle taking) - triable either way,4,60,v0.26.0 +GL07073,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +GM000154,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68016,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68016A,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68017,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68018,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68018C,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68019,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68020,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68020A,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68020B,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68020C,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68020G,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TV00043,4910,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Offences under the Theft Act 1968 S.1 not classified elsewhere,4,60,v0.26.0 +TH68015,4912,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,4,60,v0.26.0 +TH68015A,4912,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,4,60,v0.26.0 +TH68015C,4912,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Stealing conveyance other than motor vehicle or pedal cycle,4,60,v0.26.0 +TH68063,5101,False statements by company directors etc.,51 Fraud by Company Director etc.,TEW,Fraud offences,False statements by company directors etc.,10,60,v0.26.0 +PD63004,5200,False accounting contrary to section 17(1)(a) of the Theft Act 1968 (historic),52 False Accounting,TEW,Fraud offences,False accounting contrary to section 17(1)(a) of the Theft Act 1968 (historic),10,60,v0.26.0 +TH68061,5201,False accounting: false accounting (Protection of Depositors Act 1963),52 False Accounting,TEW,Fraud offences,False accounting: false accounting (Protection of Depositors Act 1963),10,60,v0.26.0 +TH68061A,5201,False accounting: false accounting (Protection of Depositors Act 1963),52 False Accounting,TEW,Fraud offences,False accounting: false accounting (Protection of Depositors Act 1963),10,60,v0.26.0 +TH68061B,5201,False accounting: false accounting (Protection of Depositors Act 1963),52 False Accounting,TEW,Fraud offences,False accounting: false accounting (Protection of Depositors Act 1963),10,60,v0.26.0 +TH68061C,5201,False accounting: false accounting (Protection of Depositors Act 1963),52 False Accounting,TEW,Fraud offences,False accounting: false accounting (Protection of Depositors Act 1963),10,60,v0.26.0 +TH68062,5201,False accounting: false accounting (Protection of Depositors Act 1963),52 False Accounting,TEW,Fraud offences,False accounting: false accounting (Protection of Depositors Act 1963),10,60,v0.26.0 +PS75001,5306,Purporting to act as a spiritualistic medium for reward,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Purporting to act as a spiritualistic medium for reward,10,60,v0.26.0 +PO53025,5308,Post Office issuing money orders with fraudulent intent (historic),53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Post Office issuing money orders with fraudulent intent (historic),10,60,v0.26.0 +PO53030,5310,Not known,Not known,TEW,Fraud offences,Not known,10,60,v0.26.0 +PO53031,5310,Not known,Not known,TEW,Fraud offences,Not known,10,60,v0.26.0 +PO53032,5310,Not known,Not known,TEW,Fraud offences,Not known,10,60,v0.26.0 +PO53036,5310,Not known,Not known,TEW,Fraud offences,Not known,10,60,v0.26.0 +PO53037,5310,Not known,Not known,TEW,Fraud offences,Not known,10,60,v0.26.0 +TH68064,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68064A,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68065,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68066,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68067,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68068,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68069,5315,"Dishonestly destroying, defacing or concealing a document",53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,"Dishonestly destroying, defacing or concealing a document",10,60,v0.26.0 +TH68070,5316,Dishonestly procuring execution of a document,53D Fraud by false representation: other frauds,TEW,Fraud offences,Dishonestly procuring execution of a document,10,60,v0.26.0 +TH68070A,5316,Dishonestly procuring execution of a document,53D Fraud by false representation: other frauds,TEW,Fraud offences,Dishonestly procuring execution of a document,10,60,v0.26.0 +TH68070C,5316,Dishonestly procuring execution of a document,53D Fraud by false representation: other frauds,TEW,Fraud offences,Dishonestly procuring execution of a document,10,60,v0.26.0 +CJ93001,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93001C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93002,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93002C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93003,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93003C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93004,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93004C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93005,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93005C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93006,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93006C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93007,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93007C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93008,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93008C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93009,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93009C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93010,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93010C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93011,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93011C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93012,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +CJ93012C,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +GL08081,5330,Insider dealing,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Insider dealing,10,60,v0.26.0 +AS00001,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +AS00094,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +AS00100,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +AS00110,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +AS00123,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +CAM005,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +CC000069,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +CC00069,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +DB0024,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +DB0039,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +DB0044,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +DC00065,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +DC00079,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GL08020,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GL09088,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GM000009,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GM000014,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GM000023,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +GM000028,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +HI00005,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +KE00071,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +LAN0012,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +LAN0081,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +LO31081,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +LO31125,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +MEDWPX,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +QS00020,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +QS00021,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SF00023,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SF00024,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS112(1),5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS11292,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS6824A,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS9111A,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92002H,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92003H,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92027,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92028,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92029,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92034,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92036,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92036B,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92037,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92037Y,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92038,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92039,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92039B,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92040,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92042H,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92046,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92111A,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS921772,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92537,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92DP01,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92SW01,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92SW04,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SSAA1992,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +STAF0001,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +STAF0002,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SUFF014,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SY00014,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SY00038,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +TASTAF68,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WI00023,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM000102,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM000138,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM00078,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM00089,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM0025,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +WM0026,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000039,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000117,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000136,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000175,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000178,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000232,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY000233,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY00182,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY00208,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY00328,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY00333,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY0077,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +YY0094,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +ZZ00068,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +ZZ00070,5333,Dishonest representation for obtaining benefit etc.,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Dishonest representation for obtaining benefit etc.,10,60,v0.26.0 +SS92008,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92009,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92010,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92011,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92012,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92013,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92014,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92015,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92022,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92032,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +SS92035,5336,Knowingly being concerned in fraudulent evasion of contributions,53.3 Benefit fraud offences - triable either way,TEW,Fraud offences,Knowingly being concerned in fraudulent evasion of contributions,10,60,v0.26.0 +IS86012,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86014,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86017,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86053,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86064,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86102,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86103,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86108,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86112,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86113,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86114,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86115,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86116,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86117,5500,Bankruptcy,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy,10,60,v0.26.0 +IS86265,5506,Making false representations or omissions in connection with (application for) debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Making false representations or omissions in connection with (application for) debt relief order,10,60,v0.26.0 +IS86267,5506,Making false representations or omissions in connection with (application for) debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Making false representations or omissions in connection with (application for) debt relief order,10,60,v0.26.0 +IS86269,5506,Making false representations or omissions in connection with (application for) debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Making false representations or omissions in connection with (application for) debt relief order,10,60,v0.26.0 +IS86270,5508,Failure to deliver records concerning debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Failure to deliver records concerning debt relief order,10,60,v0.26.0 +IS86271,5508,Failure to deliver records concerning debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Failure to deliver records concerning debt relief order,10,60,v0.26.0 +IS86273,5510,Bankruptcy and Insolvency: subject of debt relief order disposing of property not paid for by them or obtaining property in respect of which money is owed,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: subject of debt relief order disposing of property not paid for by them or obtaining property in respect of which money is owed,10,60,v0.26.0 +IS86274,5510,Bankruptcy and Insolvency: subject of debt relief order disposing of property not paid for by them or obtaining property in respect of which money is owed,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: subject of debt relief order disposing of property not paid for by them or obtaining property in respect of which money is owed,10,60,v0.26.0 +PC09002,6141,Importation or exportation of false identity documents,61A.2 Possession of false documents -triable either way,TEW,Miscellaneous crimes against society,Importation or exportation of false identity documents,9,60,v0.26.0 +CL77010,6603,Placing or despatching articles to cause bomb hoax,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Placing or despatching articles to cause bomb hoax,8,60,v0.26.0 +CL77011,6603,Placing or despatching articles to cause bomb hoax,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Placing or despatching articles to cause bomb hoax,8,60,v0.26.0 +CL77012,6604,Communicating false information alleging the presence of bombs,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Communicating false information alleging the presence of bombs,8,60,v0.26.0 +TA10002,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +TA10003,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +TA10004,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +TA10005,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +TA10006,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +TA10009,6607,Providing funding or financial assistance for designated person or avoiding prohibition thereof,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing funding or financial assistance for designated person or avoiding prohibition thereof,8,60,v0.26.0 +AT01016,6611,Prohibition of disclosures relating to nuclear security,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Prohibition of disclosures relating to nuclear security,8,60,v0.26.0 +AT01017,6612,Prohibition of disclosures of uranium enrichment technology,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Prohibition of disclosures of uranium enrichment technology,8,60,v0.26.0 +AT01023,6615,Hoaxes involving noxious substances or things,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Hoaxes involving noxious substances or things,8,60,v0.26.0 +AT01024,6615,Hoaxes involving noxious substances or things,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Hoaxes involving noxious substances or things,8,60,v0.26.0 +AT01025,6615,Hoaxes involving noxious substances or things,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Hoaxes involving noxious substances or things,8,60,v0.26.0 +PU86021,6623,Use of words or behaviour or display of written material intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Use of words or behaviour or display of written material intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86022,6623,Use of words or behaviour or display of written material intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Use of words or behaviour or display of written material intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86023,6624,Publishing or distributing written material intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86024,6624,Publishing or distributing written material intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86025,6625,Public performance of play intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of play intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86026,6625,Public performance of play intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of play intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86109,6626,"Distributing, showing or playing a recording intended or likely to stir up racial hatred",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording intended or likely to stir up racial hatred",8,60,v0.26.0 +PU86110,6626,"Distributing, showing or playing a recording intended or likely to stir up racial hatred",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording intended or likely to stir up racial hatred",8,60,v0.26.0 +PU86095,6627,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86096,6627,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86097,6627,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86098,6627,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Broadcasting or including a programme in programme service intended or likely to stir up racial hatred,8,60,v0.26.0 +PU86111,6628,Possession of a racially inflammatory piece of material,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possession of a racially inflammatory piece of material,8,60,v0.26.0 +PU86112,6628,Possession of a racially inflammatory piece of material,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possession of a racially inflammatory piece of material,8,60,v0.26.0 +PU86120,6645,Using words or behaviour or display of written material (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Using words or behaviour or display of written material (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86121,6645,Using words or behaviour or display of written material (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Using words or behaviour or display of written material (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86135,6645,Using words or behaviour or display of written material (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Using words or behaviour or display of written material (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86136,6645,Using words or behaviour or display of written material (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Using words or behaviour or display of written material (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86122,6646,Publishing or distributing written material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86123,6646,Publishing or distributing written material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86137,6646,Publishing or distributing written material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86138,6646,Publishing or distributing written material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or distributing written material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86124,6647,Public performance of a play (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of a play (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86125,6647,Public performance of a play (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of a play (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86139,6647,Public performance of a play (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of a play (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86140,6647,Public performance of a play (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Public performance of a play (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86126,6648,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",8,60,v0.26.0 +PU86127,6648,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",8,60,v0.26.0 +PU86141,6648,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",8,60,v0.26.0 +PU86142,6648,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Distributing, showing or playing a recording (acts intended to stir up religious hatred) ",8,60,v0.26.0 +PU86128,6649,Provider of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Provider of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86143,6649,Provider of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Provider of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86129,6650,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86130,6650,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86144,6650,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86145,6650,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Producer or Directorate of programme broadcasting or including programme in programme service (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86131,6651,Person using offending words or behaviour - broadcasting or including programme in programme service (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Person using offending words or behaviour - broadcasting or including programme in programme service (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86146,6651,Person using offending words or behaviour - broadcasting or including programme in programme service (acts intended to stir up religious hatred),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Person using offending words or behaviour - broadcasting or including programme in programme service (acts intended to stir up religious hatred),8,60,v0.26.0 +PU86132,6652,Possessing inflammatory material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possessing inflammatory material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86133,6652,Possessing inflammatory material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possessing inflammatory material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86147,6652,Possessing inflammatory material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possessing inflammatory material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +PU86148,6652,Possessing inflammatory material (acts intended to stir up religious hatred) ,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Possessing inflammatory material (acts intended to stir up religious hatred) ,8,60,v0.26.0 +TR06001,6653,Publishing or causing another to publish a statement intending or recklessly encouraging terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or causing another to publish a statement intending or recklessly encouraging terrorism,8,60,v0.26.0 +TR06028,6653,Publishing or causing another to publish a statement intending or recklessly encouraging terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Publishing or causing another to publish a statement intending or recklessly encouraging terrorism,8,60,v0.26.0 +TR06002,6654,Distributing or circulating a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Distributing or circulating a terrorist publication,8,60,v0.26.0 +TR06029,6654,Distributing or circulating a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Distributing or circulating a terrorist publication,8,60,v0.26.0 +TR06003,6655,"Giving, selling, lending or offering for sale or for loan a terrorist publication",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Giving, selling, lending or offering for sale or for loan a terrorist publication",8,60,v0.26.0 +TR06004,6656,Providing service about reading or listening to a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing service about reading or listening to a terrorist publication,8,60,v0.26.0 +TR06031,6656,Providing service about reading or listening to a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Providing service about reading or listening to a terrorist publication,8,60,v0.26.0 +TR06005,6657,Transmitting contents of a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Transmitting contents of a terrorist publication,8,60,v0.26.0 +TR06032,6657,Transmitting contents of a terrorist publication,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Transmitting contents of a terrorist publication,8,60,v0.26.0 +TR06006,6658,"Possessing terrorist publication with view to distribution, sale, loan, reading, listening to, being seen etc",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Possessing terrorist publication with view to distribution, sale, loan, reading, listening to, being seen etc",8,60,v0.26.0 +AL06002,6671,Contravening prohibition on dealing with funds or economic resources (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Contravening prohibition on dealing with funds or economic resources (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,60,v0.26.0 +AL06003,6672,Contravening prohibition on making available funds or economic resources (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Contravening prohibition on making available funds or economic resources (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,60,v0.26.0 +AL06004,6673,Knowingly and intentionally participating in activities to circumvent an Article 7 or 8 prohibition (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly and intentionally participating in activities to circumvent an Article 7 or 8 prohibition (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,60,v0.26.0 +TE06002,6678,Not under authority of a licence dealing with funds or economic resources belonging to or owned or held by an A.7(2) person (Terrorism (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Not under authority of a licence dealing with funds or economic resources belonging to or owned or held by an A.7(2) person (Terrorism (United Nations Measures) Order 2006),8,60,v0.26.0 +TE06003,6679,"Making funds, economic resources or financial services available directly to or indirectly to or for the benefit of A.7(2) person (Terrorism (United Nations Measures) Order 2006)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Making funds, economic resources or financial services available directly to or indirectly to or for the benefit of A.7(2) person (Terrorism (United Nations Measures) Order 2006)",8,60,v0.26.0 +TE06004,6680,Participating in activity with object or effect to circumvent A.7(1) or 8(1) prohibition; enabling or facilitating A.7 or 8 offence (Terrorism (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Participating in activity with object or effect to circumvent A.7(1) or 8(1) prohibition; enabling or facilitating A.7 or 8 offence (Terrorism (United Nations Measures) Order 2006),8,60,v0.26.0 +CJ67001,6701,Perjury - indictable only,67.1 Perjury - indictable only,IO,Miscellaneous crimes against society,Perjury - indictable only,9,60,v0.26.0 +MC80001,6701,Perjury - indictable only,67.1 Perjury - indictable only,IO,Miscellaneous crimes against society,Perjury - indictable only,9,60,v0.26.0 +PJ11001,6701,Perjury - indictable only,67.1 Perjury - indictable only,IO,Miscellaneous crimes against society,Perjury - indictable only,9,60,v0.26.0 +PJ11002,6701,Perjury - indictable only,67.1 Perjury - indictable only,IO,Miscellaneous crimes against society,Perjury - indictable only,9,60,v0.26.0 +PJ11012,6701,Perjury - indictable only,67.1 Perjury - indictable only,IO,Miscellaneous crimes against society,Perjury - indictable only,9,60,v0.26.0 +CJ25001,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CJ94020,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CJ94021,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CJ94022,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CJ94023,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CU84003,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +CU84004,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +MH83007,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +MH83008,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +MQ69015,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +MQ69016,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11003,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11004,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11005,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11005C,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11006,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11007,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11008,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11009,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11010,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11011,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11013,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11014,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11015,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11016,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11017,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11018,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11019,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11020,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11021,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11022,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11023,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11024,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +PJ11025,6702,Perjury - triable either way,67.2 Perjury - triable either way,TEW,Miscellaneous crimes against society,Perjury - triable either way,9,60,v0.26.0 +SX03100,7023,Care workers: sexual activity in the presence of a person with a mental disorder,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: sexual activity in the presence of a person with a mental disorder,2,60,v0.26.0 +SX03208,7023,Care workers: sexual activity in the presence of a person with a mental disorder,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: sexual activity in the presence of a person with a mental disorder,2,60,v0.26.0 +SX03101,7024,Care workers: causing a person with a mental disorder impeding choice to watch a sexual act,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: causing a person with a mental disorder impeding choice to watch a sexual act,2,60,v0.26.0 +SX03209,7024,Care workers: causing a person with a mental disorder impeding choice to watch a sexual act,70.2 Sexual activity etc. with a person with a mental disorder - triable either way,TEW,Sexual offences,Care workers: causing a person with a mental disorder impeding choice to watch a sexual act,2,60,v0.26.0 +SX03110,7106,Paying for sex with a female child aged 16 or 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a female child aged 16 or 17,2,60,v0.26.0 +SX03110A,7106,Paying for sex with a female child aged 16 or 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a female child aged 16 or 17,2,60,v0.26.0 +SX03111,7107,Paying for sex with a male child aged 16 or 17,71.2 Abuse of children through prostitution and pornography - triable either way,TEW,Sexual offences,Paying for sex with a male child aged 16 or 17,2,60,v0.26.0 +IA99012,7807,Obtaining benefits or advantage for self or anyone else by making dishonest representations,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Obtaining benefits or advantage for self or anyone else by making dishonest representations,9,60,v0.26.0 +IA99013,7807,Obtaining benefits or advantage for self or anyone else by making dishonest representations,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Obtaining benefits or advantage for self or anyone else by making dishonest representations,9,60,v0.26.0 +IA99014,7807,Obtaining benefits or advantage for self or anyone else by making dishonest representations,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Obtaining benefits or advantage for self or anyone else by making dishonest representations,9,60,v0.26.0 +IA99015,7807,Obtaining benefits or advantage for self or anyone else by making dishonest representations,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Obtaining benefits or advantage for self or anyone else by making dishonest representations,9,60,v0.26.0 +IA99016,7807,Obtaining benefits or advantage for self or anyone else by making dishonest representations,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Obtaining benefits or advantage for self or anyone else by making dishonest representations,9,60,v0.26.0 +FI68324,8101,Not known,Not known,TEW,Possession of weapons,Not known,7,60,v0.26.0 +FI68001,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68001C,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68002,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68003,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68004,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68005,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68006,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68007,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68008,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68009,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68010,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68010C,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68011,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FI68012,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +KE00139,8103,Possessing etc. firearm or ammunition without firearm certificate (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. firearm or ammunition without firearm certificate (Group I),7,60,v0.26.0 +FA88005,8115,Shortening a shotgun or other smooth bore gun (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Shortening a shotgun or other smooth bore gun (Group I),7,60,v0.26.0 +FI68034,8115,Shortening a shotgun or other smooth bore gun (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Shortening a shotgun or other smooth bore gun (Group I),7,60,v0.26.0 +FI68035,8116,Conversion of firearms (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Conversion of firearms (Group I),7,60,v0.26.0 +FI68088,8126,Carrying firearm in public place etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying firearm in public place etc. (Group I),7,60,v0.26.0 +FI68088G,8126,Carrying firearm in public place etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying firearm in public place etc. (Group I),7,60,v0.26.0 +FI68377,8126,Carrying firearm in public place etc. (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying firearm in public place etc. (Group I),7,60,v0.26.0 +FI68089,8127,Carrying loaded firearm in public place etc. (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying loaded firearm in public place etc. (Group II),7,60,v0.26.0 +FI68091,8129,Trespassing with firearm or imitation firearm in a building (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Trespassing with firearm or imitation firearm in a building (Group I),7,60,v0.26.0 +FI68092,8129,Trespassing with firearm or imitation firearm in a building (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Trespassing with firearm or imitation firearm in a building (Group I),7,60,v0.26.0 +FI68093,8130,Trespassing with firearm or imitation firearm in a building (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Trespassing with firearm or imitation firearm in a building (Group II),7,60,v0.26.0 +FA88040,8141,Firearms (Amendment) Act 1988 Sec.17 (10)(b) as amended by Firearms (Amendment) Act 1997 S.12 (1) (3) (5),81.3 Other firearms offences,TEW,Possession of weapons,Firearms (Amendment) Act 1988 Sec.17 (10)(b) as amended by Firearms (Amendment) Act 1997 S.12 (1) (3) (5),7,60,v0.26.0 +FY61009,8303,Acknowledging bail in false name,83.1 Acknowledging bail in false name,IO,Miscellaneous crimes against society,Acknowledging bail in false name,9,60,v0.26.0 +MD71211,9251,Having possession of a controlled drug - class A (heroin),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (heroin),6,60,v0.26.0 +MD71211A,9251,Having possession of a controlled drug - class A (heroin),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (heroin),6,60,v0.26.0 +MD71211C,9251,Having possession of a controlled drug - class A (heroin),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (heroin),6,60,v0.26.0 +MD71212,9252,Having possession of a controlled drug - class A (LSD),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (LSD),6,60,v0.26.0 +MD71212A,9252,Having possession of a controlled drug - class A (LSD),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (LSD),6,60,v0.26.0 +CA81003H,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +DB0016,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +GL09080,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +HI00020,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +KE00075,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +MD71213,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +MD71213A,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +MD71213B,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +MD71213C,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +WM00034,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +YY0035,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +ZZ00037,9253,Having possession of a controlled drug - class A (MDMA),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (MDMA),6,60,v0.26.0 +MD71214,9254,Having possession of a controlled drug - class A (crack cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (crack cocaine),6,60,v0.26.0 +MD71214A,9254,Having possession of a controlled drug - class A (crack cocaine),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (crack cocaine),6,60,v0.26.0 +MD71215,9255,Having possession of a controlled drug - class A (methadone),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (methadone),6,60,v0.26.0 +MD71215A,9255,Having possession of a controlled drug - class A (methadone),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (methadone),6,60,v0.26.0 +MD71020,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD71219,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD71219A,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD71219C,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD71219G,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD7151A,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +ZZ00081,9259,Having possession of a controlled drug - class A (other),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (other),6,60,v0.26.0 +MD71023,9269,Having possession of a controlled drug - (class unspecified),92D.04 Possession of a controlled drug - unknown class,TEW,Drug offences,Having possession of a controlled drug - (class unspecified),6,60,v0.26.0 +PS16001,9341,Produce a psychoactive substance,92C Other drug offences,TEW,Drug offences,Produce a psychoactive substance,6,60,v0.26.0 +PS16002,9342,Supply a psychoactive substance,92C Other drug offences,TEW,Drug offences,Supply a psychoactive substance,6,60,v0.26.0 +PS16002C,9342,Supply a psychoactive substance,92C Other drug offences,TEW,Drug offences,Supply a psychoactive substance,6,60,v0.26.0 +PS16003,9343,Offer to supply a psychoactive substance,92C Other drug offences,TEW,Drug offences,Offer to supply a psychoactive substance,6,60,v0.26.0 +PS16004,9344,Possess a psychoactive substance with intent to supply,92C Other drug offences,TEW,Drug offences,Possess a psychoactive substance with intent to supply,6,60,v0.26.0 +PS16005,9345,Import a psychoactive substance,92C Other drug offences,TEW,Drug offences,Import a psychoactive substance,6,60,v0.26.0 +PS16006,9346,Export a psychoactive substance,92C Other drug offences,TEW,Drug offences,Export a psychoactive substance,6,60,v0.26.0 +MD71507,9367,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),6,60,v0.26.0 +MD71507A,9367,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),6,60,v0.26.0 +YY00184,9367,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),92D.01 Possession of a controlled drug - Class A,TEW,Drug offences,Having possession of a controlled drug - class A (Methylamphetamine (Crystal meth)),6,60,v0.26.0 +FS00001,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00002,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00003,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00004,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00005,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00006,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00007,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00008,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00009,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00010,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00011,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00012,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00013,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00026,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00042,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00043,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00048,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00049,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00050,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00051,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00053,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00054,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00055,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00056,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00057,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00058,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00059,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +FS00060,9508,Provide false information to the Financial Services Authority,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Provide false information to the Financial Services Authority,9,60,v0.26.0 +CI04012,9531,Making false statements etc. with reference to civil partnerships,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false statements etc. with reference to civil partnerships,9,60,v0.26.0 +CI04013,9531,Making false statements etc. with reference to civil partnerships,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false statements etc. with reference to civil partnerships,9,60,v0.26.0 +CI04014,9531,Making false statements etc. with reference to civil partnerships,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false statements etc. with reference to civil partnerships,9,60,v0.26.0 +CI04015,9531,Making false statements etc. with reference to civil partnerships,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false statements etc. with reference to civil partnerships,9,60,v0.26.0 +FI12001,9572,TEW offences contrary to the Financial Services Act 2012.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences contrary to the Financial Services Act 2012.,9,60,v0.26.0 +FI12002,9572,TEW offences contrary to the Financial Services Act 2012.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences contrary to the Financial Services Act 2012.,9,60,v0.26.0 +FI12003,9572,TEW offences contrary to the Financial Services Act 2012.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences contrary to the Financial Services Act 2012.,9,60,v0.26.0 +FI12004,9572,TEW offences contrary to the Financial Services Act 2012.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences contrary to the Financial Services Act 2012.,9,60,v0.26.0 +UF14001,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14002,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14003,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14004,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14005,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14006,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14007,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +UF14008,9582,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,9,60,v0.26.0 +GA21001,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21002,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21003,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21004,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21005,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21006,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21007,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21008,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +GA21009,9585,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Deal with or make available funds for benefit of a designated person under the Global Anti-Corruption Sanctions Regulations 2021,9,60,v0.26.0 +PB89006,9911,Soliciting or receiving bribe or giving or offering bribe,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Soliciting or receiving bribe or giving or offering bribe,9,60,v0.26.0 +PB89006I,9911,Soliciting or receiving bribe or giving or offering bribe,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Soliciting or receiving bribe or giving or offering bribe,9,60,v0.26.0 +PB89008,9911,Soliciting or receiving bribe or giving or offering bribe,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Soliciting or receiving bribe or giving or offering bribe,9,60,v0.26.0 +PB89008C,9911,Soliciting or receiving bribe or giving or offering bribe,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Soliciting or receiving bribe or giving or offering bribe,9,60,v0.26.0 +PB89008I,9911,Soliciting or receiving bribe or giving or offering bribe,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Soliciting or receiving bribe or giving or offering bribe,9,60,v0.26.0 +CL67003,9929,Assisting offender (offences triable on indictment only),99.2 Assisting offender - original offence triable on indictment only,IO,Miscellaneous crimes against society,Assisting offender (offences triable on indictment only),9,60,v0.26.0 +CL67004,9929,Assisting offender (offences triable on indictment only),99.2 Assisting offender - original offence triable on indictment only,IO,Miscellaneous crimes against society,Assisting offender (offences triable on indictment only),9,60,v0.26.0 +CL67011,9929,Assisting offender (offences triable on indictment only),99.2 Assisting offender - original offence triable on indictment only,IO,Miscellaneous crimes against society,Assisting offender (offences triable on indictment only),9,60,v0.26.0 +CL67005,9930,Assisting offender (offences triable either-way),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting offender (offences triable either-way),9,60,v0.26.0 +CL67006,9930,Assisting offender (offences triable either-way),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting offender (offences triable either-way),9,60,v0.26.0 +CL67012,9930,Assisting offender (offences triable either-way),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting offender (offences triable either-way),9,60,v0.26.0 +DC03001,9994,"Dishonestly dealing in a cultural object that is tainted, knowing or believing that the object is tainted",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Dishonestly dealing in a cultural object that is tainted, knowing or believing that the object is tainted",9,60,v0.26.0 +RT88564,408,Causing death by careless or inconsiderate driving,4.8 Causing Death by careless or inconsiderate driving (MOT),TEW,Violence against the person,Causing death by careless or inconsiderate driving (MOT),1,70,v0.26.0 +RT88526,412,Cause serious injury by dangerous driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Causing serious injury by dangerous driving (MOT),1,70,v0.26.0 +RT88526A,412,Cause serious injury by dangerous driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Causing serious injury by dangerous driving (MOT),1,70,v0.26.0 +RT88526B,412,Cause serious injury by dangerous driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Causing serious injury by dangerous driving (MOT),1,70,v0.26.0 +RT88526C,412,Cause serious injury by dangerous driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Causing serious injury by dangerous driving (MOT),1,70,v0.26.0 +RT88528,412,Cause serious injury by dangerous driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Causing serious injury by dangerous driving (MOT),1,70,v0.26.0 +CE79060,502,Shooting at naval or revenue vessels,5.2 Other Endangering life - indictable only,IO,Violence against the person,Shooting at naval or revenue vessels,1,70,v0.26.0 +DB0018,801,Wound / inflict grievous bodily harm without intent,8F Wound / inflict grievous bodily harm without intent,TEW,Violence against the person,Wound / inflict grievous bodily harm without intent,1,70,v0.26.0 +OF61021,801,Wound / inflict grievous bodily harm without intent,8F Wound / inflict grievous bodily harm without intent,TEW,Violence against the person,Wound / inflict grievous bodily harm without intent,1,70,v0.26.0 +OF61131,801,Wound / inflict grievous bodily harm without intent,8F Wound / inflict grievous bodily harm without intent,TEW,Violence against the person,Wound / inflict grievous bodily harm without intent,1,70,v0.26.0 +OF61131A,801,Wound / inflict grievous bodily harm without intent,8F Wound / inflict grievous bodily harm without intent,TEW,Violence against the person,Wound / inflict grievous bodily harm without intent,1,70,v0.26.0 +OF61036,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61037,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61040,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61041,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61042,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61043,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61127,802,Administering poison with intent to injure or annoy,8.04 Other assault with injury - indictable,IO,Violence against the person,Administering poison with intent to injure or annoy,1,70,v0.26.0 +OF61083,803,Setting spring guns etc. to injure trespassers,10A Possession of firearms with intent,IO,Possession of weapons,Setting spring guns etc. to injure trespassers,7,70,v0.26.0 +CL77999G,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +COML002,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +KE00147,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +OF61101,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +OF61102,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +OF61102A,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +OF61102B,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +OF61102C,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +ZZ00076,806,Assaults occasioning actual bodily harm,8.01 Assault occasioning actual bodily harm,TEW,Violence against the person,Assaults occasioning actual bodily harm,1,70,v0.26.0 +GL08012,829,Breach of the conditions of an injunction against harassment,8.08 Breach of the conditions of an injunction against harassment,TEW,Violence against the person,Breach of the conditions of an injunction against harassment,1,70,v0.26.0 +PH97001,829,Breach of the conditions of an injunction against harassment,8.08 Breach of the conditions of an injunction against harassment,TEW,Violence against the person,Breach of the conditions of an injunction against harassment,1,70,v0.26.0 +CA81005,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +GL08064,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +GL09104,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +PH97002,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +PH97009,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +WM00042,830,Other harassment - putting people in fear of violence,8.09 Other harassment - Putting people in fear of violence,TEW,Violence against the person,Other harassment - putting people in fear of violence,1,70,v0.26.0 +PH97003,831,Breach of Restraining Order (Protection from Harassment Act 1997),8.10 Breach of a restraining order,TEW,Violence against the person,Breach of Restraining Order (Protection from Harassment Act 1997),1,70,v0.26.0 +PH97003A,831,Breach of Restraining Order (Protection from Harassment Act 1997),8.10 Breach of a restraining order,TEW,Violence against the person,Breach of Restraining Order (Protection from Harassment Act 1997),1,70,v0.26.0 +PH97003B,831,Breach of Restraining Order (Protection from Harassment Act 1997),8.10 Breach of a restraining order,TEW,Violence against the person,Breach of Restraining Order (Protection from Harassment Act 1997),1,70,v0.26.0 +SE20002,831,Breach of Restraining Order (Protection from Harassment Act 1997),8.10 Breach of a restraining order,TEW,Violence against the person,Breach of Restraining Order (Protection from Harassment Act 1997),1,70,v0.26.0 +SE20002A,831,Breach of Restraining Order (Protection from Harassment Act 1997),8.10 Breach of a restraining order,TEW,Violence against the person,Breach of Restraining Order (Protection from Harassment Act 1997),1,70,v0.26.0 +CD98002,832,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8.11 Breach of an Anti-Social Behaviour Order,TEW,Public order offences,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8,70,v0.26.0 +CD98002G,832,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8.11 Breach of an Anti-Social Behaviour Order,TEW,Public order offences,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8,70,v0.26.0 +CD98057,832,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8.11 Breach of an Anti-Social Behaviour Order,TEW,Public order offences,"Breach of Anti-Social Behaviour Order and Interim ASBO (order made to protect from alarm, distress or harassment) ",8,70,v0.26.0 +SF97012,839,Breach of Restraining Order (Sex Offenders Act 1997),8.05 Other assault with injury - triable either way,TEW,Violence against the person,Breach of Restraining Order (Sex Offenders Act 1997),1,70,v0.26.0 +PH97007,865,Stalking involving fear of violence,8.Q Stalking,TEW,Violence against the person,Stalking involving fear of violence,1,70,v0.26.0 +PH97010,865,Stalking involving fear of violence,8.Q Stalking,TEW,Violence against the person,Stalking involving fear of violence,1,70,v0.26.0 +PH97008,866,Stalking involving serious alarm/distress,8.Q Stalking,TEW,Violence against the person,Stalking involving serious alarm/distress,1,70,v0.26.0 +PH97011,866,Stalking involving serious alarm/distress,8.Q Stalking,TEW,Violence against the person,Stalking involving serious alarm/distress,1,70,v0.26.0 +SC15004,867,Engage in controlling / coercive behaviour in an intimate / family relationship,8.21 Engage in controlling / coercive behaviour in an intimate / family relationship,TEW,Violence against the person,Engage in controlling / coercive behaviour in an intimate / family relationship,1,70,v0.26.0 +CJ15001,869,Care worker ill-treat/wilfully neglect an individual,8.18 Care provider ill-treat / wilfully neglect an individual or breach duty of care,TEW,Violence against the person,Care worker ill-treat/wilfully neglect an individual,1,70,v0.26.0 +CJ15002,870,Care provider breach duty of care resulting in ill-treatment / neglect of individual,8.18 Care provider ill-treat / wilfully neglect an individual or breach duty of care,TEW,Violence against the person,Care provider breach duty of care resulting in ill-treatment / neglect of individual,1,70,v0.26.0 +ST19001,874,Breach of stalking order / interim stalking order,8.Q Stalking (Breach of stalking order / interim stalking order),TEW,Violence against the person,Breach of stalking order / interim stalking order,1,70,v0.26.0 +SC15005,877,Intentional strangulation or suffocation,8.23 Intentional strangulation or suffocation,TEW,Violence against the person,Intentional strangulation or suffocation,1,70,v0.26.0 +SC15006,877,Intentional strangulation or suffocation,8.23 Intentional strangulation or suffocation,TEW,Violence against the person,Intentional strangulation or suffocation,1,70,v0.26.0 +OF61044,1102,Neglecting to provide for apprentice or servant,11 Cruelty to or Neglect of Children,TEW,Violence against the person,Neglecting to provide for apprentice or servant,1,70,v0.26.0 +OF61048,1200,Abandon / expose a child under the age of two years whereby life / health endangered,12 Abandoning Child aged under Two Years,TEW,Violence against the person,Abandon / expose a child under the age of two years whereby life / health endangered,1,70,v0.26.0 +OF61049,1200,Abandon / expose a child under the age of two years whereby life / health endangered,12 Abandoning Child aged under Two Years,TEW,Violence against the person,Abandon / expose a child under the age of two years whereby life / health endangered,1,70,v0.26.0 +OF61109,1402,Procuring drugs etc. to cause abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Procuring drugs etc. to cause abortion,1,70,v0.26.0 +OF61110,1402,Procuring drugs etc. to cause abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Procuring drugs etc. to cause abortion,1,70,v0.26.0 +OF61111,1402,Procuring drugs etc. to cause abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Procuring drugs etc. to cause abortion,1,70,v0.26.0 +OF61111A,1402,Procuring drugs etc. to cause abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Procuring drugs etc. to cause abortion,1,70,v0.26.0 +OF61112,1402,Procuring drugs etc. to cause abortion,14 Procuring Illegal Abortion,IO,Violence against the person,Procuring drugs etc. to cause abortion,1,70,v0.26.0 +SX56081,1613,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a male aged under 16 (historic),2,70,v0.26.0 +SX56075,1618,Buggery or attempted buggery by a male aged 21 or over with a female aged 16 or 17 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 21 or over with a female aged 16 or 17 (historic),2,70,v0.26.0 +SX56087,1803,Gross indecency by a male aged 21 or over with a male aged under 18 (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged 21 or over with a male aged under 18 (historic),2,70,v0.26.0 +SX56099,1803,Gross indecency by a male aged 21 or over with a male aged under 18 (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged 21 or over with a male aged under 18 (historic),2,70,v0.26.0 +SX56120,1810,Gross indecency by a male aged under 16 with another male (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged under 16 with another male (historic),2,70,v0.26.0 +GM000164,1811,Gross indecency between man aged over 21 years and boy under 16 years,18 Indecency between Males,TEW,Sexual offences,Gross indecency between man aged over 21 years and boy under 16 years,2,70,v0.26.0 +SX03035,2112,Sexual activity with a female child aged under 13 - offender aged under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged under 13 - offender aged under 18,2,70,v0.26.0 +SX03035A,2112,Sexual activity with a female child aged under 13 - offender aged under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged under 13 - offender aged under 18,2,70,v0.26.0 +SX03036,2113,Sexual activity with a male child aged under 13 - offender aged under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged under 18,2,70,v0.26.0 +SX03036A,2113,Sexual activity with a male child aged under 13 - offender aged under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged under 18,2,70,v0.26.0 +SX03039,2114,Causing or inciting a female child aged under 13 to engage in sexual activity - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender under 18,2,70,v0.26.0 +SX03039A,2114,Causing or inciting a female child aged under 13 to engage in sexual activity - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender under 18,2,70,v0.26.0 +SX03040,2115,Causing or inciting a male child under 13 to engage in sexual activity - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child under 13 to engage in sexual activity - offender under 18,2,70,v0.26.0 +SX03040A,2115,Causing or inciting a male child under 13 to engage in sexual activity - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child under 13 to engage in sexual activity - offender under 18,2,70,v0.26.0 +SX03043,2116,Engaging in sexual activity in the presence of a child aged under 13 - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender under 18,2,70,v0.26.0 +SX03043A,2116,Engaging in sexual activity in the presence of a child aged under 13 - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged under 13 - offender under 18,2,70,v0.26.0 +SX03045,2117,Causing a child under 13 to watch a sexual act - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing a child under 13 to watch a sexual act - offender under 18,2,70,v0.26.0 +SX03045A,2117,Causing a child under 13 to watch a sexual act - offender under 18,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing a child under 13 to watch a sexual act - offender under 18,2,70,v0.26.0 +SX03164,2122,Sexual activity with a female child aged under 13 - offender aged under 18 - no penetration,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged under 13 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03165,2123,Sexual activity with a male child aged under 13 - offender aged under 18 - no penetration,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged under 13 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03168,2124,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03169,2125,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,21.2 Sexual activity with a child under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03037,2212,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03037A,2212,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03038,2213,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03038A,2213,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,2,70,v0.26.0 +SX56110,2213,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03041,2214,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,2,70,v0.26.0 +SX03041A,2214,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,2,70,v0.26.0 +ZZ00090,2214,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,2,70,v0.26.0 +SX03042,2215,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,2,70,v0.26.0 +SX03042A,2215,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - penetration,2,70,v0.26.0 +SX03044,2216,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged under 18,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged under 18,2,70,v0.26.0 +SX03044A,2216,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged under 18,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Engaging in sexual activity in the presence of a child aged 13 to 15 - offender aged under 18,2,70,v0.26.0 +SX03046,2217,Causing a child aged 13 to 15 to watch a sexual act - offender aged under 18,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing a child aged 13 to 15 to watch a sexual act - offender aged under 18,2,70,v0.26.0 +SX03046A,2217,Causing a child aged 13 to 15 to watch a sexual act - offender aged under 18,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing a child aged 13 to 15 to watch a sexual act - offender aged under 18,2,70,v0.26.0 +SX03166,2222,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child aged 13 to 15 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03167,2223,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX56117,2223,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child aged 13 to 15 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03170,2224,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03170A,2224,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a female child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03171,2225,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,22.2 Sexual activity involving a child under 16 - offender aged under 18 - triable either way,TEW,Sexual offences,Causing or inciting a male child aged 13 to 15 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03241,2230,Arrange / facilitate a sexual offence commited by a child / young person,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Arrange / facilitate a sexual offence commited by a child / young person,2,70,v0.26.0 +SX03241A,2230,Arrange / facilitate a sexual offence commited by a child / young person,22A.2 Causing sexual activity without consent - no penetration,TEW,Sexual offences,Arrange / facilitate a sexual offence commited by a child / young person,2,70,v0.26.0 +SX03066,2306,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03066C,2306,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03067,2307,Sexual activity with a male child family member aged 13 to 17 - offender aged under 18 - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03067C,2307,Sexual activity with a male child family member aged 13 to 17 - offender aged under 18 - no penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a male child family member aged 13 to 17 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03074,2310,Inciting a female child family member to engage in sexual activity - offender aged under 18 or over at time of offence and victim aged 13 to 17,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a female child family member to engage in sexual activity - offender aged under 18 or over at time of offence and victim aged 13 to 17,2,70,v0.26.0 +SX03075,2311,Inciting a male child family member to engage in sexual activity - offender aged under 18 or over at time of offence and victim aged 13 to 17,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a male child family member to engage in sexual activity - offender aged under 18 or over at time of offence and victim aged 13 to 17,2,70,v0.26.0 +SX03062,2316,Sexual activity with a female child family member aged under 13 - offender aged under 18 - no penetration,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03062C,2316,Sexual activity with a female child family member aged under 13 - offender aged under 18 - no penetration,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03063,2317,Sexual activity with a male child family member - offender not 18 or over at time of offence and victim under 13,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child family member - offender not 18 or over at time of offence and victim under 13,2,70,v0.26.0 +SX03063C,2317,Sexual activity with a male child family member - offender not 18 or over at time of offence and victim under 13,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a male child family member - offender not 18 or over at time of offence and victim under 13,2,70,v0.26.0 +SX03070,2320,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Inciting a female child family member aged under 13 to engage in sexual activity - offender aged under 18 - no penetration,2,70,v0.26.0 +SX03071,2321,Inciting a male child family member to engage in sexual activity - offender not 18 or over at time of offence and victim under 13,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Inciting a male child family member to engage in sexual activity - offender not 18 or over at time of offence and victim under 13,2,70,v0.26.0 +SX03181,2330,Sexual activity with a female child family member aged under 13 - offender aged under 18 - penetration,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03181C,2330,Sexual activity with a female child family member aged under 13 - offender aged under 18 - penetration,23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged under 13 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03182,2331,"Sexual activity with a male child family member under 13 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,"Sexual activity with a male child family member under 13 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03182C,2331,"Sexual activity with a male child family member under 13 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,"Sexual activity with a male child family member under 13 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03183,2332,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03183C,2332,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Sexual activity with a female child family member aged 13 to 17 - offender aged under 18 - penetration,2,70,v0.26.0 +SX03184,2333,"Sexual activity with a male child family member 13 to 17 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.5 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged under 18 - triable either way,TEW,Sexual offences,"Sexual activity with a male child family member 13 to 17 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03184C,2333,"Sexual activity with a male child family member 13 to 17 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.5 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged under 18 - triable either way,TEW,Sexual offences,"Sexual activity with a male child family member 13 to 17 - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03185,2334,"Inciting a female child family member under 13 to engage in sexual activity - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,"Inciting a female child family member under 13 to engage in sexual activity - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03186,2335,"Inciting a male child family member under 13 to engage in sexual activity - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",23.2 Familial sexual offences (incest) with a child family member aged under 13 - offender aged under 18 - triable either way,TEW,Sexual offences,"Inciting a male child family member under 13 to engage in sexual activity - offender under 18 - penetration of anus, vagina or mouth by penis or other part of body",2,70,v0.26.0 +SX03187,2336,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender under 18 - penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a female child family member aged 13 to 17 to engage in sexual activity - offender under 18 - penetration,2,70,v0.26.0 +SX03188,2337,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender under 18 - penetration,23.6 Familial sexual offences (incest) with a child family member aged 13 to 17 - offender aged 18 or over - triable either way,TEW,Sexual offences,Inciting a male child family member aged 13 to 17 to engage in sexual activity - offender under 18 - penetration,2,70,v0.26.0 +SX56087A,2412,Male of or over the age of 21 procuring or attempting to procure or being party to the commission by a male aged under 18 of an act of gross indecency with another male (historic),27 Soliciting for prostitution,TEW,Sexual offences,Male of or over the age of 21 procuring or attempting to procure or being party to the commission by a male aged under 18 of an act of gross indecency with another male (historic),2,70,v0.26.0 +SX56091,2412,Male of or over the age of 21 procuring or attempting to procure or being party to the commission by a male aged under 18 of an act of gross indecency with another male (historic),27 Soliciting for prostitution,TEW,Sexual offences,Male of or over the age of 21 procuring or attempting to procure or being party to the commission by a male aged under 18 of an act of gross indecency with another male (historic),2,70,v0.26.0 +SX56111,2414,Man over 21 years party to / procure gross indecency by men (one under 16) (historic),27 Soliciting for prostitution,TEW,Sexual offences,Man over 21 years party to / procure gross indecency by men (one under 16) (historic),2,70,v0.26.0 +PC02010,3804,Proceeds of Crime Act 2002 - failure to disclose; another person involved in money laundering - regulated sector,38 Money laundering,TEW,Miscellaneous crimes against society,Proceeds of Crime Act 2002 - failure to disclose; another person involved in money laundering - regulated sector,9,70,v0.26.0 +PC02011,3805,Proceeds of Crime Act 2002 - failure to disclose; another person involved in money laundering - nominated officers in the regulated sector,38 Money laundering,TEW,Miscellaneous crimes against society,Proceeds of Crime Act 2002 - failure to disclose; another person involved in money laundering - nominated officers in the regulated sector,9,70,v0.26.0 +PC02012,3806,Failure to disclose; another person involved in money laundering - other nominated officers in the regulated sector,38 Money laundering,TEW,Miscellaneous crimes against society,Failure to disclose; another person involved in money laundering - other nominated officers in the regulated sector,9,70,v0.26.0 +CJ88133,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +CJ88134,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +CJ88135,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PC02013,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PC02024,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PC02025,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PT00054,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PT00055,3807,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector �������� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",38 Money laundering,TEW,Miscellaneous crimes against society,"Tipping off - suspects a disclosure has been made, makes a disclosure likely to prejudice an investigation; regulated sector ��� disclosure of S.21D(2) matters or that investigations into allegation of offence committed is being considered",9,70,v0.26.0 +PC02014,3808,Nominated officer; must not give consent to the doing of a prohibited act,38 Money laundering,TEW,Miscellaneous crimes against society,Nominated officer; must not give consent to the doing of a prohibited act,9,70,v0.26.0 +TH68058,4300,Abstracting electricity,43 Abstracting Electricity,TEW,Theft offences,Abstracting electricity,4,70,v0.26.0 +TH68058A,4300,Abstracting electricity,43 Abstracting Electricity,TEW,Theft offences,Abstracting electricity,4,70,v0.26.0 +TH68049,4911,Other stealing and unauthorised taking: Removal of articles on show from places open to the public,49 Other Theft or Unauthorised Taking,TEW,Theft offences,Other stealing and unauthorised taking: Removal of articles on show from places open to the public,4,70,v0.26.0 +GL07050,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +GL07060,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +GL08056,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +GM000041,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +KE00121,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +LO31058,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +LO31064,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +SUFF046,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TA782111,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TA78SW01,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TH68060,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TH68060A,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TH68060C,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TH68133,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +WI00035,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +WM00094,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +YY000099,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +YY000255,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +YY0064,5302,Obtaining property by deception,53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining property by deception,10,70,v0.26.0 +TH78002,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +TH78004,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +TH78006,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +TH78008,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +TH78008A,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +TH78010,5320,Railway frauds,53D Fraud by false representation: other frauds,TEW,Fraud offences,Railway frauds,10,70,v0.26.0 +GL09161,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +LOND009,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +TH78001,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +TH78001A,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +TH78001C,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +YY0079,5323,Obtaining services by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Obtaining services by deception (except railway frauds),10,70,v0.26.0 +TH78003,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +TH78003A,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +TH78005,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +TH78007,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +TH78007A,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +TH78009,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +WM00070,5324,Evasion of liability by deception (except railway frauds),53D Fraud by false representation: other frauds,TEW,Fraud offences,Evasion of liability by deception (except railway frauds),10,70,v0.26.0 +CM90002,5334,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),"53B.3 Computer Misuse Act 1990 S2 - Unauthorised access with intent to commit further offences, etc",TEW,Fraud offences,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),10,70,v0.26.0 +CM90003,5334,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),"53B.3 Computer Misuse Act 1990 S2 - Unauthorised access with intent to commit further offences, etc",TEW,Fraud offences,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),10,70,v0.26.0 +CM90006,5334,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),"53B.3 Computer Misuse Act 1990 S2 - Unauthorised access with intent to commit further offences, etc",TEW,Fraud offences,Unauthorised access with intent to commit or facilitate commission of further offences (Computer Misuse Act 1990),10,70,v0.26.0 +EA02012,5337,Cartel offences,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Cartel offences,10,70,v0.26.0 +FA06004,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +GL07021,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +GL08500,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +LOND012,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +TH94025,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +TM94025,5343,Possession etc. of articles for use in frauds,53.6 Other Fraud,TEW,Fraud offences,Possession etc. of articles for use in frauds,10,70,v0.26.0 +CX00028,5346,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",53.6 Other Fraud,TEW,Fraud offences,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",10,70,v0.26.0 +FA06007,5346,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",53.6 Other Fraud,TEW,Fraud offences,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",10,70,v0.26.0 +FA06007A,5346,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",53.6 Other Fraud,TEW,Fraud offences,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",10,70,v0.26.0 +FA06007C,5346,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",53.6 Other Fraud,TEW,Fraud offences,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",10,70,v0.26.0 +FA06007G,5346,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",53.6 Other Fraud,TEW,Fraud offences,"By any dishonest act obtaining services for which payment is required, with intent to avoid payment including attaching a decoder to a television to enable viewing access to cable or satellite television channels for which there is no intention of paying",10,70,v0.26.0 +PU86002,6500,Violent Disorder,65 Violent disorder,TEW,Public order offences,Violent Disorder,8,70,v0.26.0 +PU86002C,6500,Violent Disorder,65 Violent disorder,TEW,Public order offences,Violent Disorder,8,70,v0.26.0 +CD98001,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +DC00027,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03149,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03149A,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03149B,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03150,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03150A,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03151,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03152,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +SX03153,6608,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order",8,70,v0.26.0 +PT00050,6613,Failure to disclose knowledge gained in the course of business in a regulated sector,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to disclose knowledge gained in the course of business in a regulated sector,8,70,v0.26.0 +PT00049,6614,Failure to disclose information about acts of terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to disclose information about acts of terrorism,8,70,v0.26.0 +PT00063,6614,Failure to disclose information about acts of terrorism,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to disclose information about acts of terrorism,8,70,v0.26.0 +SX03138,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03139,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03140,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03141,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03142,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03143,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03204,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03205,6617,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with initial notification requirement as provided by Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03145,6618,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03206,6618,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03207,6618,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly notifying police with false information in purported compliance with Section 83(1) or Regulations made under Section 86(1),8,70,v0.26.0 +SX03155,6619,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,8,70,v0.26.0 +SX03202,6619,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,8,70,v0.26.0 +SX03203,6619,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of Risk of Sexual Harm Order (RSHO) or interim RSHO,8,70,v0.26.0 +SX03154,6620,Breach of Foreign Travel Order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of Foreign Travel Order,8,70,v0.26.0 +PH97005,6638,Breach of a Restraining Order issued on acquittal,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of a Restraining Order issued on acquittal,8,70,v0.26.0 +PH97012,6638,Breach of a Restraining Order issued on acquittal,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of a Restraining Order issued on acquittal,8,70,v0.26.0 +DV04042,6639,Breach of a Non-Molestation Order,66.4 Breach of a non-molestation order,TEW,Public order offences,Breach of a Non-Molestation Order,8,70,v0.26.0 +FL96001,6639,Breach of a Non-Molestation Order,66.4 Breach of a non-molestation order,TEW,Public order offences,Breach of a Non-Molestation Order,8,70,v0.26.0 +FL96001A,6639,Breach of a Non-Molestation Order,66.4 Breach of a non-molestation order,TEW,Public order offences,Breach of a Non-Molestation Order,8,70,v0.26.0 +PT05001,6640,Breach of an obligation imposed by a control order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of an obligation imposed by a control order,8,70,v0.26.0 +PT05001C,6640,Breach of an obligation imposed by a control order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of an obligation imposed by a control order,8,70,v0.26.0 +PT05002,6641,"Failure to report to a specified person when first returning to the UK as required by the terms of a control order, when the order has ceased to have effect",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Failure to report to a specified person when first returning to the UK as required by the terms of a control order, when the order has ceased to have effect",8,70,v0.26.0 +SO05023,6642,Interference with contractual relationships so as to harm animal research organisations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Interference with contractual relationships so as to harm animal research organisations,8,70,v0.26.0 +SO05024,6643,Intimidation of persons connected with animal research organisations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Intimidation of persons connected with animal research organisations,8,70,v0.26.0 +CJ08011,6683,"Notifying false information to police in purported compliance with SS.108, 109, 110 or regulations under S.111 of the Criminal Justice and Immigration Act 2008",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Notifying false information to police in purported compliance with SS.108, 109, 110 or regulations under S.111 of the Criminal Justice and Immigration Act 2008",8,70,v0.26.0 +CJ08005,6684,"Failure to comply with prohibition, restriction or condition contained in a Violent Offender Order or interim order",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Failure to comply with prohibition, restriction or condition contained in a Violent Offender Order or interim order",8,70,v0.26.0 +CJ08006,6685,Failure to comply with notification requirements of S.108(1) of the Criminal Justice and Immigration Act 2008,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with notification requirements of S.108(1) of the Criminal Justice and Immigration Act 2008,8,70,v0.26.0 +CJ08007,6686,Failure to comply with requirements re notification of changes under S.109(1) or (6)(b) of the Criminal Justice and Immigration Act 2008,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with requirements re notification of changes under S.109(1) or (6)(b) of the Criminal Justice and Immigration Act 2008,8,70,v0.26.0 +CJ08008,6687,Failure to comply with the requirements of periodic notifications under S.110(1) of the Criminal Justice and Immigration Act 2008,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with the requirements of periodic notifications under S.110(1) of the Criminal Justice and Immigration Act 2008,8,70,v0.26.0 +CJ08009,6688,Failure to permit the taking of fingerprints and/or photographs as required by S.112(4),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to permit the taking of fingerprints and/or photographs as required by S.112(4),8,70,v0.26.0 +CJ08010,6690,Failure to comply with any regulation made under S.111 of the Criminal Justice and Immigration Act 2008,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with any regulation made under S.111 of the Criminal Justice and Immigration Act 2008,8,70,v0.26.0 +TR08002,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08003,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08004,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08005,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08006,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08007,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08008,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08009,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08010,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08011,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08012,6692,Offences in relation to notification requirements (Counter-Terrorism Act 2008),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences in relation to notification requirements (Counter-Terrorism Act 2008),8,70,v0.26.0 +TR08013,6693,Breach of foreign travel restriction order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of foreign travel restriction order,8,70,v0.26.0 +TR08014,6693,Breach of foreign travel restriction order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach of foreign travel restriction order,8,70,v0.26.0 +SC07001,6694,Failure to comply with a Serious Crime Prevention Order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failure to comply with a Serious Crime Prevention Order,8,70,v0.26.0 +TI11001,6696,Contravening a measure specified in a Terrorism Prevention and Investigation Measures Order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Contravening a measure specified in a Terrorism Prevention and Investigation Measures Order,8,70,v0.26.0 +FL96002,6697,Breach of a forced marriage protection order,66.6 Breach of a forced marriage protection order,IO,Public order offences,Breach of a forced marriage protection order,8,70,v0.26.0 +AS14001,6698,Breach of a criminal behaviour order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Breach of a criminal behaviour order,8,70,v0.26.0 +SE20001,6698,Breach of a criminal behaviour order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Breach of a criminal behaviour order,8,70,v0.26.0 +SC15001,6801,Participate in the criminal activities of an organised crime group,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Participate in the criminal activities of an organised crime group,8,70,v0.26.0 +FG03006,6804,Breach a Female Genital Mutilation protection order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach a Female Genital Mutilation protection order,8,70,v0.26.0 +SX03222,6807,Fail to comply with a requirement under section 122C(4) in relation to a sexual risk order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Fail to comply with a requirement under section 122C(4) in relation to a sexual risk order,8,70,v0.26.0 +SX03223,6807,Fail to comply with a requirement under section 122C(4) in relation to a sexual risk order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Fail to comply with a requirement under section 122C(4) in relation to a sexual risk order,8,70,v0.26.0 +SE20005,6808,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order; fail to comply with a requirement under section 103D(4) in relation to a SHPO","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,66.7 Breach of a criminal behaviour order,8,70,v0.26.0 +SE20006,6808,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order; fail to comply with a requirement under section 103D(4) in relation to a SHPO","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,66.7 Breach of a criminal behaviour order,8,70,v0.26.0 +SX03220,6808,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order; fail to comply with a requirement under section 103D(4) in relation to a SHPO","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,66.7 Breach of a criminal behaviour order,8,70,v0.26.0 +SX03220A,6808,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order; fail to comply with a requirement under section 103D(4) in relation to a SHPO","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,66.7 Breach of a criminal behaviour order,8,70,v0.26.0 +SX03221,6808,"Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sex Offender Order and Interim Sex Offender Order; fail to comply with a requirement under section 103D(4) in relation to a SHPO","66.2 Breach of Sexual Offences Prevention Order (SOPO) and Interim SOPO, Sexual Harm Prevention Order, Sex Offender Order and Interim Sex Offender Order",TEW,Public order offences,66.7 Breach of a criminal behaviour order,8,70,v0.26.0 +CT15001,6809,Counter Terrorism and Security Act 2015: Returns to UK in contravention of temporary exclusion order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Counter Terrorism and Security Act 2015: Returns to UK in contravention of temporary exclusion order,8,70,v0.26.0 +CT15002,6810,Counter Terrorism and Security Act 2015: Fail to comply with obligation after return to the UK imposed under section 9,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Counter Terrorism and Security Act 2015: Fail to comply with obligation after return to the UK imposed under section 9,8,70,v0.26.0 +ST19002,6816,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,8,70,v0.26.0 +ST19003,6816,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,8,70,v0.26.0 +ST19004,6816,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,8,70,v0.26.0 +ST19005,6816,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,8,70,v0.26.0 +ST19006,6816,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Various offences under sect 11(1)(A) & (2) of the Stalking Protection Act 2019,8,70,v0.26.0 +DA21001,6819,Breach of domestic abuse protection order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Breach of domestic abuse protection order,8,70,v0.26.0 +DA21002,6820,Offences relating to notification requirements of Domesic Abuse Protection Order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Offences relating to notification requirements of Domesic Abuse Protection Order,8,70,v0.26.0 +DA21003,6820,Offences relating to notification requirements of Domesic Abuse Protection Order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Offences relating to notification requirements of Domesic Abuse Protection Order,8,70,v0.26.0 +DA21004,6820,Offences relating to notification requirements of Domesic Abuse Protection Order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Offences relating to notification requirements of Domesic Abuse Protection Order,8,70,v0.26.0 +DA21005,6820,Offences relating to notification requirements of Domesic Abuse Protection Order,66.7 Breach of a criminal behaviour order,TEW,Public order offences,Offences relating to notification requirements of Domesic Abuse Protection Order,8,70,v0.26.0 +HS22001,6821,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",1,70,v0.26.0 +HS22002,6821,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",1,70,v0.26.0 +HS22003,6821,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",1,70,v0.26.0 +HS22004,6821,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carrying out, aiding or abetting the carrying out of a virginity test",1,70,v0.26.0 +HS22005,6822,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",1,70,v0.26.0 +HS22006,6822,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",1,70,v0.26.0 +HS22007,6822,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",1,70,v0.26.0 +HS22008,6822,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Offences relating to carryin out of a hymenoplasty, aiding and abbeting the carrying out of a hymenoplasty",1,70,v0.26.0 +SA00001,7301,Abuse of position of trust: sexual intercourse with person aged under 18 - offender aged 18 or over (historic),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of position of trust: sexual intercourse with person aged under 18 - offender aged 18 or over (historic),2,70,v0.26.0 +SA00002,7302,Abuse of position of trust: sexual activity other than intercourse with person aged under 18 - offender aged 18 or over (historic),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of position of trust: sexual activity other than intercourse with person aged under 18 - offender aged 18 or over (historic),2,70,v0.26.0 +SF97005,7303,Sex offender failing to notify police name on initial registration (historic),73 Abuse of trust- sexual offences,TEW,Sexual offences,Sex offender failing to notify police name on initial registration (historic),2,70,v0.26.0 +SF97006,7304,Sex offender failing to notify police of home address on initial registration (historic),73 Abuse of trust- sexual offences,TEW,Sexual offences,Sex offender failing to notify police of home address on initial registration (historic),2,70,v0.26.0 +SF97007,7305,Sex Offenders Act 1997 S.3(1a) notifies police with false name or names,73 Abuse of trust- sexual offences,TEW,Sexual offences,Sex Offenders Act 1997 S.3(1a) notifies police with false name or names,2,70,v0.26.0 +SF97008,7306,Sex offender notify police with false information as to home address on initial registration (historic),73 Abuse of trust- sexual offences,TEW,Sexual offences,Sex offender notify police with false information as to home address on initial registration (historic),2,70,v0.26.0 +SX03052,7307,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03191,7307,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03192,7307,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +WI00111,7307,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03053,7308,Abuse of a position of trust: sexual activity with a male child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a male child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03056,7309,Abuse of a position of trust: causing or inciting a female child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a female child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,2,70,v0.26.0 +SX03195,7309,Abuse of a position of trust: causing or inciting a female child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a female child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,2,70,v0.26.0 +SX03057,7310,Abuse of a position of trust: causing or inciting a male child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a male child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,2,70,v0.26.0 +SX03196,7310,Abuse of a position of trust: causing or inciting a male child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a male child aged 13 to 17 to engage in sexual activity - offender aged 18 or over,2,70,v0.26.0 +SX03059,7311,Abuse of a position of trust: sexual activity in the presence of a child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity in the presence of a child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03198,7311,Abuse of a position of trust: sexual activity in the presence of a child aged 13 to 17 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity in the presence of a child aged 13 to 17 - offender aged 18 or over,2,70,v0.26.0 +SX03061,7312,Abuse of a position of trust: causing a child aged 13 to 17 to watch a sexual act - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing a child aged 13 to 17 to watch a sexual act - offender aged 18 or over,2,70,v0.26.0 +SX03200,7312,Abuse of a position of trust: causing a child aged 13 to 17 to watch a sexual act - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing a child aged 13 to 17 to watch a sexual act - offender aged 18 or over,2,70,v0.26.0 +SX03050,7313,Abuse of a position of trust: sexual activity with a female child aged under 13 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged under 13 - offender aged 18 or over,2,70,v0.26.0 +SX03189,7313,Abuse of a position of trust: sexual activity with a female child aged under 13 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a female child aged under 13 - offender aged 18 or over,2,70,v0.26.0 +SX03051,7314,Abuse of a position of trust: sexual activity with a male child aged under 13 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a male child aged under 13 - offender aged 18 or over,2,70,v0.26.0 +SX03190,7314,Abuse of a position of trust: sexual activity with a male child aged under 13 - offender aged 18 or over,73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity with a male child aged under 13 - offender aged 18 or over,2,70,v0.26.0 +SX03054,7315,Abuse of a position of trust: causing or inciting a female child to engage in sexual activity (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a female child to engage in sexual activity (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03193,7315,Abuse of a position of trust: causing or inciting a female child to engage in sexual activity (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a female child to engage in sexual activity (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03055,7316,Abuse of a position of trust: causing or inciting a male child to engage in sexual activity (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a male child to engage in sexual activity (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03194,7316,Abuse of a position of trust: causing or inciting a male child to engage in sexual activity (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing or inciting a male child to engage in sexual activity (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03058,7317,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03197,7317,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03199,7317,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: sexual activity in the presence of a child (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +SX03060,7318,Abuse of a position of trust: causing a child to watch a sexual act (offender aged 18 or over and victim aged under 13),73 Abuse of trust- sexual offences,TEW,Sexual offences,Abuse of a position of trust: causing a child to watch a sexual act (offender aged 18 or over and victim aged under 13),2,70,v0.26.0 +CJ90010,7755,Having a controlled drug in possession on a ship - Class C drug,92A Other drug trafficking offences,TEW,Drug offences,Having a controlled drug in possession on a ship - Class C drug,6,70,v0.26.0 +CJ90013,7758,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class C drug,92A Other drug trafficking offences,TEW,Drug offences,Being knowingly concerned in the carrying or concealing of a controlled drug on a ship - Class C drug,6,70,v0.26.0 +CJ90017,7766,Possess a Class C controlled drug on board a ship - Khat,92A Other drug trafficking offences,TEW,Drug offences,Possess a Class C controlled drug on board a ship - Khat,6,70,v0.26.0 +CJ90018,7766,Possess a Class C controlled drug on board a ship - Khat,92A Other drug trafficking offences,TEW,Drug offences,Possess a Class C controlled drug on board a ship - Khat,6,70,v0.26.0 +IM14001,7826,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),9,70,v0.26.0 +IM14002,7826,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),9,70,v0.26.0 +IM14003,7826,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),9,70,v0.26.0 +IM14004,7826,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Contravention of tenancy agreements in relation to immigration status (Immigration Act 2016),9,70,v0.26.0 +IM71132,7828,Immigration offences relating to entering the UK without proper permissions,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Immigration offences relating to entering the UK without proper permissions,9,70,v0.26.0 +IM71133,7828,Immigration offences relating to entering the UK without proper permissions,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Immigration offences relating to entering the UK without proper permissions,9,70,v0.26.0 +IM71134,7828,Immigration offences relating to entering the UK without proper permissions,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Immigration offences relating to entering the UK without proper permissions,9,70,v0.26.0 +IM71135,7828,Immigration offences relating to entering the UK without proper permissions,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Immigration offences relating to entering the UK without proper permissions,9,70,v0.26.0 +IM71136,7828,Immigration offences relating to entering the UK without proper permissions,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Immigration offences relating to entering the UK without proper permissions,9,70,v0.26.0 +CC00142,7902,Intimidating a juror or witness or person assisting in investigation of offence,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating a juror or witness or person assisting in investigation of offence,9,70,v0.26.0 +CC00143,7902,Intimidating a juror or witness or person assisting in investigation of offence,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating a juror or witness or person assisting in investigation of offence,9,70,v0.26.0 +CJ94005,7902,Intimidating a juror or witness or person assisting in investigation of offence,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating a juror or witness or person assisting in investigation of offence,9,70,v0.26.0 +CJ94005A,7902,Intimidating a juror or witness or person assisting in investigation of offence,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating a juror or witness or person assisting in investigation of offence,9,70,v0.26.0 +ZZ94038A,7902,Intimidating a juror or witness or person assisting in investigation of offence,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating a juror or witness or person assisting in investigation of offence,9,70,v0.26.0 +CJ94006,7903,"Harming or threatening to harm a witness, juror or person assisting in investigation",79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,"Harming or threatening to harm a witness, juror or person assisting in investigation",9,70,v0.26.0 +CJ94006A,7903,"Harming or threatening to harm a witness, juror or person assisting in investigation",79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,"Harming or threatening to harm a witness, juror or person assisting in investigation",9,70,v0.26.0 +CJ94006C,7903,"Harming or threatening to harm a witness, juror or person assisting in investigation",79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,"Harming or threatening to harm a witness, juror or person assisting in investigation",9,70,v0.26.0 +CJ94007,7903,"Harming or threatening to harm a witness, juror or person assisting in investigation",79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,"Harming or threatening to harm a witness, juror or person assisting in investigation",9,70,v0.26.0 +CJ01010,7904,Intimidating or intending to intimidate a witness,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating or intending to intimidate a witness,9,70,v0.26.0 +WM00022,7904,Intimidating or intending to intimidate a witness,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Intimidating or intending to intimidate a witness,9,70,v0.26.0 +CJ01011,7905,Harming or intending to harm a witness,79.2 Perverting the Course of Justice - triable either way,TEW,Miscellaneous crimes against society,Harming or intending to harm a witness,9,70,v0.26.0 +FI68014,8104,Possessing etc. shotgun without certificate (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. shotgun without certificate (Group II),7,70,v0.26.0 +FI68014G,8104,Possessing etc. shotgun without certificate (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. shotgun without certificate (Group II),7,70,v0.26.0 +FI68015,8104,Possessing etc. shotgun without certificate (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possessing etc. shotgun without certificate (Group II),7,70,v0.26.0 +FI68018,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68366,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68367,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68367C,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68369,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68370,8107,Trading in firearms without being registered as a firearms dealer (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer (Group I),7,70,v0.26.0 +FI68019,8108,Trading in firearms without being registered as a firearms dealer ,81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer ,7,70,v0.26.0 +FI68368,8108,Trading in firearms without being registered as a firearms dealer ,81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer ,7,70,v0.26.0 +FI68368C,8108,Trading in firearms without being registered as a firearms dealer ,81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer ,7,70,v0.26.0 +FI68371,8108,Trading in firearms without being registered as a firearms dealer ,81.3 Other firearms offences,TEW,Possession of weapons,Trading in firearms without being registered as a firearms dealer ,7,70,v0.26.0 +FI68020,8109,Selling firearm to person without a certificate (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group I),7,70,v0.26.0 +FI68021,8109,Selling firearm to person without a certificate (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group I),7,70,v0.26.0 +FI68022,8109,Selling firearm to person without a certificate (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group I),7,70,v0.26.0 +FI68023,8109,Selling firearm to person without a certificate (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group I),7,70,v0.26.0 +FI68024,8110,Selling firearm to person without a certificate (Group II),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group II),7,70,v0.26.0 +FI68025,8110,Selling firearm to person without a certificate (Group II),81.3 Other firearms offences,TEW,Possession of weapons,Selling firearm to person without a certificate (Group II),7,70,v0.26.0 +FI68026,8111,"Repairing, testing etc. firearm for person without a certificate (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Repairing, testing etc. firearm for person without a certificate (Group I)",7,70,v0.26.0 +FI68027,8111,"Repairing, testing etc. firearm for person without a certificate (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Repairing, testing etc. firearm for person without a certificate (Group I)",7,70,v0.26.0 +FI68028,8112,"Repairing, testing etc. firearm for person without a certificate (Group II)",81.3 Other firearms offences,TEW,Possession of weapons,"Repairing, testing etc. firearm for person without a certificate (Group II)",7,70,v0.26.0 +FI68029,8112,"Repairing, testing etc. firearm for person without a certificate (Group II)",81.3 Other firearms offences,TEW,Possession of weapons,"Repairing, testing etc. firearm for person without a certificate (Group II)",7,70,v0.26.0 +FI68030,8113,Falsifying certificate etc. with a view to acquisition of firearm (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Falsifying certificate etc. with a view to acquisition of firearm (Group I),7,70,v0.26.0 +FI68372,8113,Falsifying certificate etc. with a view to acquisition of firearm (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Falsifying certificate etc. with a view to acquisition of firearm (Group I),7,70,v0.26.0 +FI68373,8113,Falsifying certificate etc. with a view to acquisition of firearm (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Falsifying certificate etc. with a view to acquisition of firearm (Group I),7,70,v0.26.0 +FI68031,8114,Falsifying certificate etc. with a view to acquisition of firearm (Group II),81.3 Other firearms offences,TEW,Possession of weapons,Falsifying certificate etc. with a view to acquisition of firearm (Group II),7,70,v0.26.0 +FI68374,8114,Falsifying certificate etc. with a view to acquisition of firearm (Group II),81.3 Other firearms offences,TEW,Possession of weapons,Falsifying certificate etc. with a view to acquisition of firearm (Group II),7,70,v0.26.0 +FI68099,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68100,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68103,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68104,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68302,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68305,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68447,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68449,8135,Possession of firearms by persons previously convicted of crime (Group I),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group I),7,70,v0.26.0 +FI68101,8136,Possession of firearms by persons previously convicted of crime (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group II),7,70,v0.26.0 +FI68105,8136,Possession of firearms by persons previously convicted of crime (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group II),7,70,v0.26.0 +FI68303,8136,Possession of firearms by persons previously convicted of crime (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group II),7,70,v0.26.0 +FI68306,8136,Possession of firearms by persons previously convicted of crime (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group II),7,70,v0.26.0 +FI68450,8136,Possession of firearms by persons previously convicted of crime (Group II),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group II),7,70,v0.26.0 +FI68102,8137,Possession of firearms by persons previously convicted of crime (Group III),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group III),7,70,v0.26.0 +FI68106,8137,Possession of firearms by persons previously convicted of crime (Group III),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group III),7,70,v0.26.0 +FI68304,8137,Possession of firearms by persons previously convicted of crime (Group III),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group III),7,70,v0.26.0 +FI68307,8137,Possession of firearms by persons previously convicted of crime (Group III),10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Possession of firearms by persons previously convicted of crime (Group III),7,70,v0.26.0 +FI68107,8138,Supplying firearms to person denied them under Section 21 (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Supplying firearms to person denied them under Section 21 (Group I),7,70,v0.26.0 +FI68108,8139,Supplying firearms to person denied them under Section 21 (Group II),81.3 Other firearms offences,TEW,Possession of weapons,Supplying firearms to person denied them under Section 21 (Group II),7,70,v0.26.0 +FI68109,8140,Supplying firearms to person denied them under Section 21 (Group III),81.3 Other firearms offences,TEW,Possession of weapons,Supplying firearms to person denied them under Section 21 (Group III),7,70,v0.26.0 +FA97010,8142,Failure to transfer firearms or ammunition in person (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to transfer firearms or ammunition in person (Group I),7,70,v0.26.0 +FA97021,8142,Failure to transfer firearms or ammunition in person (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to transfer firearms or ammunition in person (Group I),7,70,v0.26.0 +FA97022,8142,Failure to transfer firearms or ammunition in person (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to transfer firearms or ammunition in person (Group I),7,70,v0.26.0 +FA97023,8142,Failure to transfer firearms or ammunition in person (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to transfer firearms or ammunition in person (Group I),7,70,v0.26.0 +FA97012,8143,Failure to give notice in writing to the Chief Officer of Police of transfers involving firearms (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to give notice in writing to the Chief Officer of Police of transfers involving firearms (Group I),7,70,v0.26.0 +FA97027,8143,Failure to give notice in writing to the Chief Officer of Police of transfers involving firearms (Group I),81.3 Other firearms offences,TEW,Possession of weapons,Failure to give notice in writing to the Chief Officer of Police of transfers involving firearms (Group I),7,70,v0.26.0 +FA97014,8144,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",7,70,v0.26.0 +FA97029,8144,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",7,70,v0.26.0 +FA97030,8144,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",7,70,v0.26.0 +FA97031,8144,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",7,70,v0.26.0 +FA97033,8144,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of firearms or ammunition (Group I)",7,70,v0.26.0 +FA97016,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FA97018,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FA97034,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FA97036,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FA97037,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FA97039,8145,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",81.3 Other firearms offences,TEW,Possession of weapons,"Failure by certificate holder to notify in writing Chief Officer of Police of events taking place outside Great Britain involving firearms and ammunition (sold or otherwise disposed of, lost etc) (Group I)",7,70,v0.26.0 +FI68171,8169,Not known,Not known,TEW,Possession of weapons,Not known,7,70,v0.26.0 +FI68172,8169,Not known,Not known,TEW,Possession of weapons,Not known,7,70,v0.26.0 +FI68436,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68440,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68440C,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68441,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68441C,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68442,8176,Selling or transferring an air weapon unlawfully,81.3 Other firearms offences,TEW,Possession of weapons,Selling or transferring an air weapon unlawfully,7,70,v0.26.0 +FI68451,8190,Manufacture an offensive weapon; Possess article for use in connection with conversion of imitation firearm,81.3 Other firearms offences,TEW,Possession of weapons,Manufacture an offensive weapon; Possess article for use in connection with conversion of imitation firearm,7,70,v0.26.0 +FA88042,8191,Make / sell / give as gift defectively deactivated weapon - Police and Crime Act 2017,81.3 Other firearms offences,TEW,Possession of weapons,Make / sell / give as gift defectively deactivated weapon - Police and Crime Act 2017,7,70,v0.26.0 +FA88043,8191,Make / sell / give as gift defectively deactivated weapon - Police and Crime Act 2017,81.3 Other firearms offences,TEW,Possession of weapons,Make / sell / give as gift defectively deactivated weapon - Police and Crime Act 2017,7,70,v0.26.0 +CJ88115,8610,Possess an indecent photograph or pseudo-photograph of a child,86.2 Possession of indecent photograph of a child,TEW,Miscellaneous crimes against society,Possess an indecent photograph or pseudo-photograph of a child,9,70,v0.26.0 +CJ88115A,8610,Possess an indecent photograph or pseudo-photograph of a child,86.2 Possession of indecent photograph of a child,TEW,Miscellaneous crimes against society,Possess an indecent photograph or pseudo-photograph of a child,9,70,v0.26.0 +AS00005,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +AS00028,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +AS00029,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +CC000056,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP00002,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP00003,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP00004,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP00005,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP00124,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP19158,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP19318,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90019,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90020,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90021,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90022,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90089,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90090,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90091,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90092,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90093,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90094,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90095,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90096,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90100,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90101,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90102,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90132,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90201,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90331,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP903316,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90331A,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90336,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90346,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP990331,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +WM00074,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +YY000151,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +YY000292,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +YY00196,9116,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition of controlled special waste in or on land without a licence",9,70,v0.26.0 +EP90026,9119,"Licence-holder failing to comply with requirements of Waste Regulating Authority, in relation to special waste, when suspending a licence to deal with or avert pollution or harm",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Licence-holder failing to comply with requirements of Waste Regulating Authority, in relation to special waste, when suspending a licence to deal with or avert pollution or harm",9,70,v0.26.0 +EP90036,9122,Depositing waste (not controlled waste) in an area prescribed by the Secretary of State,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Depositing waste (not controlled waste) in an area prescribed by the Secretary of State,9,70,v0.26.0 +KE00166,9122,Depositing waste (not controlled waste) in an area prescribed by the Secretary of State,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Depositing waste (not controlled waste) in an area prescribed by the Secretary of State,9,70,v0.26.0 +EP90050,9125,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",9,70,v0.26.0 +EP90051,9125,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",9,70,v0.26.0 +EP90052,9125,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",9,70,v0.26.0 +EP90131,9125,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, keeping releasing or marketing any genetically modified organisms without carrying out a risk assessment and giving prescribed notice and information to the Secretary of State",9,70,v0.26.0 +EP90057,9126,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",9,70,v0.26.0 +EP90058,9126,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",9,70,v0.26.0 +EP90059,9126,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",9,70,v0.26.0 +EP90060,9126,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Importing, acquiring, releasing or marketing any genetically modified organisms in certain cases or circumstances or without consent. Failing to dispose of organisms quickly and safely when required",9,70,v0.26.0 +EP90053,9127,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",9,70,v0.26.0 +EP90054,9127,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",9,70,v0.26.0 +EP90055,9127,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",9,70,v0.26.0 +EP90056,9127,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failing to identify risks of importing or acquiring genetically modified organisms, importing or acquiring modified organisms despite the risks, not taking all reasonable steps to prevent risk of damage to the environment as a result of keeping modified organisms. Releasing or marketing modified organisms without regard to the risks of damage to the environment",9,70,v0.26.0 +EP3390B,9137,Contravening conditions of a waste management licence,91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,Contravening conditions of a waste management licence,9,70,v0.26.0 +EP90014,9137,Contravening conditions of a waste management licence,91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,Contravening conditions of a waste management licence,9,70,v0.26.0 +LAN0048,9137,Contravening conditions of a waste management licence,91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,Contravening conditions of a waste management licence,9,70,v0.26.0 +LAN0054,9137,Contravening conditions of a waste management licence,91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,Contravening conditions of a waste management licence,9,70,v0.26.0 +NORF043,9137,Contravening conditions of a waste management licence,91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,Contravening conditions of a waste management licence,9,70,v0.26.0 +PR00001,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00002,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00003,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00004,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00005,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00006,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00007,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00008,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00009,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +PR00010,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +WI00083,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +YY000113,9170,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Pollution Prevention and Control Regulations (England and Wales) Order 2000,9,70,v0.26.0 +AS00103,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07001,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07002,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07003,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07004,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07005,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07014,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07015,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07016,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07GW01,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP07GW02,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +EP90025G,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +GM000146,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +KE00233,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +KE00234,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +LO31069,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +LO31126,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +SF00021,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +SY00047,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +WM000125,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +YY00198,9174,Contravening and failing to comply etc with the requirements of an environmental permit,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening and failing to comply etc with the requirements of an environmental permit,9,70,v0.26.0 +MD71010,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +MD71010A,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +MD71010C,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +MD71169,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +MD71189,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +MD71209,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +ZZ00104,9249,Supplying or offering to supply a controlled drug - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Supplying or offering to supply a controlled drug - class unspecified,6,70,v0.26.0 +CA81004H,9260,Having possession of a controlled drug - class B (amphetamine),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (amphetamine),6,70,v0.26.0 +CA81010,9260,Having possession of a controlled drug - class B (amphetamine),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (amphetamine),6,70,v0.26.0 +MD71220,9260,Having possession of a controlled drug - class B (amphetamine),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (amphetamine),6,70,v0.26.0 +MD71220A,9260,Having possession of a controlled drug - class B (amphetamine),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (amphetamine),6,70,v0.26.0 +MD71220C,9260,Having possession of a controlled drug - class B (amphetamine),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (amphetamine),6,70,v0.26.0 +MD71221,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +MD71224,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +MD71521,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +MD71530,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +MD71530A,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +YY00095A,9261,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",92E.01 Possession of a controlled drug - Class B (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class B (cannabis, including cannabis resin, cannabinol and cannabinol derivatives)",6,70,v0.26.0 +MD71552,9262,Having possession of a controlled drug - class B (synthetic cannabinoid receptor agonists),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (synthetic cannabinoid receptor agonists),6,70,v0.26.0 +MD71574,9263,Having possession of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,70,v0.26.0 +MD71574A,9263,Having possession of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (4-Methylmethcathinone (Mephedrone or Methcathinone)),6,70,v0.26.0 +CAM065,9265,Having possession of a controlled drug - class B (other),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (other),6,70,v0.26.0 +MD71021,9265,Having possession of a controlled drug - class B (other),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (other),6,70,v0.26.0 +MD71225,9265,Having possession of a controlled drug - class B (other),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (other),6,70,v0.26.0 +MD71225A,9265,Having possession of a controlled drug - class B (other),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (other),6,70,v0.26.0 +MD71225C,9265,Having possession of a controlled drug - class B (other),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (other),6,70,v0.26.0 +GL09103,9289,Possession of a controlled drug with intent to supply - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Possession of a controlled drug with intent to supply - class unspecified,6,70,v0.26.0 +MD71027,9289,Possession of a controlled drug with intent to supply - class unspecified,"92A.12 Production, supply and possession with intent to supply a controlled drug - unknown class",TEW,Drug offences,Possession of a controlled drug with intent to supply - class unspecified,6,70,v0.26.0 +DT94007,9352,Failure to disclose knowledge or suspicion of money laundering (drug trafficking),92C Other drug offences,TEW,Drug offences,Failure to disclose knowledge or suspicion of money laundering (drug trafficking),6,70,v0.26.0 +DT94008,9353,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",92C Other drug offences,TEW,Drug offences,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",6,70,v0.26.0 +DT94009,9353,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",92C Other drug offences,TEW,Drug offences,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",6,70,v0.26.0 +DT94010,9353,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",92C Other drug offences,TEW,Drug offences,"""Disclosure of information likely to prejudice an investigation (drug trafficking) (""""Tipping off"""")""",6,70,v0.26.0 +DT94003,9354,Prejudicing an investigation by making unlawful disclosures (drug trafficking),92C Other drug offences,TEW,Drug offences,Prejudicing an investigation by making unlawful disclosures (drug trafficking),6,70,v0.26.0 +AN16286,9415,Recklessly / negligently act in manner likely to endanger aircraft / person in an aircraft,94B Air Navigation order 2016,TEW,Miscellaneous crimes against society,Recklessly / negligently act in manner likely to endanger aircraft / person in an aircraft,9,70,v0.26.0 +LM18001,9417,Shine / direct laser beam towards a vehicle,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Shine / direct laser beam towards a vehicle,9,70,v0.26.0 +LM18002,9418,Shine / direct laser beam towards an air traffic facility /a person providing air traffic services,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Shine / direct laser beam towards an air traffic facility /a person providing air traffic services,9,70,v0.26.0 +LM18003,9418,Shine / direct laser beam towards an air traffic facility /a person providing air traffic services,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Shine / direct laser beam towards an air traffic facility /a person providing air traffic services,9,70,v0.26.0 +AT01012,9504,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)",9,70,v0.26.0 +AT01013,9504,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)",9,70,v0.26.0 +AT01014,9504,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)",9,70,v0.26.0 +AT01015,9504,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Occupier failing to comply with any duty or direction imposed on him by or under this Part(7); knowingly or recklessly making a statement which is false or misleading (Anti-Terrorism, Crime and Security Act 2001)",9,70,v0.26.0 +PC02015,9506,"Offences of prejudicing an investigation: disclosure likely to prejudice investigation; falsifying, concealing, destroying or otherwise disposing of etc. documents relevant to investigation","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Offences of prejudicing an investigation: disclosure likely to prejudice investigation; falsifying, concealing, destroying or otherwise disposing of etc. documents relevant to investigation",9,70,v0.26.0 +EA02015,9510,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)",9,70,v0.26.0 +EA02016,9510,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)",9,70,v0.26.0 +EA02017,9510,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Falsifying, concealing, destroying or otherwise disposing etc of. documents knowing or suspecting to be relevant to investigation by Serious Fraud Office or the OFT into offence under S.183 (Enterprise Act 2002)",9,70,v0.26.0 +CI03004,9519,Employee of institution: disclosing types of information specified in Section 42(3) to customers - requests for account monitoring or account information received (Crime (International Co-operation) Act 2003),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Employee of institution: disclosing types of information specified in Section 42(3) to customers - requests for account monitoring or account information received (Crime (International Co-operation) Act 2003),9,70,v0.26.0 +AW06041,9701,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",9,70,v0.26.0 +AW06041B,9701,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",9,70,v0.26.0 +AW06042,9701,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Causing, permitting or failing to prevent unnecessary suffering of protected animal",9,70,v0.26.0 +AW06043,9702,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",9,70,v0.26.0 +AW06044,9702,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",9,70,v0.26.0 +AW06045,9702,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",97 Animal cruelty,TEW,Miscellaneous crimes against society,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal",9,70,v0.26.0 +AW06046,9703,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,97 Animal cruelty,TEW,Miscellaneous crimes against society,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,9,70,v0.26.0 +AW06046B,9703,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,97 Animal cruelty,TEW,Miscellaneous crimes against society,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,9,70,v0.26.0 +AW06047,9703,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,97 Animal cruelty,TEW,Miscellaneous crimes against society,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,9,70,v0.26.0 +AW06048,9703,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,97 Animal cruelty,TEW,Miscellaneous crimes against society,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment,9,70,v0.26.0 +AW06049,9704,Administration of poisons etc to a protected animal,97 Animal cruelty,TEW,Miscellaneous crimes against society,Administration of poisons etc to a protected animal,9,70,v0.26.0 +AW06050,9704,Administration of poisons etc to a protected animal,97 Animal cruelty,TEW,Miscellaneous crimes against society,Administration of poisons etc to a protected animal,9,70,v0.26.0 +AW06051,9704,Administration of poisons etc to a protected animal,97 Animal cruelty,TEW,Miscellaneous crimes against society,Administration of poisons etc to a protected animal,9,70,v0.26.0 +AW06052,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06053,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06054,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06055,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06056,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06057,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06058,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06059,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06060,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +AW06061,9705,Offences relating to animal fights,97 Animal cruelty,TEW,Miscellaneous crimes against society,Offences relating to animal fights,9,70,v0.26.0 +MC05001,9806,Ill-treatment or neglect of a person lacking capacity by anyone responsible for that person��������s care,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill-treatment or neglect of a person lacking capacity by anyone responsible for that person���s care,9,70,v0.26.0 +MC05002,9806,Ill-treatment or neglect of a person lacking capacity by anyone responsible for that person��������s care,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill-treatment or neglect of a person lacking capacity by anyone responsible for that person���s care,9,70,v0.26.0 +AV82012,9812,Offences in relation to certain dangerous articles,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences in relation to certain dangerous articles,9,70,v0.26.0 +AV82013,9812,Offences in relation to certain dangerous articles,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences in relation to certain dangerous articles,9,70,v0.26.0 +AV82014,9812,Offences in relation to certain dangerous articles,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences in relation to certain dangerous articles,9,70,v0.26.0 +CI04001,9815,Indictable offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Indictable offences under Civil Partnership Act 2004,9,70,v0.26.0 +CI04002,9815,Indictable offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Indictable offences under Civil Partnership Act 2004,9,70,v0.26.0 +CI04008,9815,Indictable offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Indictable offences under Civil Partnership Act 2004,9,70,v0.26.0 +CS00014,9829,Triable either way offences under Care Standards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Care Standards Act 2000,9,70,v0.26.0 +SV06001,9833,Seeking or offering to engage or being engaged in regulated activity from which barred (Safeguarding Vulnerable Groups Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Seeking or offering to engage or being engaged in regulated activity from which barred (Safeguarding Vulnerable Groups Act 2006),9,70,v0.26.0 +SV06005,9834,Knowing or having reason to believe an individual was barred from a regulated activity permitting them to engage in such activity (Safeguarding Vulnerable Groups Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowing or having reason to believe an individual was barred from a regulated activity permitting them to engage in such activity (Safeguarding Vulnerable Groups Act 2006),9,70,v0.26.0 +SV06006,9834,Knowing or having reason to believe an individual was barred from a regulated activity permitting them to engage in such activity (Safeguarding Vulnerable Groups Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowing or having reason to believe an individual was barred from a regulated activity permitting them to engage in such activity (Safeguarding Vulnerable Groups Act 2006),9,70,v0.26.0 +SV06013,9835,Knowingly supplying a barred individual to engage in regulated activity while acting or appearing to act for personnel supplier (Safeguarding Vulnerable Groups Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly supplying a barred individual to engage in regulated activity while acting or appearing to act for personnel supplier (Safeguarding Vulnerable Groups Act 2006),9,70,v0.26.0 +SP10001,9893,Breach EU regulation 1007/2009 in relation to seal meat/oil/blubber/organ/skins,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Breach EU regulation 1007/2009 in relation to seal meat/oil/blubber/organ/skins,9,70,v0.26.0 +EP10001,9913,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,9,70,v0.26.0 +EP10002,9913,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,9,70,v0.26.0 +EP10003,9913,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,9,70,v0.26.0 +EP10004,9913,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,9,70,v0.26.0 +EP10005,9913,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or knowingly causing or permitting the contravention of regulation 12(1) Environmental Permitting (England and Wales) Regulations 2010,9,70,v0.26.0 +ES18001,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18002,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18003,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18004,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18005,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18006,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18007,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18008,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18009,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18024,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18025,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18026,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18027,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18028,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18029,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18030,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18031,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +ES18032,9917,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 1",9,70,v0.26.0 +CJ00001,9939,Disqualified person knowingly applying etc. for work in a regulated position,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disqualified person knowingly applying etc. for work in a regulated position,9,70,v0.26.0 +CJ00002,9940,Person knowingly offering work in a regulated position to a disqualified person,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Person knowingly offering work in a regulated position to a disqualified person,9,70,v0.26.0 +CJ00003,9940,Person knowingly offering work in a regulated position to a disqualified person,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Person knowingly offering work in a regulated position to a disqualified person,9,70,v0.26.0 +RP00004,9958,Unlawful disclosure of details of interception warrant,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unlawful disclosure of details of interception warrant,9,70,v0.26.0 +RP00006,9960,Disclose details of Sec 49 Notice (Regulation of Investigatory Powers Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disclose details of Sec 49 Notice (Regulation of Investigatory Powers Act 2000),9,70,v0.26.0 +PS01002,9963,Using unlicensed security operative,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using unlicensed security operative,9,70,v0.26.0 +PS01502,9963,Using unlicensed security operative,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using unlicensed security operative,9,70,v0.26.0 +PS01003,9964,Using unlicensed wheel clampers,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using unlicensed wheel clampers,9,70,v0.26.0 +CJ01007,9968,Leaving the UK when prohibited by Travel Restriction Order,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Leaving the UK when prohibited by Travel Restriction Order,9,70,v0.26.0 +CJ01008,9969,Failure to return after a suspension (Travel Restriction Order),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to return after a suspension (Travel Restriction Order),9,70,v0.26.0 +GL08062,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +PP00123,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84001,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84008,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84009,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84010,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84011,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84012,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84013,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84016,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84017,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84018,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84019,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84021,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84022,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84024,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84025,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84026,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84027,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84030,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84035,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84036,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84037,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +TL84038,9971,Triable either way offences under the Telecommunications Act 1984,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under the Telecommunications Act 1984,9,70,v0.26.0 +MT02001,9977,Re-programming mobile telephones etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Re-programming mobile telephones etc.,9,70,v0.26.0 +MT02005,9977,Re-programming mobile telephones etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Re-programming mobile telephones etc.,9,70,v0.26.0 +MT02006,9977,Re-programming mobile telephones etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Re-programming mobile telephones etc.,9,70,v0.26.0 +MT02007,9977,Re-programming mobile telephones etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Re-programming mobile telephones etc.,9,70,v0.26.0 +MT02008,9977,Re-programming mobile telephones etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Re-programming mobile telephones etc.,9,70,v0.26.0 +MT02002,9978,Possession or supply of anything used for re-programming purposes,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of anything used for re-programming purposes,9,70,v0.26.0 +MT02003,9978,Possession or supply of anything used for re-programming purposes,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of anything used for re-programming purposes,9,70,v0.26.0 +MT02004,9978,Possession or supply of anything used for re-programming purposes,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of anything used for re-programming purposes,9,70,v0.26.0 +AN05001,9979,Recklessly or negligently acting in a manner likely to endanger an aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently acting in a manner likely to endanger an aircraft,9,70,v0.26.0 +AN09004,9979,Recklessly or negligently acting in a manner likely to endanger an aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently acting in a manner likely to endanger an aircraft,9,70,v0.26.0 +GL10003,9979,Recklessly or negligently acting in a manner likely to endanger an aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently acting in a manner likely to endanger an aircraft,9,70,v0.26.0 +AN05003,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +AN05006,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +AN09005,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +AN09006,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +HI00022,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +KE00143,9980,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Recklessly or negligently causing or permitting an aircraft to endanger any person or property,9,70,v0.26.0 +CA03001,9990,Dishonestly obtaining electronic communications services,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Dishonestly obtaining electronic communications services,9,70,v0.26.0 +CA03002,9991,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,9,70,v0.26.0 +CA03003,9991,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,9,70,v0.26.0 +CA03004,9991,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possession or supply of apparatus for contravening Section 125 of the Communications Act 2003,9,70,v0.26.0 +RT88584,80313,Drive a motor vehicle with the proportion of specified controlled drug above specified limit,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Drive a motor vehicle with the proportion of specified controlled drug above specified limit,12,70,v0.26.0 +RT88442,81409,"Wilfully, or with intent to deceive, making a false entry in any record required to be made or kept by regulations under S.74 (operator's duty to inspect and keep records of inspections of goods vehicles) (Road Traffic Act 1988)","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Wilfully, or with intent to deceive, making a false entry in any record required to be made or kept by regulations under S.74 (operator's duty to inspect and keep records of inspections of goods vehicles) (Road Traffic Act 1988)",9,70,v0.26.0 +RT88443,81409,"Wilfully, or with intent to deceive, making a false entry in any record required to be made or kept by regulations under S.74 (operator's duty to inspect and keep records of inspections of goods vehicles) (Road Traffic Act 1988)","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Wilfully, or with intent to deceive, making a false entry in any record required to be made or kept by regulations under S.74 (operator's duty to inspect and keep records of inspections of goods vehicles) (Road Traffic Act 1988)",9,70,v0.26.0 +KE00140,811,Possession of offensive weapons without lawful authority or reasonable excuse,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Possession of offensive weapons without lawful authority or reasonable excuse,7,75,v0.26.0 +PC53001,811,Possession of offensive weapons without lawful authority or reasonable excuse,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Possession of offensive weapons without lawful authority or reasonable excuse,7,75,v0.26.0 +PC53001B,811,Possession of offensive weapons without lawful authority or reasonable excuse,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Possession of offensive weapons without lawful authority or reasonable excuse,7,75,v0.26.0 +CJ88003,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +CJ88004,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +CJ88117,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +CJ88118,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +CJ88144,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +GL09170,826,Having an article with a blade or point in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point in a public place,7,75,v0.26.0 +CJ88136,827,Having an article with a blade or point on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point on school premises,7,75,v0.26.0 +CJ88145,827,Having an article with a blade or point on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point on school premises,7,75,v0.26.0 +CJ88152,827,Having an article with a blade or point on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Having an article with a blade or point on school premises,7,75,v0.26.0 +CJ88137,828,Possession of offensive weapons without lawful authority or reasonable excuse on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Possession of offensive weapons without lawful authority or reasonable excuse on school premises,7,75,v0.26.0 +CJ88151,828,Possession of offensive weapons without lawful authority or reasonable excuse on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Possession of offensive weapons without lawful authority or reasonable excuse on school premises,7,75,v0.26.0 +VC06003,853,"Using another to look after, hide or transport a dangerous weapon - offensive weapon, knife or bladed weapon",10C.1 Possession of other weapons - indictable only,IO,Possession of weapons,"Using another to look after, hide or transport a dangerous weapon - offensive weapon, knife or bladed weapon",7,75,v0.26.0 +PC53002,861,Threaten a person with an offensive weapon in a public place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon in a public place,7,75,v0.26.0 +PC53002B,861,Threaten a person with an offensive weapon in a public place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon in a public place,7,75,v0.26.0 +PC53003,861,Threaten a person with an offensive weapon in a public place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon in a public place,7,75,v0.26.0 +PC53003B,861,Threaten a person with an offensive weapon in a public place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon in a public place,7,75,v0.26.0 +CJ88146,862,Threaten with a blade or sharply pointed article on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with a blade or sharply pointed article on school premises,7,75,v0.26.0 +CJ88146B,862,Threaten with a blade or sharply pointed article on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with a blade or sharply pointed article on school premises,7,75,v0.26.0 +CJ88155,862,Threaten with a blade or sharply pointed article on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with a blade or sharply pointed article on school premises,7,75,v0.26.0 +CJ88155B,862,Threaten with a blade or sharply pointed article on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with a blade or sharply pointed article on school premises,7,75,v0.26.0 +CJ88157,862,Threaten with a blade or sharply pointed article on school premises / further education premises,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with a blade or sharply pointed article on school premises,7,75,v0.26.0 +CJ88147,863,Threaten with an offensive weapon on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon on school premises,7,75,v0.26.0 +CJ88147B,863,Threaten with an offensive weapon on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon on school premises,7,75,v0.26.0 +CJ88156,863,Threaten with an offensive weapon on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon on school premises,7,75,v0.26.0 +CJ88156B,863,Threaten with an offensive weapon on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon on school premises,7,75,v0.26.0 +CJ88158,863,Threaten with an offensive weapon on school premises / further education premises,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten with an offensive weapon on school premises,7,75,v0.26.0 +CJ88148,864,Threaten a person with blade/sharply pointed article in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with blade/sharply pointed article in a public place,7,75,v0.26.0 +CJ88148B,864,Threaten a person with blade/sharply pointed article in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with blade/sharply pointed article in a public place,7,75,v0.26.0 +CJ88154,864,Threaten a person with blade/sharply pointed article in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with blade/sharply pointed article in a public place,7,75,v0.26.0 +CJ88154B,864,Threaten a person with blade/sharply pointed article in a public place,10D Possession of article with blade or point,TEW,Possession of weapons,Threaten with blade/sharply pointed article in a public place,7,75,v0.26.0 +OW19004,875,Have a corrosive substance in a public place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Have a corrosive substance in a public place,7,75,v0.26.0 +OW19013,876,Threaten a person with an offensive weapon / article / substance in a private place,10C.2 Possession of other weapons - triable either way,TEW,Possession of weapons,Threaten a person with an offensive weapon / article / substance in a private place,7,75,v0.26.0 +PR52044,6906,Unauthorised possession in prison of knife or offensive weapon,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised possession in prison of knife or offensive weapon,9,75,v0.26.0 +GL09169,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +TH68078,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +TH68079,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +TH68080,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +TH68081,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +TH68082,3300,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,"33 Going Equipped for Stealing, etc.",TEW,Miscellaneous crimes against society,Going equipped for theft/taking a vehicle without consent/burglary/to cheat,9,80,v0.26.0 +AG28001,5313,Frauds by farmers in connection with agricultural charges,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds by farmers in connection with agricultural charges,10,80,v0.26.0 +AG28002,5313,Frauds by farmers in connection with agricultural charges,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds by farmers in connection with agricultural charges,10,80,v0.26.0 +AG28003,5313,Frauds by farmers in connection with agricultural charges,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds by farmers in connection with agricultural charges,10,80,v0.26.0 +PU86003,6601,Affray,66.1 Affray,TEW,Public order offences,Affray,8,80,v0.26.0 +PU86003B,6601,Affray,66.1 Affray,TEW,Public order offences,Affray,8,80,v0.26.0 +SC15003,7116,Possess a paedophile manual,71.3 Possess a paedophile manual - triable either way,TEW,Sexual offences,Possess a paedophile manual,2,80,v0.26.0 +OP59001,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +OP59002,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +OP59003,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +OP59003A,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +OP59004,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +OP64001,8601,Possessing obscene material for gain,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing obscene material for gain,9,80,v0.26.0 +CJ08001,8611,Possession of extreme pornographic images - an act which threatens a person's life,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - an act which threatens a person's life,9,80,v0.26.0 +DB0090,8611,Possession of extreme pornographic images - an act which threatens a person's life,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - an act which threatens a person's life,9,80,v0.26.0 +KE00232,8611,Possession of extreme pornographic images - an act which threatens a person's life,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - an act which threatens a person's life,9,80,v0.26.0 +CA81SW10,8612,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",9,80,v0.26.0 +CJ08002,8612,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",9,80,v0.26.0 +WM000128,8612,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Possession of extreme pornographic images - an act which results in or is likely to result in serious injury to a person's anus, breasts or genitals ",9,80,v0.26.0 +CJ09001,8615,Possess prohibited images of children,86.3 Possessing prohibited images of children,TEW,Miscellaneous crimes against society,Possess prohibited images of children,9,80,v0.26.0 +CJ08013,8616,Possess an extreme pornographic image portraying rape,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possess an extreme pornographic image portraying rape,9,80,v0.26.0 +CJ08014,8617,Possess an extreme pornographic image portraying assault by penetration,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possess an extreme pornographic image portraying assault by penetration,9,80,v0.26.0 +HT04001,9156,Without appropriate consent carrying out a S.1 activity in relation to human organ or tissue (Human Tissue Act 2004),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Without appropriate consent carrying out a S.1 activity in relation to human organ or tissue (Human Tissue Act 2004),9,80,v0.26.0 +HT04002,9157,Falsely representing that consent given or did not apply for a S.1 activity in relation to a human organ or tissue (Human Tissue Act 2004),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Falsely representing that consent given or did not apply for a S.1 activity in relation to a human organ or tissue (Human Tissue Act 2004),9,80,v0.26.0 +HT04003,9158,Carried out an activity in relation to organ or tissue to which S.1(2) applies without a signed certificate (Human Tissue Act 2004),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Carried out an activity in relation to organ or tissue to which S.1(2) applies without a signed certificate (Human Tissue Act 2004),9,80,v0.26.0 +HT04020,9158,Carried out an activity in relation to organ or tissue to which S.1(2) applies without a signed certificate (Human Tissue Act 2004),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Carried out an activity in relation to organ or tissue to which S.1(2) applies without a signed certificate (Human Tissue Act 2004),9,80,v0.26.0 +HT04004,9159,Prohibition of commercial dealings in human material for transplantation,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of commercial dealings in human material for transplantation,9,80,v0.26.0 +HT04005,9159,Prohibition of commercial dealings in human material for transplantation,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of commercial dealings in human material for transplantation,9,80,v0.26.0 +HT04006,9159,Prohibition of commercial dealings in human material for transplantation,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of commercial dealings in human material for transplantation,9,80,v0.26.0 +HT04007,9159,Prohibition of commercial dealings in human material for transplantation,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of commercial dealings in human material for transplantation,9,80,v0.26.0 +HT04008,9159,Prohibition of commercial dealings in human material for transplantation,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of commercial dealings in human material for transplantation,9,80,v0.26.0 +HT04013,9160,Breach of licence requirement in contravention of S.16(1),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Breach of licence requirement in contravention of S.16(1),9,80,v0.26.0 +HT04014,9161,Possession of anatomical specimens other than on licensed premises,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Possession of anatomical specimens other than on licensed premises,9,80,v0.26.0 +HT04015,9162,Possession of former anatomical specimens other than on licensed premises,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Possession of former anatomical specimens other than on licensed premises,9,80,v0.26.0 +HT04018,9163,Non-consensual analyses of DNA,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Non-consensual analyses of DNA,9,80,v0.26.0 +HT04021,9168,Using or storing donated material not for qualifying purpose (Human Tissue Act 2004),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Using or storing donated material not for qualifying purpose (Human Tissue Act 2004),9,80,v0.26.0 +CI04003,9816,Triable either way offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Civil Partnership Act 2004,9,80,v0.26.0 +CI04004,9816,Triable either way offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Civil Partnership Act 2004,9,80,v0.26.0 +CI04005,9816,Triable either way offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Civil Partnership Act 2004,9,80,v0.26.0 +CI04006,9816,Triable either way offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Civil Partnership Act 2004,9,80,v0.26.0 +CI04009,9816,Triable either way offences under Civil Partnership Act 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Civil Partnership Act 2004,9,80,v0.26.0 +RT88565,409,"Causing death by driving - unlicensed, disqualified or uninsured drivers",4.9a Causing death by driving unlicensed or uninsured drivers (MOT),TEW,Violence against the person,Causing death by driving: unlicensed or uninsured drivers (MOT),1,90,v0.26.0 +RT88565B,409,"Causing death by driving - unlicensed, disqualified or uninsured drivers",4.9a Causing death by driving unlicensed or uninsured drivers (MOT),TEW,Violence against the person,Causing death by driving: unlicensed or uninsured drivers (MOT),1,90,v0.26.0 +RA88050,419,Cause serious injury by careless / inconsiderate driving,4.12 Causing serious injury by dangerous driving (MOT),TEW,Violence against the person,Cause serious injury by careless / inconsiderate driving,1,90,v0.26.0 +RT03017,525,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,1,90,v0.26.0 +RT03018,525,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,1,90,v0.26.0 +RT03019,525,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,1,90,v0.26.0 +RT03020,525,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,1,90,v0.26.0 +RT03022,525,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,5.3 Other Endangering life - triable either way,TEW,Violence against the person,Performing an aviation function or ancillary function when ability to carry out function is impaired because of drink or drugs,1,90,v0.26.0 +OF61087,603,"Endangering railway passenger: By unlawful acts, or by omission or neglect",6.2 Endangering Railway Passenger - triable either way,TEW,Violence against the person,"Endangering railway passenger: By unlawful acts, or by omission or neglect",1,90,v0.26.0 +OF61088,603,"Endangering railway passenger: By unlawful acts, or by omission or neglect",6.2 Endangering Railway Passenger - triable either way,TEW,Violence against the person,"Endangering railway passenger: By unlawful acts, or by omission or neglect",1,90,v0.26.0 +OF61124,603,"Endangering railway passenger: By unlawful acts, or by omission or neglect",6.2 Endangering Railway Passenger - triable either way,TEW,Violence against the person,"Endangering railway passenger: By unlawful acts, or by omission or neglect",1,90,v0.26.0 +OF61125,603,"Endangering railway passenger: By unlawful acts, or by omission or neglect",6.2 Endangering Railway Passenger - triable either way,TEW,Violence against the person,"Endangering railway passenger: By unlawful acts, or by omission or neglect",1,90,v0.26.0 +MS95007,701,Endangering life at sea: Sending unseaworthy ship to sea,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Sending unseaworthy ship to sea,1,90,v0.26.0 +MS94019,702,Master of ship not waiting to save lives in collision,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Master of ship not waiting to save lives in collision,1,90,v0.26.0 +MS95005,702,Master of ship not waiting to save lives in collision,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Master of ship not waiting to save lives in collision,1,90,v0.26.0 +PT87013,703,"Endangering ship, life or limb on ship-board by breach of duty",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Endangering ship, life or limb on ship-board by breach of duty",1,90,v0.26.0 +PT87014,703,"Endangering ship, life or limb on ship-board by breach of duty",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Endangering ship, life or limb on ship-board by breach of duty",1,90,v0.26.0 +MC11001,704,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,1,90,v0.26.0 +MS49002,704,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,1,90,v0.26.0 +MS95006,704,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Master of ship failing to render assistance to ships in distress or persons in danger at sea,1,90,v0.26.0 +MS70001,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70002,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70003,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70004,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70005,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70006,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70007,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70008,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70012,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS95002,707,"Misconduct of Master or crew likely to endanger ships, structures or individuals",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Misconduct of Master or crew likely to endanger ships, structures or individuals",1,90,v0.26.0 +MS70009,708,Endangering life at sea: Drunkenness etc. on duty,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Drunkenness etc. on duty,1,90,v0.26.0 +MS70010,708,Endangering life at sea: Drunkenness etc. on duty,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Drunkenness etc. on duty,1,90,v0.26.0 +MS95014,708,Endangering life at sea: Drunkenness etc. on duty,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Drunkenness etc. on duty,1,90,v0.26.0 +MS95049,710,"Intentionally making or assisting in making or procuring to be made, a false or fraudulent certificate (load lines etc.)",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Intentionally making or assisting in making or procuring to be made, a false or fraudulent certificate (load lines etc.)",1,90,v0.26.0 +MS95003,712,"Concerted disobedience, persistent and wilful neglect of duty or impeding progress of voyage or navigation of ship",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Concerted disobedience, persistent and wilful neglect of duty or impeding progress of voyage or navigation of ship",1,90,v0.26.0 +RT03011,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +RT03012,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +RT03013,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +RT03014,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +RT03015,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +RT03016,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +ZZ00014,713,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Master's, Pilot's or Seaman's ability to carry out duties being impaired because of drink or drugs",1,90,v0.26.0 +OF61089,804,Causing bodily harm by furious driving,8.4 Causing bodily harm by furious driving (MOT),IO,Violence against the person,Causing bodily harm by furious driving,1,90,v0.26.0 +OF61090,804,Causing bodily harm by furious driving,8.4 Causing bodily harm by furious driving (MOT),IO,Violence against the person,Causing bodily harm by furious driving,1,90,v0.26.0 +OF61091,804,Causing bodily harm by furious driving,8.4 Causing bodily harm by furious driving (MOT),IO,Violence against the person,Causing bodily harm by furious driving,1,90,v0.26.0 +OF61092,804,Causing bodily harm by furious driving,8.4 Causing bodily harm by furious driving (MOT),IO,Violence against the person,Causing bodily harm by furious driving,1,90,v0.26.0 +OF61093,809,"Obstructing, assaulting or arresting upon civil process clergymen performing service",8.05 Other assault with injury - triable either way,TEW,Violence against the person,"Obstructing, assaulting or arresting upon civil process clergymen performing service",1,90,v0.26.0 +OF61095,820,Assault with intent to resist apprehension or assault a person assisting a constable,8.05 Other assault with injury - triable either way,TEW,Violence against the person,Assault with intent to resist apprehension or assault a person assisting a constable,1,90,v0.26.0 +DD91014,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91022,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91024,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91034,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91035,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91036,821,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,8.02 Owner or person in charge allowing dog to be dangerously out of control in a public place injuring any person,TEW,Violence against the person,Owner or person in charge allowing dog to be dangerously out of control in any place in England and Wales (whether or not in a public place) injuring any person or assistance dog,1,90,v0.26.0 +DD91016,822,Owner or person in charge allowing dog to enter a non-public place and injure any person,8.03 Owner or person in charge allowing dog to enter a non-public place and injure any person,TEW,Violence against the person,Owner or person in charge allowing dog to enter a non-public place and injure any person,1,90,v0.26.0 +DD91026,822,Owner or person in charge allowing dog to enter a non-public place and injure any person,8.03 Owner or person in charge allowing dog to enter a non-public place and injure any person,TEW,Violence against the person,Owner or person in charge allowing dog to enter a non-public place and injure any person,1,90,v0.26.0 +DD91028,822,Owner or person in charge allowing dog to enter a non-public place and injure any person,8.03 Owner or person in charge allowing dog to enter a non-public place and injure any person,TEW,Violence against the person,Owner or person in charge allowing dog to enter a non-public place and injure any person,1,90,v0.26.0 +CD98005,835,Racially aggravated common assault,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Racially aggravated common assault,1,90,v0.26.0 +CD98006,835,Racially aggravated common assault,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Racially aggravated common assault,1,90,v0.26.0 +CD98009,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +CD98011G,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +CD98017,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +DB0022,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +GL08060,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +GL09085,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +YY02001,836,"Racially aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +CD98011,837,Racially aggravated offence of harassment,8.14 Racially or religiously aggravated offence of harassment,TEW,Violence against the person,Racially aggravated offence of harassment,1,90,v0.26.0 +CD98030,842,Religiously aggravated common assault,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Religiously aggravated common assault,1,90,v0.26.0 +CD98031,842,Religiously aggravated common assault,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Religiously aggravated common assault,1,90,v0.26.0 +CD98035,843,Religiously aggravated causing intentional harassment alarm or distress,"8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,Religiously aggravated causing intentional harassment alarm or distress,1,90,v0.26.0 +CD98036,843,Religiously aggravated causing intentional harassment alarm or distress,"8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,Religiously aggravated causing intentional harassment alarm or distress,1,90,v0.26.0 +CD98039,844,Religiously aggravated offence of harassment,8.14 Racially or religiously aggravated offence of harassment,TEW,Violence against the person,Religiously aggravated offence of harassment,1,90,v0.26.0 +CD98043,848,Racially or religiously aggravated common assault,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Racially or religiously aggravated common assault,1,90,v0.26.0 +CD98048,849,"Racially or religiously aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially or religiously aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +CD98049,849,"Racially or religiously aggravated intentional harassment, alarm or distress","8.12 Racially or religiously aggravated causing intentional harassment, alarm or distress",TEW,Violence against the person,"Racially or religiously aggravated intentional harassment, alarm or distress",1,90,v0.26.0 +CD98052,850,Racially or religiously aggravated offence of harassment,8.14 Racially or religiously aggravated offence of harassment,TEW,Violence against the person,Racially or religiously aggravated offence of harassment,1,90,v0.26.0 +LO31075,850,Racially or religiously aggravated offence of harassment,8.14 Racially or religiously aggravated offence of harassment,TEW,Violence against the person,Racially or religiously aggravated offence of harassment,1,90,v0.26.0 +CD98067,855,Racially or religiously aggravated intentional harassment or alarm or distress �������� words or writing,"8.13 Racially or religiously aggravated causing intentional harassment, alarm or distress - words or writing",TEW,Public order offences,Racially or religiously aggravated intentional harassment or alarm or distress ��� words or writing,8,90,v0.26.0 +CD98067A,855,Racially or religiously aggravated intentional harassment or alarm or distress �������� words or writing,"8.13 Racially or religiously aggravated causing intentional harassment, alarm or distress - words or writing",TEW,Public order offences,Racially or religiously aggravated intentional harassment or alarm or distress ��� words or writing,8,90,v0.26.0 +CD98069,856,Racially or religiously aggravated stalking without violence,8.16 Racially or religiously aggravated stalking without violence,TEW,Violence against the person,Racially or religiously aggravated stalking without violence,1,90,v0.26.0 +CD98077,856,Racially or religiously aggravated stalking without violence,8.16 Racially or religiously aggravated stalking without violence,TEW,Violence against the person,Racially or religiously aggravated stalking without violence,1,90,v0.26.0 +CD98070,857,Racially or religiously aggravated common assault or beating ,8.07 Racially or religiously aggravated common assault or beating,TEW,Violence against the person,Racially or religiously aggravated common assault or beating ,1,90,v0.26.0 +CJ15005,871,Disclose private sexual photographs and films with intent to cause distress,8.19 Disclose private sexual photographs and films with intent to cause distress,TEW,Violence against the person,Disclose private sexual photographs and films with intent to cause distress,1,90,v0.26.0 +CJ15013,871,Disclose private sexual photographs and films with intent to cause distress,8.19 Disclose private sexual photographs and films with intent to cause distress,TEW,Violence against the person,Disclose private sexual photographs and films with intent to cause distress,1,90,v0.26.0 +MT88005,872,Sending letters etc. with intent to cause distress or anxiety,8.20 Sending letters etc with intent to cause distress or anxiety,TEW,Violence against the person,Sending letters etc. with intent to cause distress or anxiety,1,90,v0.26.0 +MT88006,872,Sending letters etc. with intent to cause distress or anxiety,8.20 Sending letters etc with intent to cause distress or anxiety,TEW,Violence against the person,Sending letters etc. with intent to cause distress or anxiety,1,90,v0.26.0 +MT88007,872,Sending letters etc. with intent to cause distress or anxiety,8.20 Sending letters etc with intent to cause distress or anxiety,TEW,Violence against the person,Sending letters etc. with intent to cause distress or anxiety,1,90,v0.26.0 +MT88008,872,Sending letters etc. with intent to cause distress or anxiety,8.20 Sending letters etc with intent to cause distress or anxiety,TEW,Violence against the person,Sending letters etc. with intent to cause distress or anxiety,1,90,v0.26.0 +OF61114,1500,Concealment of birth,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Concealment of birth,9,90,v0.26.0 +MH59006,1605,Male member of staff of hospital committing buggery or gross indecency with male patient (historic),16 Buggery,IO,Sexual offences,Male member of staff of hospital committing buggery or gross indecency with male patient (historic),2,90,v0.26.0 +MH59007,1605,Male member of staff of hospital committing buggery or gross indecency with male patient (historic),16 Buggery,IO,Sexual offences,Male member of staff of hospital committing buggery or gross indecency with male patient (historic),2,90,v0.26.0 +MH59009,1606,Man committing buggery or act of gross indecency with mentally disordered male patient who is subject to his care (historic),16 Buggery,IO,Sexual offences,Man committing buggery or act of gross indecency with mentally disordered male patient who is subject to his care (historic),2,90,v0.26.0 +MH59010,1606,Man committing buggery or act of gross indecency with mentally disordered male patient who is subject to his care (historic),16 Buggery,IO,Sexual offences,Man committing buggery or act of gross indecency with mentally disordered male patient who is subject to his care (historic),2,90,v0.26.0 +SX56082,1614,Buggery by a male aged 18 to 20 with a male aged 16 or 17 (historic),16 Buggery,IO,Sexual offences,Buggery by a male aged 18 to 20 with a male aged 16 or 17 (historic),2,90,v0.26.0 +SX56083,1615,Buggery or attempted buggery by a male aged under 16 with a male aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged under 16 with a male aged under 16 (historic),2,90,v0.26.0 +SX56084,1615,Buggery or attempted buggery by a male aged under 16 with a male aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged under 16 with a male aged under 16 (historic),2,90,v0.26.0 +SX56076,1619,Buggery or attempted buggery by a male aged 18 - 20 with a female aged under 16 (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 18 - 20 with a female aged under 16 (historic),2,90,v0.26.0 +SX56077,1620,Buggery or attempted buggery by a male aged 16 or 17 with a female aged 16 or over (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 16 or 17 with a female aged 16 or over (historic),2,90,v0.26.0 +SX56078,1620,Buggery or attempted buggery by a male aged 16 or 17 with a female aged 16 or over (historic),16 Buggery,IO,Sexual offences,Buggery or attempted buggery by a male aged 16 or 17 with a female aged 16 or over (historic),2,90,v0.26.0 +SX56092,1802,Not known,Not known,TEW,Sexual offences,Not known,2,90,v0.26.0 +SX56088,1804,Gross indecency by a male aged 18 - 20 with a male aged under 16 (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged 18 - 20 with a male aged under 16 (historic),2,90,v0.26.0 +SX56100,1804,Gross indecency by a male aged 18 - 20 with a male aged under 16 (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged 18 - 20 with a male aged under 16 (historic),2,90,v0.26.0 +SX56089,1805,Gross indecency by a male aged under 18 with another male (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged under 18 with another male (historic),2,90,v0.26.0 +SX56090,1806,Gross indecency by a male aged 18 or over with another male aged 16 or over (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency by a male aged 18 or over with another male aged 16 or over (historic),2,90,v0.26.0 +SX56113,1809,Gross indecency between men in public place (historic),18 Indecency between Males,TEW,Sexual offences,Gross indecency between men in public place (historic),2,90,v0.26.0 +SX56007,1902,Sexual intercourse with woman / girl mental defective (historic),19C Rape of a female aged 16 or over,IO,Sexual offences,Sexual intercourse with woman / girl mental defective (historic),2,90,v0.26.0 +MH59005,1903,Not known,Not known,IO,Sexual offences,Not known,2,90,v0.26.0 +MH59008,1904,Man having unlawful sexual intercourse with mentally disordered female patient in his care (historic),19C Rape of a female aged 16 or over,IO,Sexual offences,Man having unlawful sexual intercourse with mentally disordered female patient in his care (historic),2,90,v0.26.0 +CL77015,2303,Not known,Not known,TEW,Sexual offences,Not known,2,90,v0.26.0 +SX03126,2312,Sex with an adult relative aged 18 or over - offender aged 16 or over - penetration,23.7 Familial sexual offences (incest) with a relative aged 18 or over,TEW,Sexual offences,Sex with an adult relative aged 18 or over - offender aged 16 or over - penetration,2,90,v0.26.0 +SX03127,2313,Sex with an adult relative aged 18 or over - offender aged 16 or over - consenting to penetration,23.7 Familial sexual offences (incest) with a relative aged 18 or over,TEW,Sexual offences,Sex with an adult relative aged 18 or over - offender aged 16 or over - consenting to penetration,2,90,v0.26.0 +SX56003,2401,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",27 Soliciting for prostitution,IO,Sexual offences,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",2,90,v0.26.0 +SX56039,2401,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",27 Soliciting for prostitution,IO,Sexual offences,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",2,90,v0.26.0 +SX56040,2401,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",27 Soliciting for prostitution,IO,Sexual offences,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",2,90,v0.26.0 +SX56041,2401,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",27 Soliciting for prostitution,IO,Sexual offences,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",2,90,v0.26.0 +SX56042,2401,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",27 Soliciting for prostitution,IO,Sexual offences,"Procure woman to have sex by threats / intimidation, by false pretences or to become a common prostitute; administer drug to a woman to obtain intercourse (historic)",2,90,v0.26.0 +SX56043,2403,Detention of female in brothel or other premises (historic),24 Exploitation of prostitution,TEW,Miscellaneous crimes against society,Detention of female in brothel or other premises (historic),9,90,v0.26.0 +SX56047,2405,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),27 Soliciting for prostitution,TEW,Sexual offences,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),2,90,v0.26.0 +SX56048,2405,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),27 Soliciting for prostitution,TEW,Sexual offences,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),2,90,v0.26.0 +SX56050,2405,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),27 Soliciting for prostitution,TEW,Sexual offences,Person responsible for girl under 16 causing or encouraging her prostitution etc. (historic),2,90,v0.26.0 +SX56008,2407,Procure defective to have unlawful sexual intercourse (historic),27 Soliciting for prostitution,IO,Sexual offences,Procure defective to have unlawful sexual intercourse (historic),2,90,v0.26.0 +SX56046,2407,Procure defective to have unlawful sexual intercourse (historic),27 Soliciting for prostitution,IO,Sexual offences,Procure defective to have unlawful sexual intercourse (historic),2,90,v0.26.0 +SX56051,2407,Procure defective to have unlawful sexual intercourse (historic),27 Soliciting for prostitution,IO,Sexual offences,Procure defective to have unlawful sexual intercourse (historic),2,90,v0.26.0 +SX56052,2407,Procure defective to have unlawful sexual intercourse (historic),27 Soliciting for prostitution,IO,Sexual offences,Procure defective to have unlawful sexual intercourse (historic),2,90,v0.26.0 +SX56069,2407,Procure defective to have unlawful sexual intercourse (historic),27 Soliciting for prostitution,IO,Sexual offences,Procure defective to have unlawful sexual intercourse (historic),2,90,v0.26.0 +SX67001,2410,Procure homosexual acts (historic),27 Soliciting for prostitution,TEW,Sexual offences,Procure homosexual acts (historic),2,90,v0.26.0 +SX56024,2413,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),27 Soliciting for prostitution,TEW,Sexual offences,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),2,90,v0.26.0 +SX56088A,2413,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),27 Soliciting for prostitution,TEW,Sexual offences,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),2,90,v0.26.0 +SX56114,2413,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),27 Soliciting for prostitution,TEW,Sexual offences,Male procuring or attempting to procure or being party to the commission by a male of an act of gross indecency with another male (historic),2,90,v0.26.0 +SX56112,2415,Man aged 18 to 20 party to / procure gross indecency by men (one under 16) (historic),27 Soliciting for prostitution,TEW,Sexual offences,Man aged 18 to 20 party to / procure gross indecency by men (one under 16) (historic),2,90,v0.26.0 +SX56118,2416,Man aged 16 or 17 party to / procure gross indecency by men (one under 16) (historic),27 Soliciting for prostitution,TEW,Sexual offences,Man aged 16 or 17 party to / procure gross indecency by men (one under 16) (historic),2,90,v0.26.0 +SX56036,2503,Abduct unmarried girl under sixteen years of age (historic),25 Abduction of a female,IO,Sexual offences,Abduct unmarried girl under sixteen years of age (historic),2,90,v0.26.0 +SX56035,2504,Abduct unmarried girl under 18 from parent / guardian (historic),25 Abduction of a female,IO,Sexual offences,Abduct unmarried girl under 18 from parent / guardian (historic),2,90,v0.26.0 +SX56037,2505,Abduction of mentally disordered female (historic),25 Abduction of a female,IO,Sexual offences,Abduction of mentally disordered female (historic),2,90,v0.26.0 +SX56055,2700,Soliciting / importuning by man in public place (historic),27 Soliciting for prostitution,TEW,Sexual offences,Soliciting / importuning by man in public place (historic),2,90,v0.26.0 +SX56056,2700,Soliciting / importuning by man in public place (historic),27 Soliciting for prostitution,TEW,Sexual offences,Soliciting / importuning by man in public place (historic),2,90,v0.26.0 +TH68094,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68095,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68096,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68097,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68098,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68099,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68100,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68101,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68102,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68103,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68104,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68105,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68127,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68128,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68129,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68141,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68142,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68143,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68145,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68147,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68148,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68149,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68151,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68153,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68154,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68155,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +TH68157,3702,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",37.2 Causing injury or damage by aggravated vehicle taking (MOT),TEW,Theft offences,"Aggravated taking of a vehicle: where the vehicle was driven dangerously, where injury to any person or damage to any property was caused, or damage was caused to the vehicle",4,90,v0.26.0 +ML07001,3809,Failure to comply with Money Laundering Regulations 2007,38 Money laundering,TEW,Miscellaneous crimes against society,Failure to comply with Money Laundering Regulations 2007,9,90,v0.26.0 +ML07002,3809,Failure to comply with Money Laundering Regulations 2007,38 Money laundering,TEW,Miscellaneous crimes against society,Failure to comply with Money Laundering Regulations 2007,9,90,v0.26.0 +CM85298,5104,Give false information knowingly or recklessly when applying for a Confidentiality Order or for providing confidential information in breach of Regulations made under S.723C (Companies Act 1985),51 Fraud by Company Director etc.,TEW,Fraud offences,Give false information knowingly or recklessly when applying for a Confidentiality Order or for providing confidential information in breach of Regulations made under S.723C (Companies Act 1985),10,90,v0.26.0 +CS06017,5105,Knowingly or recklessly making false or misleading statement in S.116 request to inspect or copy register,51 Fraud by Company Director etc.,TEW,Fraud offences,Knowingly or recklessly making false or misleading statement in S.116 request to inspect or copy register,10,90,v0.26.0 +CM85016,5202,False accounting: failing to keep proper accounting records (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: failing to keep proper accounting records (Companies Act 1985),10,90,v0.26.0 +CM85293,5203,False accounting: authorising failure to keep proper accounting records (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: authorising failure to keep proper accounting records (Companies Act 1985),10,90,v0.26.0 +CM85294,5204,False accounting: permitting failure to keep proper accounts (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: permitting failure to keep proper accounts (Companies Act 1985),10,90,v0.26.0 +CM85017,5205,Failing to secure preservation of accounting records,52 False Accounting,TEW,Fraud offences,Failing to secure preservation of accounting records,10,90,v0.26.0 +CM85114,5206,False accounting: Failing to keep accounting records open to inspection (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: Failing to keep accounting records open to inspection (Companies Act 1985),10,90,v0.26.0 +CS06233,5211,Failure to comply with requirements concerning approval and signing of abbreviated accounts,52 False Accounting,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,90,v0.26.0 +CS06237,5211,Failure to comply with requirements concerning approval and signing of abbreviated accounts,52 False Accounting,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,90,v0.26.0 +CS06245,5211,Failure to comply with requirements concerning approval and signing of abbreviated accounts,52 False Accounting,TEW,Fraud offences,Failure to comply with requirements concerning approval and signing of abbreviated accounts,10,90,v0.26.0 +CS06239,5212,Failure to provide up-to-date information on People with Significant Control (PSC) register,52 False Accounting,TEW,Fraud offences,Failure to provide up-to-date information on People with Significant Control (PSC) register,10,90,v0.26.0 +CS06240,5212,Failure to provide up-to-date information on People with Significant Control (PSC) register,52 False Accounting,TEW,Fraud offences,Failure to provide up-to-date information on People with Significant Control (PSC) register,10,90,v0.26.0 +FR51001,5305,Conspiracy to defraud,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Conspiracy to defraud,10,90,v0.26.0 +GA45001,5314,Cheating at play etc. (Gaming Act 1845 S.17) (historic),53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Cheating at play etc. (Gaming Act 1845 S.17) (historic),10,90,v0.26.0 +LP25001,5321,Frauds in connection with sale of land etc. (Law of Property Act 1925),53.2 Frauds in connection with sale of land,IO,Fraud offences,Frauds in connection with sale of land etc. (Law of Property Act 1925),10,90,v0.26.0 +LC72001,5322,Frauds in connection with sale of land etc. (Land Registration Act 1925),53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds in connection with sale of land etc. (Land Registration Act 1925),10,90,v0.26.0 +LR25001,5322,Frauds in connection with sale of land etc. (Land Registration Act 1925),53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds in connection with sale of land etc. (Land Registration Act 1925),10,90,v0.26.0 +LR25002,5322,Frauds in connection with sale of land etc. (Land Registration Act 1925),53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Frauds in connection with sale of land etc. (Land Registration Act 1925),10,90,v0.26.0 +SF00011,5325,Making off without payment,53.1 Making off without payment,TEW,Theft offences,Making off without payment,4,90,v0.26.0 +TH78011,5325,Making off without payment,53.1 Making off without payment,TEW,Theft offences,Making off without payment,4,90,v0.26.0 +TH78011A,5325,Making off without payment,53.1 Making off without payment,TEW,Theft offences,Making off without payment,4,90,v0.26.0 +TH78012,5325,Making off without payment,53.1 Making off without payment,TEW,Theft offences,Making off without payment,4,90,v0.26.0 +CM90004,5335,"Unauthorised acts with intent to impair, or with recklessness as to impairing, operation of computer, etc (Computer Misuse Act 1990)","53B.4 Computer Misuse Act 1990 S3 - Unauthorised acts with intent to impair, etc",TEW,Fraud offences,"Unauthorised acts with intent to impair, or with recklessness as to impairing, operation of computer, etc (Computer Misuse Act 1990)",10,90,v0.26.0 +PN06001,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06002,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06003,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06004,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06005,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06006,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06007,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06008,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06009,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06010,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06011,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06011C,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06012,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +PN06013,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +WM00092,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +WM00093,5338,Corrupt transactions with agents,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Corrupt transactions with agents,10,90,v0.26.0 +FS04001,5339,Obtaining an award or a sum by deliberately committing an act or making an omission,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Obtaining an award or a sum by deliberately committing an act or making an omission,10,90,v0.26.0 +LR02001,5352,In the course or registration proceedings suppressing information with intention of concealing a person's right or claim or substantiating a false claim,53D Fraud by false representation: other frauds,TEW,Fraud offences,In the course or registration proceedings suppressing information with intention of concealing a person's right or claim or substantiating a false claim,10,90,v0.26.0 +LR02002,5353,Inducing another to change the register of title or cautions register or to authorise the making of such a change,53D Fraud by false representation: other frauds,TEW,Fraud offences,Inducing another to change the register of title or cautions register or to authorise the making of such a change,10,90,v0.26.0 +CM90005,5354,Unauthorised access to computer material,53B.2 Computer Misuse Act 1990 S1(3) - Unauthorised access to computer material,TEW,Fraud offences,Unauthorised access to computer material,10,90,v0.26.0 +CM90007,5355,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)","53B.5 Computer Misuse Act 1990 S3A - Making, supplying or obtaining articles for use in offence under Sections 1 or 3",TEW,Fraud offences,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)",10,90,v0.26.0 +CM90008,5355,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)","53B.5 Computer Misuse Act 1990 S3A - Making, supplying or obtaining articles for use in offence under Sections 1 or 3",TEW,Fraud offences,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)",10,90,v0.26.0 +CM90009,5355,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)","53B.5 Computer Misuse Act 1990 S3A - Making, supplying or obtaining articles for use in offence under Sections 1 or 3",TEW,Fraud offences,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)",10,90,v0.26.0 +CM90012,5355,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)","53B.5 Computer Misuse Act 1990 S3A - Making, supplying or obtaining articles for use in offence under Sections 1 or 3",TEW,Fraud offences,"Making, supplying or obtaining articles for use in offence under SS.1 or 3 (Computer Misuse Act 1990, S.3A)",10,90,v0.26.0 +PS13002,5357,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,53.6 Other Fraud,TEW,Fraud offences,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,10,90,v0.26.0 +PS13002B,5357,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,53.6 Other Fraud,TEW,Fraud offences,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,10,90,v0.26.0 +PS13004,5357,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,53.6 Other Fraud,TEW,Fraud offences,Dishonestly sub-let/part with possession of dwelling-house let under secure or an assured tenancy in breach of a term of the tenancy,10,90,v0.26.0 +CQ86001,5502,Bankruptcy and Insolvency: contravening company director's disqualification order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: contravening company director's disqualification order,10,90,v0.26.0 +CQ86007,5502,Bankruptcy and Insolvency: contravening company director's disqualification order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: contravening company director's disqualification order,10,90,v0.26.0 +CQ86007B,5502,Bankruptcy and Insolvency: contravening company director's disqualification order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: contravening company director's disqualification order,10,90,v0.26.0 +DO86001,5502,Bankruptcy and Insolvency: contravening company director's disqualification order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: contravening company director's disqualification order,10,90,v0.26.0 +CQ86002,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86006,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86006B,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86009,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86010,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86011,5503,Bankruptcy and Insolvency: disqualified person managing company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: disqualified person managing company,10,90,v0.26.0 +CQ86003,5504,Bankruptcy and Insolvency: undischarged bankrupt acting as a director,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: undischarged bankrupt acting as a director,10,90,v0.26.0 +CQ86004,5505,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,10,90,v0.26.0 +CQ86004B,5505,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,10,90,v0.26.0 +CQ86008,5505,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: undischarged bankrupt taking part in or being concerned in the promotion formation or management of a company,10,90,v0.26.0 +IS86266,5507,Failure to comply with duty in connection with (application for) debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Failure to comply with duty in connection with (application for) debt relief order,10,90,v0.26.0 +IS86268,5507,Failure to comply with duty in connection with (application for) debt relief order,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Failure to comply with duty in connection with (application for) debt relief order,10,90,v0.26.0 +IS86272,5509,Subject of debt relief order fraudulently disposing of property,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Subject of debt relief order fraudulently disposing of property,10,90,v0.26.0 +IS86275,5511,Bankruptcy and Insolvency: person in respect of whom a debt relief order is made obtaining credit or engaging in business without disclosing status or name,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: person in respect of whom a debt relief order is made obtaining credit or engaging in business without disclosing status or name,10,90,v0.26.0 +IS86328,5511,Bankruptcy and Insolvency: person in respect of whom a debt relief order is made obtaining credit or engaging in business without disclosing status or name,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Bankruptcy and Insolvency: person in respect of whom a debt relief order is made obtaining credit or engaging in business without disclosing status or name,10,90,v0.26.0 +EX83009,5914,"Manufacture, possession or control of explosives under suspicious circumstances","59.1 Manufacture, possession or control of explosives under suspicious circumstances",IO,Miscellaneous crimes against society,"Manufacture, possession or control of explosives under suspicious circumstances",9,90,v0.26.0 +EX83010,5914,"Manufacture, possession or control of explosives under suspicious circumstances","59.1 Manufacture, possession or control of explosives under suspicious circumstances",IO,Miscellaneous crimes against society,"Manufacture, possession or control of explosives under suspicious circumstances",9,90,v0.26.0 +OF61115,5915,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.2 Possessing or making an explosive substance, a machine, etc, with intent to commit an offence under the Offences against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,90,v0.26.0 +OF61116,5915,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861","59.2 Possessing or making an explosive substance, a machine, etc, with intent to commit an offence under the Offences against the Person Act",IO,Miscellaneous crimes against society,"Possessing or making an explosive substance, a noxious or dangerous thing, a machine, engine or instrument with intent to commit an offence under the Offences against the Person Act 1861",9,90,v0.26.0 +CO71002,6129,Melting down or breaking up metal coin without licence,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Melting down or breaking up metal coin without licence,9,90,v0.26.0 +CO71003,6129,Melting down or breaking up metal coin without licence,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Melting down or breaking up metal coin without licence,9,90,v0.26.0 +HM73001,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73002,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73003,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73004,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73005,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73012,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73013,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73014,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73015,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73016,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73017,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73018,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +HM73019,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +KE00171,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +YY000124,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +ZZ73020,6130,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,In the course of trade or business: offences relating to the falsification or altering (without authorisation) of a hallmarked article,9,90,v0.26.0 +PE01001,6132,Failure to withdraw from circulation a Euro note or coin which is believed to be counterfeit,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Failure to withdraw from circulation a Euro note or coin which is believed to be counterfeit,9,90,v0.26.0 +ID06003,6136,Possessing or controlling a false or improperly obtained ID card or which relates to another or apparatus etc for making ID documents (historic),61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Possessing or controlling a false or improperly obtained ID card or which relates to another or apparatus etc for making ID documents (historic),9,90,v0.26.0 +01ID002,6140,Possessing or controlling a false or improperly obtained or another person's identity document,61A.2 Possession of false documents -triable either way,TEW,Miscellaneous crimes against society,Possessing or controlling a false or improperly obtained or another person's identity document,9,90,v0.26.0 +ID10003,6140,Possessing or controlling a false or improperly obtained or another person's identity document,61A.2 Possession of false documents -triable either way,TEW,Miscellaneous crimes against society,Possessing or controlling a false or improperly obtained or another person's identity document,9,90,v0.26.0 +FB89001,6605,"Admitting spectators to, or allowing spectators to remain on, unlicensed premises",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Admitting spectators to, or allowing spectators to remain on, unlicensed premises",8,90,v0.26.0 +CD98006G,6609,Racially aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially aggravated fear or provocation of violence,8,90,v0.26.0 +CD98008,6609,Racially aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially aggravated fear or provocation of violence,8,90,v0.26.0 +CD98016,6609,Racially aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially aggravated fear or provocation of violence,8,90,v0.26.0 +TA00061,6609,Racially aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially aggravated fear or provocation of violence,8,90,v0.26.0 +CD98033,6610,Religiously aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Religiously aggravated fear or provocation of violence,8,90,v0.26.0 +CD98034,6610,Religiously aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Religiously aggravated fear or provocation of violence,8,90,v0.26.0 +CD98046,6616,Racially or religiously aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially or religiously aggravated fear or provocation of violence,8,90,v0.26.0 +CD98047,6616,Racially or religiously aggravated fear or provocation of violence,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially or religiously aggravated fear or provocation of violence,8,90,v0.26.0 +OS20001,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20002,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20003,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20004,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20005,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20006,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20007,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20008,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20009,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20010,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20011,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20012,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20013,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20014,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20015,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20016,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20017,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20018,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20019,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20020,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20021,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20022,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20023,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20024,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20025,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20026,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20027,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20028,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS20033,6629,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty��������s forces. Duty of giving information as to commission of offences. ",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Unauthorised use of uniforms; falsification of reports, forgery, personation, and false documents. Interfering with officers of the police or members of His Majesty���s forces. Duty of giving information as to commission of offences. ",8,90,v0.26.0 +OS11009,6631,Knowingly harbouring spy,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly harbouring spy,8,90,v0.26.0 +OS89002,6632,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,8,90,v0.26.0 +OS89003,6632,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,8,90,v0.26.0 +OS89004,6632,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Serving or former member of Security or intelligence Services disclosing information relating to security or intelligence. Person notified as subject to security or intelligence provisions unlawfully disclosing secret,8,90,v0.26.0 +OS89006,6633,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,8,90,v0.26.0 +OS89007,6633,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,8,90,v0.26.0 +OS89008,6633,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,8,90,v0.26.0 +OS89009,6633,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to security or intelligence,8,90,v0.26.0 +OS89011,6634,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,8,90,v0.26.0 +OS89012,6634,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,8,90,v0.26.0 +OS89013,6634,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,8,90,v0.26.0 +OS89014,6634,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,8,90,v0.26.0 +SX03144,6634,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure relating to defence matter,8,90,v0.26.0 +OS89016,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89017,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89018,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89019,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89021,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89022,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89023,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89024,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +SX03146,6635,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Former or current Crown Servant or Government Contractor making damaging disclosure of confidential matter from Foreign State or relating to international relations,8,90,v0.26.0 +OS89026,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89027,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89028,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89029,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89031,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89032,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89033,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89034,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89036,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89037,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89038,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89039,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89041,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89042,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89043,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89044,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89046,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89047,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89048,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89049,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89051,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89052,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89053,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89054,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89056,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89057,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89058,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89059,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +SX03147,6636,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Former or current Crown Servant or Government Contractor disclosing information resulting in commission of offence, facilitating escape from custody, facilitating act prejudicial to safekeeping of person in custody, impeding prevention or detection of offence or apprehension or prosecution of suspected offender etc.",8,90,v0.26.0 +OS89061,6637,Making damaging disclosure of protected information,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Making damaging disclosure of protected information,8,90,v0.26.0 +OS89063,6637,Making damaging disclosure of protected information,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Making damaging disclosure of protected information,8,90,v0.26.0 +SX03148,6637,Making damaging disclosure of protected information,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Making damaging disclosure of protected information,8,90,v0.26.0 +AL06001,6670,Contravening prohibition on disclosure of information (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Contravening prohibition on disclosure of information (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,90,v0.26.0 +AL06005,6674,Failing to comply with a condition attached to an Article 7 or 9 exemption licence (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Failing to comply with a condition attached to an Article 7 or 9 exemption licence (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,90,v0.26.0 +AL06008,6675,Knowingly or recklessly giving any information or producing any document which is false in a material particular to Treasury (Al-Qaida and Taliban (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Knowingly or recklessly giving any information or producing any document which is false in a material particular to Treasury (Al-Qaida and Taliban (United Nations Measures) Order 2006),8,90,v0.26.0 +AL06010,6676,"With intent to evade provisions of Schedule 1, destroying, mutilating, defacing, concealing or removing any document (Al-Qaida and Taliban (United Nations Measures) Order 2006)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"With intent to evade provisions of Schedule 1, destroying, mutilating, defacing, concealing or removing any document (Al-Qaida and Taliban (United Nations Measures) Order 2006)",8,90,v0.26.0 +TE06001,6677,Disclosing without lawful authority confidential information provided by the Treasury (Terrorism (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Disclosing without lawful authority confidential information provided by the Treasury (Terrorism (United Nations Measures) Order 2006),8,90,v0.26.0 +TE06005,6681,Making a statement or furnishing a document or information which is false in a material particular to obtain a Treasury licence (Terrorism (United Nations Measures) Order 2006),66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Making a statement or furnishing a document or information which is false in a material particular to obtain a Treasury licence (Terrorism (United Nations Measures) Order 2006),8,90,v0.26.0 +TE06006,6682,"Giving false information or documents or destroying, mutilating etc documents (Terrorism (United Nations Measures) Order 2006)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Giving false information or documents or destroying, mutilating etc documents (Terrorism (United Nations Measures) Order 2006)",8,90,v0.26.0 +OS89065,6689,Making damaging disclosure of information entrusted to other State or organisation.,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Making damaging disclosure of information entrusted to other State or organisation.,8,90,v0.26.0 +CD98066,6691,Racially or religiously aggravated fear or provocation of violence �������� words or writing,66.5 Racially or religiously aggravated fear or provocation of violence,TEW,Public order offences,Racially or religiously aggravated fear or provocation of violence ��� words or writing,8,90,v0.26.0 +OS89095,6695,Disclosing information which can be used to gain access to protected information,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Disclosing information which can be used to gain access to protected information,8,90,v0.26.0 +COML033,6800,Libel,68 Libel,IO,Miscellaneous crimes against society,Libel,9,90,v0.26.0 +COML034,6800,Libel,68 Libel,IO,Miscellaneous crimes against society,Libel,9,90,v0.26.0 +LB43001,6800,Libel,68 Libel,IO,Miscellaneous crimes against society,Libel,9,90,v0.26.0 +CA14002,6812,Care provider supply / publish / make available information which was false or misleading in material respect,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Care provider supply / publish / make available information which was false or misleading in material respect,8,90,v0.26.0 +CE14002,6812,Care provider supply / publish / make available information which was false or misleading in material respect,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Care provider supply / publish / make available information which was false or misleading in material respect,8,90,v0.26.0 +PA72003,6815,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,8,90,v0.26.0 +PA72004,6815,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,8,90,v0.26.0 +PA72007,6815,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Supply/import/acquire regulated substance to member of public without licence/recognised non-GB licence,8,90,v0.26.0 +OW19009,6817,Breach Knife Crime Prevention Order (KCPO) or Interim KCPO,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Breach Knife Crime Prevention Order (KCPO) or Interim KCPO,8,90,v0.26.0 +OW19005,6818,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",8,90,v0.26.0 +OW19006,6818,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",8,90,v0.26.0 +OW19007,6818,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",8,90,v0.26.0 +OW19008,6818,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,"Fail to notify police with name or address, or give false information (Knife Crime Prevention Order)",8,90,v0.26.0 +KE00157,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +KE00174,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +KE00182,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52028,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52028A,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52028C,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52028G,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52029,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52030,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52031,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +SY00006,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +YY00142,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +ZZ00075,6903,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Conveyance etc. of List B articles (alcohol, mobile telephones, cameras, sound recording devices (or constituent parts of the latter three items)) into or out of prison",9,90,v0.26.0 +PR52039,6904,Other offences relating to prison security under Prison Act 1952,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other offences relating to prison security under Prison Act 1952,9,90,v0.26.0 +PR52040,6904,Other offences relating to prison security under Prison Act 1952,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other offences relating to prison security under Prison Act 1952,9,90,v0.26.0 +PR52041,6904,Other offences relating to prison security under Prison Act 1952,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other offences relating to prison security under Prison Act 1952,9,90,v0.26.0 +PR52042,6904,Other offences relating to prison security under Prison Act 1952,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other offences relating to prison security under Prison Act 1952,9,90,v0.26.0 +PR52043,6905,Without authority possess inside a prison an item specified in s.40D(3B),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Without authority possess inside a prison an item specified in s.40D(3B),9,90,v0.26.0 +PR52045,6907,Throw article / substance into prison,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Throw article / substance into prison,9,90,v0.26.0 +SX03224,7117,Engage in sexual communication with a child,88A Sexual grooming,TEW,Sexual offences,Engage in sexual communication with a child,2,90,v0.26.0 +SX03224A,7117,Engage in sexual communication with a child,88A Sexual grooming,TEW,Sexual offences,Engage in sexual communication with a child,2,90,v0.26.0 +LA76007,7531,Breach of conditions at exempt entertainments (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Breach of conditions at exempt entertainments (historic),9,90,v0.26.0 +LA76008,7532,Breach of conditions at commercial entertainments (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Breach of conditions at commercial entertainments (historic),9,90,v0.26.0 +LA76001,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +LA76002,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +LA76003,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +LA76004,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +LA76005,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +LA76006,7533,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,90,v0.26.0 +GA68068,7534,Use of machines at non-commercial entertainments S.33 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines at non-commercial entertainments S.33 (historic),9,90,v0.26.0 +GA68080,7534,Use of machines at non-commercial entertainments S.33 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines at non-commercial entertainments S.33 (historic),9,90,v0.26.0 +GA68081,7534,Use of machines at non-commercial entertainments S.33 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines at non-commercial entertainments S.33 (historic),9,90,v0.26.0 +GA68059,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68060,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68061,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68069,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68070,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68082,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA68083,7535,Other uses of machines for amusement purposes S.34 (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Other uses of machines for amusement purposes S.34 (historic),9,90,v0.26.0 +GA05009,7539,Cheating at gambling or enabling or assisting person to cheat,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Cheating at gambling or enabling or assisting person to cheat,9,90,v0.26.0 +GA05010,7539,Cheating at gambling or enabling or assisting person to cheat,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Cheating at gambling or enabling or assisting person to cheat,9,90,v0.26.0 +GA68001,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68002,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68003,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68004,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68005,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68006,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68090,7540,Unlawful gaming charge made (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Unlawful gaming charge made (historic),9,90,v0.26.0 +GA68010,7541,Gaming when not present on premises (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming when not present on premises (historic),9,90,v0.26.0 +GA68011,7541,Gaming when not present on premises (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming when not present on premises (historic),9,90,v0.26.0 +GA68012,7542,"Non-member, holder of licence participating in gaming (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Non-member, holder of licence participating in gaming (historic)",9,90,v0.26.0 +GA68013,7542,"Non-member, holder of licence participating in gaming (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Non-member, holder of licence participating in gaming (historic)",9,90,v0.26.0 +GA68014,7543,"Club or miners welfare institute, non-member, etc. participating (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Club or miners welfare institute, non-member, etc. participating (historic)",9,90,v0.26.0 +GA68015,7543,"Club or miners welfare institute, non-member, etc. participating (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Club or miners welfare institute, non-member, etc. participating (historic)",9,90,v0.26.0 +GA68016,7544,Restrictions on games to be played (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restrictions on games to be played (historic),9,90,v0.26.0 +GA68017,7544,Restrictions on games to be played (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restrictions on games to be played (historic),9,90,v0.26.0 +GA68018,7545,Charges for taking part in gaming (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Charges for taking part in gaming (historic),9,90,v0.26.0 +GA68019,7545,Charges for taking part in gaming (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Charges for taking part in gaming (historic),9,90,v0.26.0 +GA68020,7546,Levy on stakes or winnings (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Levy on stakes or winnings (historic),9,90,v0.26.0 +GA68021,7546,Levy on stakes or winnings (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Levy on stakes or winnings (historic),9,90,v0.26.0 +GA68022,7547,Provision of credit for gaming (historic),75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Provision of credit for gaming (historic),9,90,v0.26.0 +GA68023,7547,Provision of credit for gaming (historic),75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Provision of credit for gaming (historic),9,90,v0.26.0 +GA68024,7548,Exclusion of persons under 18 years age (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Exclusion of persons under 18 years age (historic),9,90,v0.26.0 +GA68025,7548,Exclusion of persons under 18 years age (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Exclusion of persons under 18 years age (historic),9,90,v0.26.0 +GA68026,7549,Gaming on Sunday between prohibited hours (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming on Sunday between prohibited hours (historic),9,90,v0.26.0 +GA68027,7549,Gaming on Sunday between prohibited hours (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming on Sunday between prohibited hours (historic),9,90,v0.26.0 +GA68028,7550,Person without certificate is sued by Gaming Board performing function at Gaming (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Person without certificate is sued by Gaming Board performing function at Gaming (historic),9,90,v0.26.0 +GA68029,7550,Person without certificate is sued by Gaming Board performing function at Gaming (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Person without certificate is sued by Gaming Board performing function at Gaming (historic),9,90,v0.26.0 +GA68030,7551,Bingo Clubs - special provisions (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Bingo Clubs - special provisions (historic),9,90,v0.26.0 +GA68031,7551,Bingo Clubs - special provisions (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Bingo Clubs - special provisions (historic),9,90,v0.26.0 +GA68032,7552,Regulation of licensed club premises (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Regulation of licensed club premises (historic),9,90,v0.26.0 +GA68033,7552,Regulation of licensed club premises (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Regulation of licensed club premises (historic),9,90,v0.26.0 +GA68034,7553,Hours during when gaming is permitted (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Hours during when gaming is permitted (historic),9,90,v0.26.0 +GA68035,7553,Hours during when gaming is permitted (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Hours during when gaming is permitted (historic),9,90,v0.26.0 +GA68036,7554,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 24, 2nd schedule - permitted hours of gaming (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 24, 2nd schedule - permitted hours of gaming (historic)",9,90,v0.26.0 +GA68037,7554,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 24, 2nd schedule - permitted hours of gaming (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 24, 2nd schedule - permitted hours of gaming (historic)",9,90,v0.26.0 +GA68038,7555,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 25, 2nd schedule or paragraph 11, 3rd schedule - limitation of gaming to part (S) of premises, kind of game(s). Use of premises other than those licensed (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 25, 2nd schedule or paragraph 11, 3rd schedule - limitation of gaming to part (S) of premises, kind of game(s). Use of premises other than those licensed (historic)",9,90,v0.26.0 +GA68039,7555,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 25, 2nd schedule or paragraph 11, 3rd schedule - limitation of gaming to part (S) of premises, kind of game(s). Use of premises other than those licensed (historic)","75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,"Contravention of restrictions imposed by licensing authority under provisions of paragraph 25, 2nd schedule or paragraph 11, 3rd schedule - limitation of gaming to part (S) of premises, kind of game(s). Use of premises other than those licensed (historic)",9,90,v0.26.0 +GA68041,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68042,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68043,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68044,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68045,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68046,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68047,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68048,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68049,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68050,7556,Gaming by means of machines - Restriction on sale or maintenance (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming by means of machines - Restriction on sale or maintenance (historic),9,90,v0.26.0 +GA68051,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68052,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68053,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68054,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68055,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68056,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68057,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68058,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68072,7557,Use of machines by virtue of licence or registration (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Use of machines by virtue of licence or registration (historic),9,90,v0.26.0 +GA68091,7558,Gaming at entertainment's not held for private gain (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Gaming at entertainment's not held for private gain (historic),9,90,v0.26.0 +GA68087,7559,Restrictions on advertisements relating to gaming (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restrictions on advertisements relating to gaming (historic),9,90,v0.26.0 +NL93001,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93002,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93003,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93004,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93005,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93006,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93007,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93008,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93009,7560,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Contravention of the regulations as to the promotion of lotteries that form part of the National Lottery,9,90,v0.26.0 +NL93010,7561,False representations as to the National Lottery,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,False representations as to the National Lottery,9,90,v0.26.0 +NL93011,7562,Wrongful disclosure of information received from HMRC relating to an identifiable person,75 Cheating (or aiding cheating) at gambling and offences related to the National Lottery,TEW,Miscellaneous crimes against society,Wrongful disclosure of information received from HMRC relating to an identifiable person,9,90,v0.26.0 +CJ90003,7752,Fail to comply with regulations relating to the documentation / record keeping / labelling of scheduled substances,92A Other drug trafficking offences,TEW,Drug offences,Fail to comply with regulations relating to the documentation / record keeping / labelling of scheduled substances,6,90,v0.26.0 +IM71098,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IM71099,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IM71100,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IM71101,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IM71102,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IM71103,7804,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Non-British citizen, by means including deception, obtaining or seeking leave to enter or remain in the UK or postponement, avoidance or revocation of enforcement action against him",9,90,v0.26.0 +IA99005,7805,Providing immigration advice or services in contravention of Section 79 (provision of immigration services) or of Restraining Order (Immigration and Asylum Act 1999),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Providing immigration advice or services in contravention of Section 79 (provision of immigration services) or of Restraining Order (Immigration and Asylum Act 1999),9,90,v0.26.0 +IA99006,7805,Providing immigration advice or services in contravention of Section 79 (provision of immigration services) or of Restraining Order (Immigration and Asylum Act 1999),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Providing immigration advice or services in contravention of Section 79 (provision of immigration services) or of Restraining Order (Immigration and Asylum Act 1999),9,90,v0.26.0 +IA99037,7808,Disclosure by certain persons employed at detention centres or in accordance with escort arrangements of information relating to detained persons,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Disclosure by certain persons employed at detention centres or in accordance with escort arrangements of information relating to detained persons,9,90,v0.26.0 +IA99028,7809,Assisting a detained person to escape,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting a detained person to escape,9,90,v0.26.0 +IA99029,7809,Assisting a detained person to escape,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting a detained person to escape,9,90,v0.26.0 +IA99030,7809,Assisting a detained person to escape,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting a detained person to escape,9,90,v0.26.0 +IA99031,7809,Assisting a detained person to escape,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting a detained person to escape,9,90,v0.26.0 +IA99032,7809,Assisting a detained person to escape,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Assisting a detained person to escape,9,90,v0.26.0 +IM71110,7815,"Registration Card (having false registration card in possession, having article within Para.(f)or (g) in possession without reasonable excuse)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (having false registration card in possession, having article within Para.(f)or (g) in possession without reasonable excuse)",9,90,v0.26.0 +IM71117,7815,"Registration Card (having false registration card in possession, having article within Para.(f)or (g) in possession without reasonable excuse)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Registration Card (having false registration card in possession, having article within Para.(f)or (g) in possession without reasonable excuse)",9,90,v0.26.0 +IM71118,7816,Possess an immigration stamp or replica of an immigration stamp without reasonable excuse,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Possess an immigration stamp or replica of an immigration stamp without reasonable excuse,9,90,v0.26.0 +IM71119,7816,Possess an immigration stamp or replica of an immigration stamp without reasonable excuse,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Possess an immigration stamp or replica of an immigration stamp without reasonable excuse,9,90,v0.26.0 +AI04001,7817,Being unable to produce an immigration document at a leave or asylum interview in respect of self,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Being unable to produce an immigration document at a leave or asylum interview in respect of self,9,90,v0.26.0 +AI04002,7818,Being unable to produce an immigration document at a leave or asylum interview in respect of a dependent child,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Being unable to produce an immigration document at a leave or asylum interview in respect of a dependent child,9,90,v0.26.0 +AI04006,7823,Failure to cooperate in actions that may result in deportation or removal,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Failure to cooperate in actions that may result in deportation or removal,9,90,v0.26.0 +IA06001,7824,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",9,90,v0.26.0 +IA06009,7824,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",9,90,v0.26.0 +IA06010,7824,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Employing an person knowing that they are an adult subject to immigration control who has not been granted leave to enter or remain, or whose leave to remain is invalid etc.",9,90,v0.26.0 +BC09001,7825,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",9,90,v0.26.0 +BC09002,7825,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",9,90,v0.26.0 +BC09003,7825,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,"Wrongful disclosure of information in breach of SS.15(1), 15(2) or 17(1) (Borders, Citizenship and Immigration Act 2009)",9,90,v0.26.0 +IM16001,7827,Fail to comply with an Labour Market Enforcement Order (Immigration Act 2016),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Fail to comply with an Labour Market Enforcement Order (Immigration Act 2016),9,90,v0.26.0 +JY74011,7906,Member of a jury carry out research during the trial period,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury carry out research during the trial period,9,90,v0.26.0 +JY74012,7907,Member of a jury share research with other jurors,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury share research with other jurors,9,90,v0.26.0 +JY74013,7908,Member of a jury engage in prohibited conduct,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury engage in prohibited conduct,9,90,v0.26.0 +JY74014,7909,Intentionally disclose jury's deliberations,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Intentionally disclose jury's deliberations,9,90,v0.26.0 +CJ09023,7910,Member of a jury at an inquest research the case during the inquest period,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury at an inquest research the case during the inquest period,9,90,v0.26.0 +CJ09024,7911,Member of a jury at an inquest share research with another member of the jury during the inquest period,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury at an inquest share research with another member of the jury during the inquest period,9,90,v0.26.0 +CJ09025,7912,Member of a jury at an inquest engage in prohibited conduct,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Member of a jury at an inquest engage in prohibited conduct,9,90,v0.26.0 +CJ09026,7913,Intentionally disclose jury's deliberations at an inquest,79.1 Perverting the Course of Justice - indictable only,IO,Miscellaneous crimes against society,Intentionally disclose jury's deliberations at an inquest,9,90,v0.26.0 +PR95004,8002,Temporarily released prisoner unlawfully at large,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Temporarily released prisoner unlawfully at large,9,90,v0.26.0 +PR95005,8003,Temporarily released prisoner failed to comply with recall,80 Absconding from Lawful Custody,IO,Miscellaneous crimes against society,Temporarily released prisoner failed to comply with recall,9,90,v0.26.0 +CE14001,8189,Offences under Explosives Precursors Regulations 2014,81.2 Firearms offences - regulated explosives precursors,TEW,Possession of weapons,Offences under Explosives Precursors Regulations 2014,7,90,v0.26.0 +CE14003,8189,Offences under Explosives Precursors Regulations 2014,81.2 Firearms offences - regulated explosives precursors,TEW,Possession of weapons,Offences under Explosives Precursors Regulations 2014,7,90,v0.26.0 +CE14004,8189,Offences under Explosives Precursors Regulations 2014,81.2 Firearms offences - regulated explosives precursors,TEW,Possession of weapons,Offences under Explosives Precursors Regulations 2014,7,90,v0.26.0 +FN89001,8204,Disclosing any information held in the exercise of tax or other function by authorised person,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Disclosing any information held in the exercise of tax or other function by authorised person,9,90,v0.26.0 +FN89002,8204,Disclosing any information held in the exercise of tax or other function by authorised person,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Disclosing any information held in the exercise of tax or other function by authorised person,9,90,v0.26.0 +FN89003,8204,Disclosing any information held in the exercise of tax or other function by authorised person,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Disclosing any information held in the exercise of tax or other function by authorised person,9,90,v0.26.0 +CS97002,8305,Remain unlawfully at large after recall to prison - Crime (Sentences) Act 1997,80a Remaining unlawfully at large after recall to prison,TEW,Miscellaneous crimes against society,Remain unlawfully at large after recall to prison - Crime (Sentences) Act 1997,9,90,v0.26.0 +CJ03007,8306,Remain unlawfully at large after recall to prison - Criminal Justice Act 2003,80a Remaining unlawfully at large after recall to prison,TEW,Miscellaneous crimes against society,Remain unlawfully at large after recall to prison - Criminal Justice Act 2003,9,90,v0.26.0 +CJ15009,8307,Disclose information acquired in employment at contracted-out secure college relating to detainee,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Disclose information acquired in employment at contracted-out secure college relating to detainee,9,90,v0.26.0 +CJ15012,8307,Disclose information acquired in employment at contracted-out secure college relating to detainee,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Disclose information acquired in employment at contracted-out secure college relating to detainee,9,90,v0.26.0 +CX00007,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +DOR051,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +KE00167,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +LAN0043,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +RT88416,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD11681,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD12681,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD68001,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD68002,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD68003,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD68005,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TD68DP01,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TS68001,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +TS68002,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +WM00046,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +WM00047,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +YY000097,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +YY000128,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +YY000204,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +ZZ00056,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +ZZ00060,8401,False trade descriptions,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False trade descriptions,9,90,v0.26.0 +CP87022,8402,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),9,90,v0.26.0 +CP87023,8402,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),9,90,v0.26.0 +CP87028,8402,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),9,90,v0.26.0 +CP87029,8402,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),9,90,v0.26.0 +CP87SW01,8402,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading indications as to price of goods and contravening regulations regarding price of goods (historic),9,90,v0.26.0 +GM000080,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +TD68006,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +TD68007,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +TD68DP02,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +ZZ00150,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +ZZ00151,8403,False or misleading statements as to services etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,False or misleading statements as to services etc.,9,90,v0.26.0 +CT22332,8404,Misleading advertisements,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Misleading advertisements,9,90,v0.26.0 +FT73001,8404,Misleading advertisements,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Misleading advertisements,9,90,v0.26.0 +LO31100,8404,Misleading advertisements,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Misleading advertisements,9,90,v0.26.0 +CP87027,8407,Disclosing restricted information under the Consumer Protection Act 1987,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Disclosing restricted information under the Consumer Protection Act 1987,9,90,v0.26.0 +DB0105,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +DB0106,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +GL08083,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94001,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94002,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94003,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94004,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94005,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94006,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94007,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94008,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94009,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94010,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94011,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94012,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94013,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94014,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MA94015,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68001,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68002,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68003,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68004,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68005,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68006,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68007,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68008,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68009,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68010,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68011,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68012,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68013,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68014,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68015,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68016,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68017,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68018,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68019,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68020,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68021,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68022,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68023,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68024,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68025,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68026,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68027,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68028,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68029,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68030,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68031,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68032,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68033,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68034,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68035,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68036,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68037,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68038,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68039,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68040,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68041,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68042,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68043,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68044,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68045,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68048,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68049,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68050,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68051,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68052,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68053,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68055,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68056,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68057,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68058,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68069,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68070,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68071,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68072,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68073,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68074,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68075,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68076,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68077,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68078,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68079,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68080,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68081,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68082,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68083,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68084,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68085,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68086,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68087,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68088,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68089,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68090,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68091,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68092,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68093,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68100,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68101,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68102,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68103,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68104,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68105,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68106,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68107,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68108,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68109,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68110,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68111,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68112,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68113,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68114,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68115,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68118,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68119,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68120,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68124,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68125,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68126,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68127,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68128,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +MD68132,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +WM00115,8411,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Sell or supply adulterated medicinal products or falsifying medical products (triable either way offences),9,90,v0.26.0 +CP88056,8412,Infringing copyright in a work by communicating the work to the public,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Infringing copyright in a work by communicating the work to the public,9,90,v0.26.0 +CP88075,8412,Infringing copyright in a work by communicating the work to the public,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Infringing copyright in a work by communicating the work to the public,9,90,v0.26.0 +CP88057,8413,Infringing a performer's making available right in the course of business or otherwise,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Infringing a performer's making available right in the course of business or otherwise,9,90,v0.26.0 +CP88076,8413,Infringing a performer's making available right in the course of business or otherwise,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Infringing a performer's making available right in the course of business or otherwise,9,90,v0.26.0 +CP08001,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08GW01,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08GW02,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +GL09189,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +LO31096,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +SY00041,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +SY00042,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +YY000239,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +YZ0007,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +ZZ00092,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +ZZ00107,8414,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Knowingly or recklessly engaging in commercial practice contravening R.3(3)(a) distorting behaviour of average consumer (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +AS00126,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08002,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08002C,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +DOR055,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +LO310080,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +UT08SW01,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +WM00059,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +ZZ00066,8415,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading action under R.5 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08003,8416,Engaging in commercial practice which is a misleading omission under R.6 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading omission under R.6 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +WM00082,8416,Engaging in commercial practice which is a misleading omission under R.6 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is a misleading omission under R.6 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08004,8417,Engaging in commercial practice which is aggressive under R.7 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is aggressive under R.7 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +ZZ00065,8417,Engaging in commercial practice which is aggressive under R.7 (Consumer Protection from Unfair Trading Regulations 2008),84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Engaging in commercial practice which is aggressive under R.7 (Consumer Protection from Unfair Trading Regulations 2008),9,90,v0.26.0 +CP08005,8418,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",9,90,v0.26.0 +UT08SW02,8418,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",9,90,v0.26.0 +ZZ00064,8418,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Engaging in commercial practice set out in any of Paras.1 to 10, 12 to 27 and 29 to 31 of Sch.1 (Consumer Protection from Unfair Trading Regulations 2008)",9,90,v0.26.0 +CP08009,8419,Intentionally obstructing officer of enforcement authority acting in pursuance of regulations,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Intentionally obstructing officer of enforcement authority acting in pursuance of regulations,9,90,v0.26.0 +TM94016,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +TM94017,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +TM94018,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +TM94019,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +TM94020,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +TM94021,8420,Falsification of records etc.,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Falsification of records etc.,9,90,v0.26.0 +HM12001,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12001C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12002,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12002C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12003,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12003C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12004,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12004C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12005,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12006,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12008,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12009,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12010,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12010C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12011,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12012,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12013,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12014,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12015,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12016,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12017,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12018,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12018C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12019,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12020,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12020C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12023,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12024,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12025,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12026,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12027,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12028,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12029,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12030,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12031,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12032,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12036,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12036C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12037,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12037C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12038,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12038C,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12039,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12040,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12041,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HM12045,8421,Triable either way offences under Human Medicines Regulations 2012,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Triable either way offences under Human Medicines Regulations 2012,9,90,v0.26.0 +HS74009,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74010,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74011,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74013,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74014,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74014B,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74024,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74025,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74057,8502,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening health and safety requirements imposed by inspector or preventing another person from appearing before an inspector or from answering an inspector's question; contravening an improvement or prohibition notice,9,90,v0.26.0 +HS74028,8503,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),9,90,v0.26.0 +HS74029,8503,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),9,90,v0.26.0 +HS74030,8503,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening any notice issued under S.27(1); disclosing information in breach of SS.27(4) or 28 (Health and Safety at Work etc. Act 1974),9,90,v0.26.0 +HS74031,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74032,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74033,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74034,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74035,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74036,8504,Offences relating to deception (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences relating to deception (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04001,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04002,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04004,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04005,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04007,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04008,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04011,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04012,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04013,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04014,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04016,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04017,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04019,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04020,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04022,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04023,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04025,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04028,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04030,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04033,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04038,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD04041,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07001,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07002,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07003,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07004,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07005,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07006,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07007,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07008,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07009,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07010,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07011,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07012,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07013,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07014,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07015,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07016,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07017,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07018,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07019,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07020,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD07021,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09001,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09002,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09003,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09004,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09005,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09006,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09007,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09008,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09009,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09010,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09011,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09012,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09013,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09014,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09015,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09016,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09017,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09018,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09019,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09020,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09021,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09022,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09023,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09024,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09025,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09026,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09027,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09028,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09029,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09030,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09031,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +CD09032,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EP19932,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EP75011,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05001,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05002,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05003,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05004,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05005,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05006,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05007,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05008,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05009,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05010,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05011,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +EX05012,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74018,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74018A,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74018D,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +HS74038,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +KE00119,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +PE28001,8505,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Failure to comply with a court remedy order; an offence under the existing statutory provisions for which no other penalty is specified (Health and Safety at Work Act 1974),9,90,v0.26.0 +AS00072,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +CC00099,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +CC00101,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +CC00103,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +CC00104,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +DB0059,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +DC00034,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS05001,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS05002,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS05003,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS05004,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS05005,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +FS20053,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +GL08072,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +HI00043,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +SY00061,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +YY000230,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +YY000242,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +YY000243,8507,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under Regulatory Reform (Fire Safety) Order 2005,9,90,v0.26.0 +WT98001,8508,Contravening a requirement or prohibition imposed by an improvement or prohibitive notice (Working Time Regulations 1998),85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Contravening a requirement or prohibition imposed by an improvement or prohibitive notice (Working Time Regulations 1998),9,90,v0.26.0 +CA12001,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12002,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12003,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12004,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12005,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12006,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12007,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12008,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12009,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12010,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12011,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12012,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12013,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12014,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12015,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12016,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12017,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12018,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12019,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12020,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12021,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12022,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12023,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12024,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12025,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12026,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12027,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12028,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12029,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12030,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12031,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12032,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12033,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12034,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12035,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12036,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12037,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12038,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12039,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12040,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12041,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12042,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12043,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12044,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12045,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12046,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12047,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12048,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12049,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12050,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12051,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12052,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12053,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12054,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12055,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12056,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12057,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12058,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12059,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12060,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12061,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12062,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12063,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12064,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12065,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12066,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12067,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12068,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12069,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12070,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12071,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12072,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12073,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12074,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12075,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12076,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12077,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12078,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12079,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12080,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12081,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12082,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12083,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12084,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12085,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12086,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12087,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12088,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12089,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12090,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12091,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12092,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12093,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12094,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12095,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12096,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12097,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12098,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12099,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12100,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12101,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12102,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12103,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12104,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12105,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12106,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12107,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12108,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12109,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12110,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12111,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12112,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12113,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12114,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12115,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12116,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12117,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12118,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12119,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12120,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12121,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12122,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12123,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12124,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12125,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12126,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12127,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12128,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +CA12129,8509,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of asbestos related health and safety regulations, licences or authorisations",9,90,v0.26.0 +H12759,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12760,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12761,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12762,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12763,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12764,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12765,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12766,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12767,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +H12770,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +NH07005,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +NH07007,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +NH07008,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +NH07009,8510,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Offences contrary to regulations under the Nutrition and Health Claims (England) Regulations 2007.,9,90,v0.26.0 +PE14001,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14002,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14003,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14004,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14005,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14006,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14007,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14008,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14009,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14010,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14011,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +PE14012,8511,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,"Contravening requirements of dispensing/storage of petroleum related health and safety regulations (various sections in The Petroleum (Consolidation) Act 2014, s.4-5, 8-10, 12-13, 19-21)",9,90,v0.26.0 +EX14001,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14002,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14003,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14004,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14005,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14006,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14007,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14008,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14009,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14010,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14011,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14012,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14013,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14014,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14015,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14016,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14017,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14018,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14019,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14020,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14021,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14022,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14023,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14024,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14025,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14026,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14027,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14028,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14029,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14030,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14031,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14032,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14033,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14034,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14035,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14036,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14037,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14038,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14039,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14040,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14041,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14042,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14043,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14044,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14045,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14146,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14147,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14148,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14149,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14150,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14151,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14152,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14153,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14154,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14155,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14156,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14157,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14158,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14159,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +EX14160,8512,Triable either way offences under the Explosives Regulations 2014,,,,,,90,v0.26.0 +ID81001,8603,Indecent matter publicly displayed,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Indecent matter publicly displayed,9,90,v0.26.0 +VG24023,8603,Indecent matter publicly displayed,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Indecent matter publicly displayed,9,90,v0.26.0 +VG24024,8603,Indecent matter publicly displayed,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Indecent matter publicly displayed,9,90,v0.26.0 +DC00075,8604,Supplying video recording of unclassified work,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Supplying video recording of unclassified work,9,90,v0.26.0 +GL09076,8604,Supplying video recording of unclassified work,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Supplying video recording of unclassified work,9,90,v0.26.0 +VR84001,8604,Supplying video recording of unclassified work,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Supplying video recording of unclassified work,9,90,v0.26.0 +VR84002,8604,Supplying video recording of unclassified work,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Supplying video recording of unclassified work,9,90,v0.26.0 +VR84015,8604,Supplying video recording of unclassified work,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Supplying video recording of unclassified work,9,90,v0.26.0 +VR84003,8605,Possessing video recording of unclassified work for the purpose of supply,86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possessing video recording of unclassified work for the purpose of supply,9,90,v0.26.0 +SO97001,8606,"Having protected material, or copy of it, in possession otherwise than while inspecting it etc.",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Having protected material, or copy of it, in possession otherwise than while inspecting it etc.",9,90,v0.26.0 +SO97002,8607,"Giving or revealing protected material, or copy of it, to any other person",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Giving or revealing protected material, or copy of it, to any other person",9,90,v0.26.0 +SO97003,8608,"Having been given or shown protected material, giving a copy or otherwise to any person other than the defendant",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Having been given or shown protected material, giving a copy or otherwise to any person other than the defendant",9,90,v0.26.0 +SO97004,8609,"Having been given or shown protected material, giving a copy or otherwise to the defendant when not meant to",86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,"Having been given or shown protected material, giving a copy or otherwise to the defendant when not meant to",9,90,v0.26.0 +CJ08003,8613,Possession of extreme pornographic images - an act which involves sexual interference with a human corpse (necrophilia),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - an act which involves sexual interference with a human corpse (necrophilia),9,90,v0.26.0 +CJ08003C,8613,Possession of extreme pornographic images - an act which involves sexual interference with a human corpse (necrophilia),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - an act which involves sexual interference with a human corpse (necrophilia),9,90,v0.26.0 +CJ08004,8614,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),9,90,v0.26.0 +CJ08004A,8614,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),9,90,v0.26.0 +HI00056,8614,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),9,90,v0.26.0 +WM000127,8614,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),86.4 Other Possession of Obscene Material etc.,TEW,Miscellaneous crimes against society,Possession of extreme pornographic images - a person performing an act of intercourse or oral sex with an animal (whether dead or alive) (bestiality),9,90,v0.26.0 +PE77001,8701,Unlawful eviction of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful eviction of occupier,9,90,v0.26.0 +PE77009,8701,Unlawful eviction of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful eviction of occupier,9,90,v0.26.0 +PE77002,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77004,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77005,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77006,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77007,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77008,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +PE77010,8702,Unlawful harassment of occupier,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Unlawful harassment of occupier,9,90,v0.26.0 +CV68001,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +CV68003,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +CV68004,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +CV68005,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +CV68006,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +CV98005,8703,Protection of occupiers against eviction and harassment,87 Protection from Eviction Act 1977.,TEW,Miscellaneous crimes against society,Protection of occupiers against eviction and harassment,9,90,v0.26.0 +SX03134,8803,Intercourse with an animal (male offender),88C Unnatural sexual offences,TEW,Sexual offences,Intercourse with an animal (male offender),2,90,v0.26.0 +SX03136,8803,Intercourse with an animal (male offender),88C Unnatural sexual offences,TEW,Sexual offences,Intercourse with an animal (male offender),2,90,v0.26.0 +SX56019,8803,Intercourse with an animal (male offender),88C Unnatural sexual offences,TEW,Sexual offences,Intercourse with an animal (male offender),2,90,v0.26.0 +SX03133,8804,Intercourse with an animal (female offender),88C Unnatural sexual offences,TEW,Sexual offences,Intercourse with an animal (female offender),2,90,v0.26.0 +SX03133B,8804,Intercourse with an animal (female offender),88C Unnatural sexual offences,TEW,Sexual offences,Intercourse with an animal (female offender),2,90,v0.26.0 +DB0131,8809,Exposure,88D Exposure and voyeurism,TEW,Sexual offences,Exposure,2,90,v0.26.0 +SX03128,8809,Exposure,88D Exposure and voyeurism,TEW,Sexual offences,Exposure,2,90,v0.26.0 +CA81S98,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +KE00180,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +KE00181,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +LO31072,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +NO36069,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03129,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03129A,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03130,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03131,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03132,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +TV00025,8810,Voyeurism,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism,2,90,v0.26.0 +SX03137,8811,Sexual penetration of a corpse,88C Unnatural sexual offences,TEW,Sexual offences,Sexual penetration of a corpse,2,90,v0.26.0 +SX03233,8812,Voyeurism offences under section 67A of the Sexual Offences Act 2003,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism offences under section 67A of the Sexual Offences Act 2003,2,90,v0.26.0 +SX03234,8812,Voyeurism offences under section 67A of the Sexual Offences Act 2003,88D Exposure and voyeurism,TEW,Sexual offences,Voyeurism offences under section 67A of the Sexual Offences Act 2003,2,90,v0.26.0 +SX03242,8813,Offences relating to using equiptment to film or observe another while breastfeeding,88D Exposure and voyeurism,TEW,Sexual offences,Offences relating to using equiptment to film or observe another while breastfeeding,2,90,v0.26.0 +SX03242A,8813,Offences relating to using equiptment to film or observe another while breastfeeding,88D Exposure and voyeurism,TEW,Sexual offences,Offences relating to using equiptment to film or observe another while breastfeeding,2,90,v0.26.0 +SX03243,8813,Offences relating to using equiptment to film or observe another while breastfeeding,88D Exposure and voyeurism,TEW,Sexual offences,Offences relating to using equiptment to film or observe another while breastfeeding,2,90,v0.26.0 +FS90015,8901,General protection of the public against injurious food and drug products,89 Adulteration of Food,TEW,Miscellaneous crimes against society,General protection of the public against injurious food and drug products,9,90,v0.26.0 +FS90001,8904,Rendering food injurious to health,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Rendering food injurious to health,9,90,v0.26.0 +FS90002,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90003,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90004,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90005,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90006,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90007,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90008,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90009,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90010,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90011,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +WI00033,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +WI00038,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +WI00081,8905,Selling food not complying with food safety requirements,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not complying with food safety requirements,9,90,v0.26.0 +FS90017,8906,Selling food not of the nature or substance or quality demanded by the purchaser,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not of the nature or substance or quality demanded by the purchaser,9,90,v0.26.0 +FS90048,8906,Selling food not of the nature or substance or quality demanded by the purchaser,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not of the nature or substance or quality demanded by the purchaser,9,90,v0.26.0 +GF04001H,8906,Selling food not of the nature or substance or quality demanded by the purchaser,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not of the nature or substance or quality demanded by the purchaser,9,90,v0.26.0 +HERT048,8906,Selling food not of the nature or substance or quality demanded by the purchaser,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not of the nature or substance or quality demanded by the purchaser,9,90,v0.26.0 +STAF0008,8906,Selling food not of the nature or substance or quality demanded by the purchaser,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Selling food not of the nature or substance or quality demanded by the purchaser,9,90,v0.26.0 +FS90018,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90019,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90020,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90021,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90022,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90023,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90024,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90025,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90026,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90027,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90028,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90151,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90GW05,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +GM000111,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +SF00020,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +SY00054,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +WI00034,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +WM000070,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +WM000071,8907,Falsely describing or presenting food,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Falsely describing or presenting food,9,90,v0.26.0 +FS90033,8908,Obstruction etc. of officers; furnishing false information,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Obstruction etc. of officers; furnishing false information,9,90,v0.26.0 +FS90034,8908,Obstruction etc. of officers; furnishing false information,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Obstruction etc. of officers; furnishing false information,9,90,v0.26.0 +GF04001,8909,Contravening or failing to comply with specified Community provision referred to in Part I of the Schedule (Genetically Modified Animal Feed (England) Regulations 2004),89 Adulteration of Food,TEW,Miscellaneous crimes against society,Contravening or failing to comply with specified Community provision referred to in Part I of the Schedule (Genetically Modified Animal Feed (England) Regulations 2004),9,90,v0.26.0 +GM04001,8910,Contravening or failing to comply with specified Community provision ,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Contravening or failing to comply with specified Community provision ,9,90,v0.26.0 +FM95001,8911,Triable either way offences under Fresh Meat (Hygiene and Inspection) Regulations 1995,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Triable either way offences under Fresh Meat (Hygiene and Inspection) Regulations 1995,9,90,v0.26.0 +PA08001,8912,Triable either way offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Triable either way offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,9,90,v0.26.0 +PA08005,8912,Triable either way offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,89 Adulteration of Food,TEW,Miscellaneous crimes against society,Triable either way offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,9,90,v0.26.0 +AF15001,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15002,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15003,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15004,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15015,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15016,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15017,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15018,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +AF15019,8913,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",89 Adulteration of Food,TEW,Miscellaneous crimes against society,"Contrary to regulations under the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015",9,90,v0.26.0 +KS97001,9001,Unlawful marketing of knives (selling or hiring),90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives (selling or hiring),7,90,v0.26.0 +KS97004,9001,Unlawful marketing of knives (selling or hiring),90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives (selling or hiring),7,90,v0.26.0 +KS97002,9002,Unlawful marketing of knives (offering or exposing to sell or hire),90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives (offering or exposing to sell or hire),7,90,v0.26.0 +KS97005,9002,Unlawful marketing of knives (offering or exposing to sell or hire),90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives (offering or exposing to sell or hire),7,90,v0.26.0 +KS97003,9003,Unlawful marketing of knives - having in possession for the purpose of sale or hire,90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives - having in possession for the purpose of sale or hire,7,90,v0.26.0 +KS97006,9003,Unlawful marketing of knives - having in possession for the purpose of sale or hire,90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives - having in possession for the purpose of sale or hire,7,90,v0.26.0 +LA74001,9003,Unlawful marketing of knives - having in possession for the purpose of sale or hire,90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,Unlawful marketing of knives - having in possession for the purpose of sale or hire,7,90,v0.26.0 +KS97007,9004,"Publication of any written, pictorial or other material in connection with the marketing of any knife - the material suggesting or indicating knife suitable for combat",90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,"Publication of any written, pictorial or other material in connection with the marketing of any knife - the material suggesting or indicating knife suitable for combat",7,90,v0.26.0 +KS97008,9005,"Publication of any written, pictorial or other material in connection with the marketing of any knife - the material is otherwise likely to stimulate or encourage violent behaviour involving use of the knife as a weapon",90 Knives Act 1997 and other related offensive weapons acts / regulations not dealt with elsewhere,TEW,Possession of weapons,"Publication of any written, pictorial or other material in connection with the marketing of any knife - the material is otherwise likely to stimulate or encourage violent behaviour involving use of the knife as a weapon",7,90,v0.26.0 +FS72017,9101,Public Health Offences as related to food and drugs (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Public Health Offences as related to food and drugs (historic),9,90,v0.26.0 +WI00026,9101,Public Health Offences as related to food and drugs (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Public Health Offences as related to food and drugs (historic),9,90,v0.26.0 +FS95001,9102,Hygiene offences in connection with sale etc. of food to the public (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Hygiene offences in connection with sale etc. of food to the public (historic),9,90,v0.26.0 +FS95002,9102,Hygiene offences in connection with sale etc. of food to the public (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Hygiene offences in connection with sale etc. of food to the public (historic),9,90,v0.26.0 +EP90001,9107,Carrying on a process without authority or not complying with conditions of granted authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Carrying on a process without authority or not complying with conditions of granted authority,9,90,v0.26.0 +EP90002,9107,Carrying on a process without authority or not complying with conditions of granted authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Carrying on a process without authority or not complying with conditions of granted authority,9,90,v0.26.0 +EP90SW02,9107,Carrying on a process without authority or not complying with conditions of granted authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Carrying on a process without authority or not complying with conditions of granted authority,9,90,v0.26.0 +EP19903,9108,Transfer of authorisation: failing to notify authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Transfer of authorisation: failing to notify authority,9,90,v0.26.0 +EP90003,9108,Transfer of authorisation: failing to notify authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Transfer of authorisation: failing to notify authority,9,90,v0.26.0 +EP9003G,9108,Transfer of authorisation: failing to notify authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Transfer of authorisation: failing to notify authority,9,90,v0.26.0 +EP90345,9108,Transfer of authorisation: failing to notify authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Transfer of authorisation: failing to notify authority,9,90,v0.26.0 +EP00001,9109,Failing to comply with or contravening any enforcement or prohibition notice,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with or contravening any enforcement or prohibition notice,9,90,v0.26.0 +EP19341,9109,Failing to comply with or contravening any enforcement or prohibition notice,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with or contravening any enforcement or prohibition notice,9,90,v0.26.0 +EP90004,9109,Failing to comply with or contravening any enforcement or prohibition notice,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with or contravening any enforcement or prohibition notice,9,90,v0.26.0 +GM000085,9109,Failing to comply with or contravening any enforcement or prohibition notice,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with or contravening any enforcement or prohibition notice,9,90,v0.26.0 +EP90008,9110,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,9,90,v0.26.0 +EP90080A,9110,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,9,90,v0.26.0 +EP91001H,9110,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,9,90,v0.26.0 +EP913456,9110,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing without reasonable excuse to provide any information required by an authority in a notice under Sec 19(2) of Environmental Protection Act 1990,9,90,v0.26.0 +EP90009,9111,Making a statement known to be materially false or misleading or recklessly making a statement which is materially false or misleading in compliance with a requirement under Part I of the Act or in order to obtain authorisation or variation of authorisation for oneself or any other person,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Making a statement known to be materially false or misleading or recklessly making a statement which is materially false or misleading in compliance with a requirement under Part I of the Act or in order to obtain authorisation or variation of authorisation for oneself or any other person,9,90,v0.26.0 +YY000123,9111,Making a statement known to be materially false or misleading or recklessly making a statement which is materially false or misleading in compliance with a requirement under Part I of the Act or in order to obtain authorisation or variation of authorisation for oneself or any other person,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Making a statement known to be materially false or misleading or recklessly making a statement which is materially false or misleading in compliance with a requirement under Part I of the Act or in order to obtain authorisation or variation of authorisation for oneself or any other person,9,90,v0.26.0 +EP90010,9112,Intentionally making a false entry in any record required under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally making a false entry in any record required under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90011,9113,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90107,9113,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90108,9113,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90109,9113,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90110,9113,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Intentionally deceiving by forgery or using a document issued under Section 7 (Environmental Protection Act 1990),9,90,v0.26.0 +EP90013,9114,Failing to comply with an order issued under S.26 (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with an order issued under S.26 (Environmental Protection Act 1990),9,90,v0.26.0 +AS00052,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +AS00101,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +AS00102,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +AS00105,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +BED0017,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +CC000049,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +CX00039,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +DO90007,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +DOR057,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90015,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90015A,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90016,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90017,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90018,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90081,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90082,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90083,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90084,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90085,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90086,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90087,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90088,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90097,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90098,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90099,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90123,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90124,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90125,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90126,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90331B,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP990332,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +GM000060,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +GM000061,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +HERT026,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +HERT027,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +LAN0051,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +LAN0055,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +WI00098,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +YY000051,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +ZZ00029,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +ZZ00082,9115,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Depositing, causing the deposition or permitting the deposition treating, keeping or disposing of controlled (but not special) waste in or on land without a licence",9,90,v0.26.0 +EP90025,9118,"Licence-holder failing to comply with requirements of Waste Regulating Authority, otherwise than in relation to special waste, when suspending a licence to deal with or avert pollution or harm",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Licence-holder failing to comply with requirements of Waste Regulating Authority, otherwise than in relation to special waste, when suspending a licence to deal with or avert pollution or harm",9,90,v0.26.0 +EP90027,9120,Making a false statement in an application concerning a licence,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Making a false statement in an application concerning a licence,9,90,v0.26.0 +EP90035,9121,Contravening regulations made under Section 62 controlling special waste (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening regulations made under Section 62 controlling special waste (Environmental Protection Act 1990),9,90,v0.26.0 +EP90061,9128,Failing to keep a record of a risk assessment or failing to give the Secretary of State further information,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to keep a record of a risk assessment or failing to give the Secretary of State further information,9,90,v0.26.0 +EP90062,9128,Failing to keep a record of a risk assessment or failing to give the Secretary of State further information,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to keep a record of a risk assessment or failing to give the Secretary of State further information,9,90,v0.26.0 +EP90063,9129,Contravening a prohibition notice,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening a prohibition notice,9,90,v0.26.0 +EP90067,9130,Obstructing an inspector where he believes imminent danger is involved,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Obstructing an inspector where he believes imminent danger is involved,9,90,v0.26.0 +EP90068,9131,Failing to comply with any requirement to provide relevant information (Environmental Protection Act 1990),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with any requirement to provide relevant information (Environmental Protection Act 1990),9,90,v0.26.0 +EP90069,9132,Making a false statement,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Making a false statement,9,90,v0.26.0 +EP90070,9133,Making a false entry in any required record,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Making a false entry in any required record,9,90,v0.26.0 +EP90071,9134,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",9,90,v0.26.0 +EP90103,9134,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",9,90,v0.26.0 +EP90104,9134,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",9,90,v0.26.0 +EP90105,9134,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",9,90,v0.26.0 +EP90106,9134,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Forging, using, making or processing a document purporting to have been issued under Section 111 (Environmental Protection Act 1990)",9,90,v0.26.0 +EP90073,9135,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",9,90,v0.26.0 +HW21692,9135,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",9,90,v0.26.0 +HW22692,9135,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",9,90,v0.26.0 +SX00002,9135,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravening regulations made to control the import, use, supply and storage of any specified injurious substance or article",9,90,v0.26.0 +EP90074,9136,Contravening regulations made to prohibit or restrict the import or export of waste,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Contravening regulations made to prohibit or restrict the import or export of waste,9,90,v0.26.0 +EP90040,9138,"Obstructing an inspector exercising his powers to seize, render harmless or take samples from an article or substance believed to be a cause of imminent danger to the environment or serious harm to human health",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Obstructing an inspector exercising his powers to seize, render harmless or take samples from an article or substance believed to be a cause of imminent danger to the environment or serious harm to human health",9,90,v0.26.0 +EP90041,9139,Fail to provide or furnish false information to waste regulation or collection authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Fail to provide or furnish false information to waste regulation or collection authority,9,90,v0.26.0 +EP90042,9139,Fail to provide or furnish false information to waste regulation or collection authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Fail to provide or furnish false information to waste regulation or collection authority,9,90,v0.26.0 +SX00006,9139,Fail to provide or furnish false information to waste regulation or collection authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Fail to provide or furnish false information to waste regulation or collection authority,9,90,v0.26.0 +YY000079,9139,Fail to provide or furnish false information to waste regulation or collection authority,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Fail to provide or furnish false information to waste regulation or collection authority,9,90,v0.26.0 +CP74019,9140,Failing to comply with a notice or failing to furnish information or furnishing false information,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with a notice or failing to furnish information or furnishing false information,9,90,v0.26.0 +CP74020,9140,Failing to comply with a notice or failing to furnish information or furnishing false information,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with a notice or failing to furnish information or furnishing false information,9,90,v0.26.0 +CP74022,9140,Failing to comply with a notice or failing to furnish information or furnishing false information,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failing to comply with a notice or failing to furnish information or furnishing false information,9,90,v0.26.0 +DC00071,9141,Obstructing an authorised person in the execution of his powers (Environment Act 1995),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Obstructing an authorised person in the execution of his powers (Environment Act 1995),9,90,v0.26.0 +EN95006,9141,Obstructing an authorised person in the execution of his powers (Environment Act 1995),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Obstructing an authorised person in the execution of his powers (Environment Act 1995),9,90,v0.26.0 +EN95SW01,9141,Obstructing an authorised person in the execution of his powers (Environment Act 1995),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Obstructing an authorised person in the execution of his powers (Environment Act 1995),9,90,v0.26.0 +OF61077,9142,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),9,90,v0.26.0 +SW96001,9142,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),9,90,v0.26.0 +SW96002,9142,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),9,90,v0.26.0 +SW96003,9142,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Failure to comply with Special Waste Regulations 1996 (believed to also include some incorrectly mapped offences),9,90,v0.26.0 +HA99001,9143,Restriction on disclosure of information obtained under Section 23(2) etc. (Health Act 1999),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on disclosure of information obtained under Section 23(2) etc. (Health Act 1999),9,90,v0.26.0 +HA99002,9143,Restriction on disclosure of information obtained under Section 23(2) etc. (Health Act 1999),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on disclosure of information obtained under Section 23(2) etc. (Health Act 1999),9,90,v0.26.0 +TA02001,9144,Publishing or causing to be published a tobacco advertisement,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Publishing or causing to be published a tobacco advertisement,9,90,v0.26.0 +TA02002,9144,Publishing or causing to be published a tobacco advertisement,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Publishing or causing to be published a tobacco advertisement,9,90,v0.26.0 +TA02003,9145,Printing devising or distributing a tobacco advertisement in UK,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Printing devising or distributing a tobacco advertisement in UK,9,90,v0.26.0 +TA02004,9145,Printing devising or distributing a tobacco advertisement in UK,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Printing devising or distributing a tobacco advertisement in UK,9,90,v0.26.0 +TA02005,9145,Printing devising or distributing a tobacco advertisement in UK,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Printing devising or distributing a tobacco advertisement in UK,9,90,v0.26.0 +TA02006,9146,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",9,90,v0.26.0 +TA02007,9146,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",9,90,v0.26.0 +TA02008,9146,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Commissioning or selling a tobacco advertisement in newspapers, periodicals etc.",9,90,v0.26.0 +TA02009,9147,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +TA02010,9147,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +TP00081,9147,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +TP19798,9147,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +TP19799,9147,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Displaying or causing to be displayed tobacco products if the display does not comply with any requirement of the regulations under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +TA02011,9148,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,9,90,v0.26.0 +TA02012,9148,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,9,90,v0.26.0 +TA02013,9148,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Giving or causing or permitting any product or coupon to be given to the public in the UK which promotes a tobacco product,9,90,v0.26.0 +TA02014,9149,Prohibition of any sponsorship promoting a tobacco product,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition of any sponsorship promoting a tobacco product,9,90,v0.26.0 +TA02015,9150,Prohibition or restriction of brand sharing or brand stretching - regulations made under the Tobacco Advertising and Promotion Act 2002,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition or restriction of brand sharing or brand stretching - regulations made under the Tobacco Advertising and Promotion Act 2002,9,90,v0.26.0 +DC00031,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +DOR058,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +GM000143,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR85161,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR85691,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91020,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91021,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91022,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91023,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91024,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91025,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91026,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91027,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91028,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91029,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91030,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91031,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR91032,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WR915851,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +ZZ00021,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +ZZ00101,9151,Pollution of controlled water,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Pollution of controlled water,9,90,v0.26.0 +WE03001,9154,Triable either way offences created by Regulations made under SS.6 and 7 (Waste and Emissions Trading Act 2003),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences created by Regulations made under SS.6 and 7 (Waste and Emissions Trading Act 2003),9,90,v0.26.0 +WE03002,9154,Triable either way offences created by Regulations made under SS.6 and 7 (Waste and Emissions Trading Act 2003),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences created by Regulations made under SS.6 and 7 (Waste and Emissions Trading Act 2003),9,90,v0.26.0 +AATHACBY,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03002,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03003,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03004,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03005,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03006,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03007,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03008,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03009,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03010,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03011,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03012,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03013,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03014,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03015,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03016,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03017,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03018,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03019,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03020,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03021,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03022,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03023,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03024,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03025,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03026,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03027,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03028,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03029,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03030,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB03031,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05002,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05003,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05004,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05005,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05006,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05007,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05008,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05009,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05010,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05011,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05012,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05013,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05014,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05015,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05016,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05017,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05018,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05019,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05020,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05021,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05022,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05023,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05024,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05025,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05026,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05027,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05028,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05029,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05030,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05045,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB05047,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB06001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB06DP01,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB20051,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB20052,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB95001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB95002,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB95003,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB95004,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AB95005,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +ALLANIBY,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +ANBP2005,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +AS00136,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +CA72114,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +CA7251,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +DB0119,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +DC00045,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +DC00074,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +EC72001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +EC72003,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +EC72DP01,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +EC72DP02,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +ECA001,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +HI00008,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +HI00009,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +HI00032,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +SF00017,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +TS0605,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +TV00036,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +YY00138,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +YY0038,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +ZZ00031,9155,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences (Animal By-Products (Identification) Regulations 1995) (historic),9,90,v0.26.0 +CN04001,9164,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,9,90,v0.26.0 +CN04002,9164,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,9,90,v0.26.0 +CN04003,9164,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Prohibition on the placing on the market and use of nonylphenol and nonylphenol ethoxylate,9,90,v0.26.0 +ME05001,9165,Offences relating to the sale and supply of starting materials for use in the manufacture of relevant medicinal products,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Offences relating to the sale and supply of starting materials for use in the manufacture of relevant medicinal products,9,90,v0.26.0 +AS00008,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +AS00010,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +AS00011,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +AS00012,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +AS00013,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +AS00014,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +CX00011,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +DB0035,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +DC00066,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FBORHYN,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06001,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06002,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06003,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06004,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06005,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06006,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06007,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06008,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06009,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06010,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06011,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06012,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06013,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06014,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06015,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06016,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06017,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06018,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06019,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06020,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FG06021,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06001,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06001H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06002,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06003,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06003H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06004,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06004H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06005,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06005H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06006,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06006H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06007,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06008,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06008H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06009H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06010H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06011H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06012H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06013H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06014H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06015H,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06017,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06062,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06DP01,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06DP02,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06DP03,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06SW01,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06SW02,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH06SW04,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH17(1),9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FH72017,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FS72117,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FW06001,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FW06002,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +FW06003,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +GL09094,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +GM000095,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +S9FSA,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +STAF0010,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +WI00101,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +WM00005,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +WY040309,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +YY000086,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +ZZ00120,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +ZZ00121,9166,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under The Food Hygiene (Wales) Regulations 2006,9,90,v0.26.0 +DC00064,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +DC00093,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +DC00094,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05001,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05002,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05003,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05004,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05005,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05006,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05007,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05008,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05009,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05010,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05011,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05012,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05013,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05014,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05015,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05016,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05017,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05018,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05019,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05020,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM05021,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08001,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08002,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08003,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08004,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08005,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08006,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08007,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08008,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08009,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08010,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08011,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08012,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08013,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08014,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08015,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08016,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08017,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08018,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08019,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08020,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08021,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08022,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08023,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08024,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08025,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08026,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08027,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08028,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08029,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08030,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08031,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08032,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08033,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08034,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08035,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08036,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08037,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08038,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08039,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08040,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08041,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08042,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08043,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08044,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08045,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08046,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08047,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08048,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08049,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08050,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08051,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08052,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08053,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08054,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08055,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08056,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08057,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08058,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08059,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08060,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08061,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08062,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08063,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08064,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08065,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08066,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08067,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08068,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08069,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08070,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08071,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08072,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08073,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08074,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08075,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08076,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08077,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08078,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08079,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08080,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08081,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08082,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08083,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08084,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08085,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08086,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08087,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08088,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08089,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08090,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08091,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08092,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08093,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08094,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08095,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08096,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08097,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08098,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08099,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08100,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08101,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08102,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08103,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08104,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08105,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08106,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08107,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08108,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08109,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08110,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08111,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08112,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08113,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08114,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM08115,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09001,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09002,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09003,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09004,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09005,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09006,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09007,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09008,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09009,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09010,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09011,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09012,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09013,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09014,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09015,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09016,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09017,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09018,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09019,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09020,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09021,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09022,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09023,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09024,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09025,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09026,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09027,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09028,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09029,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09030,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09031,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM09032,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11001,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11002,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11003,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11004,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11005,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11006,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11007,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11008,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11009,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11010,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11011,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11012,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11013,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11014,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11015,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11016,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11017,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11018,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11019,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11020,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11021,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11022,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11023,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11024,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11025,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11026,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11027,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11028,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11029,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11030,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11031,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM11032,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13001,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13002,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13003,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13004,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13005,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13006,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13007,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13008,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13009,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13010,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13011,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13012,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13013,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13014,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13015,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13016,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13017,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13018,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13019,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13020,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13021,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13022,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13023,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13024,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13025,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13026,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13027,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13028,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13029,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13030,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13031,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13032,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +VM13033,9171,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Veterinary Medicines Regulations 2005 and 2011,9,90,v0.26.0 +FM07001,9172,Breach of regulations under Foot and Mouth Disease (Export Restrictions) (England) Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Breach of regulations under Foot and Mouth Disease (Export Restrictions) (England) Regulations 2007,9,90,v0.26.0 +EP07006,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +EP07007,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +EP07008,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +EP07009,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +EP07010,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +EP07011,9175,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with notice, misleading or intentionally making false entry in record or intent to deceive re environmental permit",9,90,v0.26.0 +TS07001,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07002,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07003,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07004,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07005,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07006,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07007,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07008,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07009,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07010,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07011,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07012,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07013,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07014,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07015,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07016,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07017,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07018,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07019,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07020,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07021,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07022,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07023,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07023A,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07024,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07025,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07026,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07027,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07028,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07029,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07030,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07031,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07032,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07033,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07034,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07035,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07036,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07037,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07038,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07039,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07040,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07041,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07042,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07043,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07044,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07045,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07046,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07047,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07048,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07049,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07050,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07051,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07052,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07053,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07054,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07055,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07056,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07057,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07058,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07059,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07060,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07061,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07062,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07063,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07064,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07065,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07066,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07067,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07068,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07069,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07070,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07071,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07071A,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS07072,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TS94001,9176,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Transfrontier Shipment of Waste Regulations 2007,9,90,v0.26.0 +TA02018,9179,Service provider doing an act abroad which would be an offence if done in UK,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Service provider doing an act abroad which would be an offence if done in UK,9,90,v0.26.0 +MH04001,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04002,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04003,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04004,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04005,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04006,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04007,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04008,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04009,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04010,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04011,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04012,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04013,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04014,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04015,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04016,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04017,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04018,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04019,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04020,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04021,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04022,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04023,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04024,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04025,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04026,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04027,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04028,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04029,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04030,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04031,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04032,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04033,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04034,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04035,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04036,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04037,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04038,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04039,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04040,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04041,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04042,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04043,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04044,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04045,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04046,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +MH04047,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +TA02021,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +TA02022,9182,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Medicines for Human Use (Clinical Trials) Regulations 2004,9,90,v0.26.0 +AB11001,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB11002,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB11003,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB11004,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB11005,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB13001,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB13002,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB13003,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB13004,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB13005,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14001,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14002,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14003,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14004,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14005,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AB14006,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AP11001,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AP11002,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AP11003,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AP11004,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +AP11005,9183,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Failure to comply with animal by-product requirements or intentionally obstruct, fail to give information/ documentation/ facilities to an authorised person ",9,90,v0.26.0 +H12710,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12711,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12712,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12713,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12714,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12715,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12716,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12717,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12718,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12719,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12720,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12721,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12722,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12723,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12724,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12725,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12726,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12727,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12728,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12729,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12730,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12731,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12732,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12733,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12734,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12735,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12736,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12737,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12738,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12739,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12740,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12741,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12742,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12743,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12744,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12745,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12746,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12747,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12748,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12749,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12750,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12751,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12752,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12753,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12754,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12755,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12756,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +H12757,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16001,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16002,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16004,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16008,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16009,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16010,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16015,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +TP16035,9185,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences contrary to regulations under the Tobacco and Related Products Regulations 2016 and section 2(2) of the European Communities Act 1972. (These regulations include e-cigarettes),9,90,v0.26.0 +MP97005,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97006,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97007,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97008,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97009,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97010,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97011,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97012,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97013,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97014,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97015,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97016,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97017,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97018,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97019,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97020,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +MP97021,9186,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Dangerous Goods and Marine Pollutants) Regulations 1997,9,90,v0.26.0 +EP16001,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16002,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16003,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16004,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16005,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16006,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16007,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16008,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16009,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16010,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16011,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16012,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP16013,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP17003,9187,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under the Environmental Permitting (England and Wales) Regulations 2016 and the Environmental Protection (England) (Microbeads) Regulations 2017,9,90,v0.26.0 +EP18006,9190,Fail to comply with stop notice issued under Environmental Protection (Wales) (Microbeads) Regs 2018,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Fail to comply with stop notice issued under Environmental Protection (Wales) (Microbeads) Regs 2018,9,90,v0.26.0 +RA19001,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19002,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19003,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19004,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19005,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19006,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19007,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +RA19008,9191,Triable either way offences under the Transfrontier Shipment of Radioactive Waste and Spent Fuel (EU Exit) Regulations 2019,,,,,,90,v0.26.0 +GL09102,9266,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",92E.02 Possession of a controlled drug - Class C (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",6,90,v0.26.0 +MD71404,9266,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",92E.02 Possession of a controlled drug - Class C (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",6,90,v0.26.0 +MD71413,9266,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",92E.02 Possession of a controlled drug - Class C (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",6,90,v0.26.0 +MD71413A,9266,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",92E.02 Possession of a controlled drug - Class C (cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (cannabis, including cannabis resin, cannabinol and cannabinol derivatives) - historic",6,90,v0.26.0 +MD71340,9267,Having possession of a controlled drug - class C (anabolic steroids),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (anabolic steroids),6,90,v0.26.0 +MD71020A,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +MD71022,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +MD71022A,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +MD71022C,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +MD71413G,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +MD71555,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +NO36066,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +YY000252,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +YY00185,9268,Having possession of a controlled drug - class C (other),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (other),6,90,v0.26.0 +GL09081,9330,Obstructing powers of search etc. or concealing drugs etc.,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Obstructing powers of search etc. or concealing drugs etc.,6,90,v0.26.0 +KE00118,9330,Obstructing powers of search etc. or concealing drugs etc.,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Obstructing powers of search etc. or concealing drugs etc.,6,90,v0.26.0 +MD71070,9330,Obstructing powers of search etc. or concealing drugs etc.,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Obstructing powers of search etc. or concealing drugs etc.,6,90,v0.26.0 +MD71071,9330,Obstructing powers of search etc. or concealing drugs etc.,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Obstructing powers of search etc. or concealing drugs etc.,6,90,v0.26.0 +MD71072,9330,Obstructing powers of search etc. or concealing drugs etc.,92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,Obstructing powers of search etc. or concealing drugs etc.,6,90,v0.26.0 +PS16007,9347,Possess a psychoactive substance in a custodial institution,92C Other drug offences,TEW,Drug offences,Possess a psychoactive substance in a custodial institution,6,90,v0.26.0 +PS16008,9348,Fail to comply with a prohibition / premises order re psychoactive substances,92C Other drug offences,TEW,Drug offences,Fail to comply with a prohibition / premises order re psychoactive substances,6,90,v0.26.0 +MD71570,9369,"Having possession of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,90,v0.26.0 +MD71573,9369,"Having possession of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (Gamma-butyrolactone (GBL) and 1,4-butanediol (1,4-BD))",6,90,v0.26.0 +MD71546,9370,"Having possession of a controlled drug - class C (piperazines, including BZP)",92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (piperazines, including BZP)",6,90,v0.26.0 +MD71549,9370,"Having possession of a controlled drug - class C (piperazines, including BZP)",92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,"Having possession of a controlled drug - class C (piperazines, including BZP)",6,90,v0.26.0 +MD71396,9371,Having possession of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,90,v0.26.0 +MD71396A,9371,Having possession of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (GHB - Hydroxy-n-butyric acid),6,90,v0.26.0 +MD71500,9372,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,90,v0.26.0 +MD71500A,9372,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,90,v0.26.0 +MD71596,9372,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,90,v0.26.0 +MD71596A,9372,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),92D.02 Possession of a controlled drug - Class B (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class B (Ketamine (Special 'K' or Club 'Horse' Drug)),6,90,v0.26.0 +MD71599,9374,Having possession of a controlled drug - class C (khat),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (khat),6,90,v0.26.0 +MD71599A,9374,Having possession of a controlled drug - class C (khat),92D.03 Possession of a controlled drug - Class C (excluding cannabis),TEW,Drug offences,Having possession of a controlled drug - class C (khat),6,90,v0.26.0 +MD71076,9389,"Obstructing a PC in exercise of a S.23A(6) power to detain or search a person, vehicle or vessel regarding a drug the subject of a temporary class drug order",92C Other offences under the Misuse of Drugs Act 1971,TEW,Drug offences,"Obstructing a PC in exercise of a S.23A(6) power to detain or search a person, vehicle or vessel regarding a drug the subject of a temporary class drug order",6,90,v0.26.0 +TC90009,9404,Procuring a certificate using false or misleading information or withholding information,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Procuring a certificate using false or misleading information or withholding information,9,90,v0.26.0 +TC90010,9404,Procuring a certificate using false or misleading information or withholding information,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Procuring a certificate using false or misleading information or withholding information,9,90,v0.26.0 +TC90011,9404,Procuring a certificate using false or misleading information or withholding information,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Procuring a certificate using false or misleading information or withholding information,9,90,v0.26.0 +TC90013,9405,Disclosing information obtained while on land as to manufacturing process or trade secrets,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Disclosing information obtained while on land as to manufacturing process or trade secrets,9,90,v0.26.0 +TC90023,9407,Triable either way offences under Town and Country Planning Act 1990,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Triable either way offences under Town and Country Planning Act 1990,9,90,v0.26.0 +TC90025,9407,Triable either way offences under Town and Country Planning Act 1990,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Triable either way offences under Town and Country Planning Act 1990,9,90,v0.26.0 +DB0027,9408,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,9,90,v0.26.0 +PL90001,9408,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,9,90,v0.26.0 +PL90004,9408,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,9,90,v0.26.0 +PL90005,9408,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Executing or causing the demolition or alteration or an extension which affects the character of a listed building,9,90,v0.26.0 +AN16268,9412,Enter aircraft when drunk / be drunk in aircraft,94B Air Navigation order 2016,TEW,Miscellaneous crimes against society,Enter aircraft when drunk / be drunk in aircraft,9,90,v0.26.0 +AN16269,9413,Act as crew of aircraft when under influence of drink / drug impairing capacity,94B Air Navigation order 2016,TEW,Miscellaneous crimes against society,Act as crew of aircraft when under influence of drink / drug impairing capacity,9,90,v0.26.0 +AN16270,9414,Intentionally interfere with performance of aircraft crew member's duty,94B Air Navigation order 2016,TEW,Miscellaneous crimes against society,Intentionally interfere with performance of aircraft crew member's duty,9,90,v0.26.0 +IP16001,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16002,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16003,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16004,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16005,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16006,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16007,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16008,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16009,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16010,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16011,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +IP16012,9416,Triable either way offence under Investigatory Powers Act 2016,94C Investigatory Powers Act 2016,TEW,Miscellaneous crimes against society,Triable either way offence under Investigatory Powers Act 2016,9,90,v0.26.0 +AT01001,9501,"Disclosing any information in contravention of direction made under S.18 (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosing any information in contravention of direction made under S.18 (Anti-Terrorism, Crime and Security Act 2001)",9,90,v0.26.0 +AT01009,9502,Obstruction of an officer in the exercise of a power conferred by a warrant etc.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction of an officer in the exercise of a power conferred by a warrant etc.,9,90,v0.26.0 +AT01010,9502,Obstruction of an officer in the exercise of a power conferred by a warrant etc.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction of an officer in the exercise of a power conferred by a warrant etc.,9,90,v0.26.0 +AT01011,9503,"Knowingly making false or misleading statements for purpose of obtaining or opposing the variation or withdrawal of authorisation for the purposes of SS.47 and 50 (Anti-Terrorism, Crime and Security Act 2001)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Knowingly making false or misleading statements for purpose of obtaining or opposing the variation or withdrawal of authorisation for the purposes of SS.47 and 50 (Anti-Terrorism, Crime and Security Act 2001)",9,90,v0.26.0 +AT01026,9505,Failure to comply with prohibition imposed by order; engaging in an activity knowing or intending that it will enable or facilitate the commission by another person of an offence under Sch.3 Para.2,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with prohibition imposed by order; engaging in an activity knowing or intending that it will enable or facilitate the commission by another person of an offence under Sch.3 Para.2,9,90,v0.26.0 +AT01027,9505,Failure to comply with prohibition imposed by order; engaging in an activity knowing or intending that it will enable or facilitate the commission by another person of an offence under Sch.3 Para.2,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with prohibition imposed by order; engaging in an activity knowing or intending that it will enable or facilitate the commission by another person of an offence under Sch.3 Para.2,9,90,v0.26.0 +PC02017,9507,"In purported compliance with requirement imposed under a disclosure order, making or recklessly making a false or misleading statement","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"In purported compliance with requirement imposed under a disclosure order, making or recklessly making a false or misleading statement",9,90,v0.26.0 +EA02001,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02002,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02003,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02004,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02005,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02006,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02007,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02008,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02009,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02010,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02011,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02014,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02018,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +EA02019,9509,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Disclosure, obstruction, making false or misleading statements; altering, suppressing or destroying documents etc",9,90,v0.26.0 +TC02001,9511,Disclosure of information (Tax Credits Act 2002),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosure of information (Tax Credits Act 2002),9,90,v0.26.0 +TA02017,9513,Making false statements to authorised enforcement officer,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false statements to authorised enforcement officer,9,90,v0.26.0 +EO03001,9521,Making misleading application for a Licence under Article 2 or a Community licence (Export of Objects of Cultural Interest (Control) Order 2003),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making misleading application for a Licence under Article 2 or a Community licence (Export of Objects of Cultural Interest (Control) Order 2003),9,90,v0.26.0 +EO03002,9522,Failure to comply with any condition attaching to a Licence under Article 2 or a Community Licence (Export of Objects of Cultural Interest (Control) Order 2003),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with any condition attaching to a Licence under Article 2 or a Community Licence (Export of Objects of Cultural Interest (Control) Order 2003),9,90,v0.26.0 +SO05008,9523,Making false or misleading statement in purported compliance with any requirement imposed under Sections 62 or 63 (Serious Organised Crime and Police Act 2005),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making false or misleading statement in purported compliance with any requirement imposed under Sections 62 or 63 (Serious Organised Crime and Police Act 2005),9,90,v0.26.0 +SO05011,9524,Disclosing information about protection arrangements,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information about protection arrangements,9,90,v0.26.0 +SO05012,9525,Disclosing information relating to persons assuming new identity,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information relating to persons assuming new identity,9,90,v0.26.0 +SO05013,9525,Disclosing information relating to persons assuming new identity,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information relating to persons assuming new identity,9,90,v0.26.0 +AV90043,9526,Failing to provide information or making false statement relating to ship or harbour area,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failing to provide information or making false statement relating to ship or harbour area,9,90,v0.26.0 +AV90044,9526,Failing to provide information or making false statement relating to ship or harbour area,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failing to provide information or making false statement relating to ship or harbour area,9,90,v0.26.0 +FN03001,9527,Falsification etc. of documents,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Falsification etc. of documents,9,90,v0.26.0 +FN03002,9527,Falsification etc. of documents,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Falsification etc. of documents,9,90,v0.26.0 +FN03003,9527,Falsification etc. of documents,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Falsification etc. of documents,9,90,v0.26.0 +TG03004,9528,Knowingly or recklessly making a statement or furnishing document or information which is false in material particular,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Knowingly or recklessly making a statement or furnishing document or information which is false in material particular,9,90,v0.26.0 +ID06004,9529,Unauthorised disclosure of information (Identity Cards Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Unauthorised disclosure of information (Identity Cards Act 2006),9,90,v0.26.0 +ID06005,9530,"Providing false information concerning securing, making or modifying of an entry in register","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Providing false information concerning securing, making or modifying of an entry in register",9,90,v0.26.0 +HA06007,9532,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)",9,90,v0.26.0 +HA06008,9532,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)",9,90,v0.26.0 +HA06009,9532,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)",9,90,v0.26.0 +HA06011,9532,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Obstructing, concealing or failing to produce records for person acting under S.20(1); making false or misleading statement in purported compliance with a S.47 requirement to produce documents (Health Act 2006)",9,90,v0.26.0 +HS06004,9533,Knowingly making false or misleading statement in purported compliance with S.198 (National Health Service Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Knowingly making false or misleading statement in purported compliance with S.198 (National Health Service Act 2006),9,90,v0.26.0 +HS06003,9534,Failure to comply with a S.201 or S.202 requirement to disclose information (National Health Service Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a S.201 or S.202 requirement to disclose information (National Health Service Act 2006),9,90,v0.26.0 +HA06012,9535,Failure to comply with S.50(2) or (5) or S.51(2) (Health Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with S.50(2) or (5) or S.51(2) (Health Act 2006),9,90,v0.26.0 +ED05005,9536,Disclosing information in connection with the Education Act 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information in connection with the Education Act 2005,9,90,v0.26.0 +ED05006,9536,Disclosing information in connection with the Education Act 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information in connection with the Education Act 2005,9,90,v0.26.0 +PP07001,9538,"Without consent of Commissioner of H M Revenue and Customs making unauthorised paragraph 1 disclosure (Police, Public Order and Criminal Justice (Scotland) Act 2006 (Consequential Provisions and Modifications) Order 2007)","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Without consent of Commissioner of H M Revenue and Customs making unauthorised paragraph 1 disclosure (Police, Public Order and Criminal Justice (Scotland) Act 2006 (Consequential Provisions and Modifications) Order 2007)",9,90,v0.26.0 +MC05003,9539,Making a false statement in an application for registration of document for lasting power of attorney or about actual or impending incapacity of donor (Mental Capacity Act 2005),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a false statement in an application for registration of document for lasting power of attorney or about actual or impending incapacity of donor (Mental Capacity Act 2005),9,90,v0.26.0 +MC05004,9539,Making a false statement in an application for registration of document for lasting power of attorney or about actual or impending incapacity of donor (Mental Capacity Act 2005),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a false statement in an application for registration of document for lasting power of attorney or about actual or impending incapacity of donor (Mental Capacity Act 2005),9,90,v0.26.0 +WT06072,9540,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),9,90,v0.26.0 +WT06073,9540,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),9,90,v0.26.0 +WT06074,9540,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Assaulting or obstructing enforcement officer acting under SS.89 or 90 or failing or refusing to comply with S.89(4)(e)-(f) requirement (Wireless Telegraphy Act 2006),9,90,v0.26.0 +BA07005,9541,Disclosing information relating to identity of person which is specified in or can be deduced from that disclosure,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing information relating to identity of person which is specified in or can be deduced from that disclosure,9,90,v0.26.0 +EN08013,9546,Licence holder failing to keep records or give notice or make a return or report as required by licence ��������storage of carbon dioxide,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Licence holder failing to keep records or give notice or make a return or report as required by licence ���storage of carbon dioxide,9,90,v0.26.0 +EN08024,9547,Making a statement known to be false or recklessly making statement which is false to obtain licence or consent of licensing authority �������� storage of carbon dioxide,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a statement known to be false or recklessly making statement which is false to obtain licence or consent of licensing authority ��� storage of carbon dioxide,9,90,v0.26.0 +EN08025,9547,Making a statement known to be false or recklessly making statement which is false to obtain licence or consent of licensing authority �������� storage of carbon dioxide,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a statement known to be false or recklessly making statement which is false to obtain licence or consent of licensing authority ��� storage of carbon dioxide,9,90,v0.26.0 +EN08026,9548,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of licensing authority �������� storage of carbon dioxide,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of licensing authority ��� storage of carbon dioxide,9,90,v0.26.0 +EN08027,9548,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of licensing authority �������� storage of carbon dioxide,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of licensing authority ��� storage of carbon dioxide,9,90,v0.26.0 +EN08028,9549,Failure to comply with a direction under S.24 �������� storage of carbon dioxide (Energy Act 2008),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a direction under S.24 ��� storage of carbon dioxide (Energy Act 2008),9,90,v0.26.0 +EN08016,9550,Supplying false information or further disclosure of information �������� nuclear sites: decommissioning and clean-up,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Supplying false information or further disclosure of information ��� nuclear sites: decommissioning and clean-up,9,90,v0.26.0 +EN08030,9550,Supplying false information or further disclosure of information �������� nuclear sites: decommissioning and clean-up,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Supplying false information or further disclosure of information ��� nuclear sites: decommissioning and clean-up,9,90,v0.26.0 +AJ99003,9551,Without authority disclosing or using information ,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Without authority disclosing or using information ,9,90,v0.26.0 +TR08015,9552,Failure to comply with a requirement imposed by direction under Sch.7 (Counter-Terrorism Act 2008); Knowingly or recklessly providing false information or a document to obtain grant of an exemption licence,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a requirement imposed by direction under Sch.7 (Counter-Terrorism Act 2008); Knowingly or recklessly providing false information or a document to obtain grant of an exemption licence,9,90,v0.26.0 +TR08016,9552,Failure to comply with a requirement imposed by direction under Sch.7 (Counter-Terrorism Act 2008); Knowingly or recklessly providing false information or a document to obtain grant of an exemption licence,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a requirement imposed by direction under Sch.7 (Counter-Terrorism Act 2008); Knowingly or recklessly providing false information or a document to obtain grant of an exemption licence,9,90,v0.26.0 +CI07018,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CI07019,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CI07020,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CI07021,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CI07022,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CW07001,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +WM00097,9554,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obstruction etc. under these Regulations (Cattle Identification Regulations 2007),9,90,v0.26.0 +CD06007,9556,Intentionally obstructing an authorised person in the exercise of powers under Pt.3 of Sch.3 (seizure in cases of imminent danger of serious pollution) (Control of Dangerous Substances and Preparations Regulations 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Intentionally obstructing an authorised person in the exercise of powers under Pt.3 of Sch.3 (seizure in cases of imminent danger of serious pollution) (Control of Dangerous Substances and Preparations Regulations 2006),9,90,v0.26.0 +MS02001,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02002,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02003,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02004,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02005,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02008,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02009,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02010,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02011,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02015,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02017,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02018,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MS02019,9559,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Merchant Shipping (Safety of Navigation) Regulations 2002,9,90,v0.26.0 +MA09004,9560,Failure to comply with a condition of a marine licence,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a condition of a marine licence,9,90,v0.26.0 +MA09025,9563,Failure to comply with a notice to stop an activity causing or likely to cause environmental or health harm or interference,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a notice to stop an activity causing or likely to cause environmental or health harm or interference,9,90,v0.26.0 +MA09026,9564,Failure to comply with an emergency safety notice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with an emergency safety notice,9,90,v0.26.0 +EA10013,9565,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate",9,90,v0.26.0 +EA10014,9565,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate",9,90,v0.26.0 +EA10015,9565,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate",9,90,v0.26.0 +EA10016,9565,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"With intent to deceive forging, altering, using, lending or allowing another to use or make a document resembling a notice, exemption, accessibility or approval certificate",9,90,v0.26.0 +LS07001,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +LS07002,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +LS07003,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +LS07004,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +LS07005,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +LS07006,9566,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Reserved Legal Activity. Carrying on or wilfully pretending or falsely implying a person is entitled etc. to carry on when not entitled.,9,90,v0.26.0 +MS10001,9567,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),9,90,v0.26.0 +MS10002,9567,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),9,90,v0.26.0 +MS10003,9567,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Owner or master contravening regulations under R.13(1)(a) - (c) (Merchant Shipping (Technical Requirements for Inland Waterway Vessels) Regulations 2010),9,90,v0.26.0 +MA09008,9568,Failure to comply with a marine activity compliance notice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a marine activity compliance notice,9,90,v0.26.0 +MA09009,9569,Failure to comply with a marine activity remediation notice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a marine activity remediation notice,9,90,v0.26.0 +LA12002,9570,Disclose or use financial resources information in contravention of regulations,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclose or use financial resources information in contravention of regulations,9,90,v0.26.0 +LA12003,9570,Disclose or use financial resources information in contravention of regulations,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclose or use financial resources information in contravention of regulations,9,90,v0.26.0 +CC13001,9571,Wrongfully use or disclose restricted information concerning administration of justice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Wrongfully use or disclose restricted information concerning administration of justice,9,90,v0.26.0 +CC13009,9571,Wrongfully use or disclose restricted information concerning administration of justice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Wrongfully use or disclose restricted information concerning administration of justice,9,90,v0.26.0 +CC13010,9571,Wrongfully use or disclose restricted information concerning administration of justice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Wrongfully use or disclose restricted information concerning administration of justice,9,90,v0.26.0 +CC13011,9571,Wrongfully use or disclose restricted information concerning administration of justice,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Wrongfully use or disclose restricted information concerning administration of justice,9,90,v0.26.0 +PH15052,9573,Disclose information relating to a persons identity without prior consent of Commissioners (The Plant Health (England) Order 2015),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclose information relating to a persons identity without prior consent of Commissioners (The Plant Health (England) Order 2015),9,90,v0.26.0 +PO09001,9574,TEW offences under the Port Security Regulations 2009,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Port Security Regulations 2009,9,90,v0.26.0 +PO09002,9574,TEW offences under the Port Security Regulations 2009,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Port Security Regulations 2009,9,90,v0.26.0 +PO09006,9574,TEW offences under the Port Security Regulations 2009,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Port Security Regulations 2009,9,90,v0.26.0 +HS06034,9575,Disclose information obtained by virtue of section 260 or Schedule 22 (National Health Service Act 2006),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclose information obtained by virtue of section 260 or Schedule 22 (National Health Service Act 2006),9,90,v0.26.0 +ML17001,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17002,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17003,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17004,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17005,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17006,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17007,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +ML17008,9576,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Triable either way offences related to Money Laundering, Terrorist Financing and Transfer of Funds Regulations 2017",9,90,v0.26.0 +DE17001,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17002,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17003,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17004,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17005,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17006,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17007,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17008,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +DE17009,9578,Triable either way offences under Digital Economy Act 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Digital Economy Act 2017,9,90,v0.26.0 +PC02026,9579,"Make a false or misleading statement in purported compliance with an Unexplained Wealth/Disclosure Order, Criminal Finance Act 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Make a false or misleading statement in purported compliance with an Unexplained Wealth/Disclosure Order, Criminal Finance Act 2017",9,90,v0.26.0 +PT00062,9579,"Make a false or misleading statement in purported compliance with an Unexplained Wealth/Disclosure Order, Criminal Finance Act 2017","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Make a false or misleading statement in purported compliance with an Unexplained Wealth/Disclosure Order, Criminal Finance Act 2017",9,90,v0.26.0 +CP14001,9580,"Knowingly / recklessly furnish information false / misleading in a material particular, Common Agricultural Policy (Control and Enforcement, Cross-Compliance, Scrutiny of Transactions and Appeals) Regulations 2014","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Knowingly / recklessly furnish information false / misleading in a material particular, Common Agricultural Policy (Control and Enforcement, Cross-Compliance, Scrutiny of Transactions and Appeals) Regulations 2014",9,90,v0.26.0 +MS18009,9581,Fishing vessel owner breaches terms of an exemption granted by the Secretary of State (Merchant Shipping (Work in Fishing Convention) Regulations 2018),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Fishing vessel owner breaches terms of an exemption granted by the Secretary of State (Merchant Shipping (Work in Fishing Convention) Regulations 2018),9,90,v0.26.0 +MS20001,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20002,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20003,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20004,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20005,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20006,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20007,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20008,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20009,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20010,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20011,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20012,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20013,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20014,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20015,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20016,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20017,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20018,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20021,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +MS20022,9584,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,TEW offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,9,90,v0.26.0 +GA21017,9586,Breach of confidentiality (Global Anti-Corruption Sanctions Regulations 2021),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Breach of confidentiality (Global Anti-Corruption Sanctions Regulations 2021),9,90,v0.26.0 +AV90045,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90046,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90047,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90048,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90049,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90050,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90051,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90052,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90053,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90054,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90055,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90056,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90057,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90058,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90059,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90060,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90061,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +AV90062,9804,Triable either way offences under Aviation and Maritime Security Act 1990,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Aviation and Maritime Security Act 1990,9,90,v0.26.0 +CA05001,9807,Triable either way offences under Commissioners for Revenue and Customs Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Commissioners for Revenue and Customs Act 2005,9,90,v0.26.0 +CA05002,9807,Triable either way offences under Commissioners for Revenue and Customs Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Commissioners for Revenue and Customs Act 2005,9,90,v0.26.0 +CA05003,9807,Triable either way offences under Commissioners for Revenue and Customs Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Commissioners for Revenue and Customs Act 2005,9,90,v0.26.0 +CA05007,9807,Triable either way offences under Commissioners for Revenue and Customs Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Commissioners for Revenue and Customs Act 2005,9,90,v0.26.0 +PN04005,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04006,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04007,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04008,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04009,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04010,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04011,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04012,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04014,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04015,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +PN04016,9808,Triable either way offences under Pensions Act 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Pensions Act 2005,9,90,v0.26.0 +MT05001,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05002,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05003,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05004,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05005,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05006,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05007,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05008,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05009,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05010,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05011,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05012,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05013,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05014,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05015,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05016,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05017,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05018,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05019,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05020,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05021,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05022,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05023,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05024,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05025,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05026,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05027,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05028,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05029,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05030,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05031,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05032,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05033,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05034,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05035,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05036,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05037,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05038,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05039,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +MT05040,9810,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Medicines (Traditional Herbal Medicinal Products For Human Use) Regulations 2005,9,90,v0.26.0 +SE02001,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE02006,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06001,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06002,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06003,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06004,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06005,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06006,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06007,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE06008,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10001,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10002,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10003,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10004,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10005,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10006,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10007,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10008,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10009,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10010,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10011,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +SE10012,9813,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Transmissible Spongiform Encephalopathies (England) Regulations 2010,9,90,v0.26.0 +AP03003,9814,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,9,90,v0.26.0 +AP06003,9814,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,9,90,v0.26.0 +AP06004,9814,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,9,90,v0.26.0 +AP06005,9814,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,9,90,v0.26.0 +AP06006,9814,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Products of Animal Origins (Third Country Imports) (England) Regulations 2006; Animal and Animal Products (Import and Export) Regulations 2004,9,90,v0.26.0 +SP04001,9817,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,9,90,v0.26.0 +SP04002,9817,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,9,90,v0.26.0 +SP04003,9817,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,9,90,v0.26.0 +SP04004,9817,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,9,90,v0.26.0 +SP04006,9817,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Ship and Port Facility (Security) Regulations 2004,9,90,v0.26.0 +TG03005,9820,Failure to comply with condition of licence or obligation under AA.6 or 7,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with condition of licence or obligation under AA.6 or 7,9,90,v0.26.0 +HP25001,9821,Accepting or obtaining for self or another gift or money as inducement or reward for procuring or assisting in the grant of an title or honour,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Accepting or obtaining for self or another gift or money as inducement or reward for procuring or assisting in the grant of an title or honour,9,90,v0.26.0 +TA06002,9822,Triable either way offences under Technical Assistance Control Regulations 2006,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Technical Assistance Control Regulations 2006,9,90,v0.26.0 +CM06001,9827,Triable either way offences under Compensation Act 2006,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Compensation Act 2006,9,90,v0.26.0 +CM06003,9827,Triable either way offences under Compensation Act 2006,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Compensation Act 2006,9,90,v0.26.0 +CM06004,9827,Triable either way offences under Compensation Act 2006,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Compensation Act 2006,9,90,v0.26.0 +EX03002,9828,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",9,90,v0.26.0 +EX03005,9828,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",9,90,v0.26.0 +EX03008,9828,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",9,90,v0.26.0 +EX03009,9828,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003",9,90,v0.26.0 +HS06007,9832,Failure to comply with control of maximum prices for medical supplies other than health service medicines,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with control of maximum prices for medical supplies other than health service medicines,9,90,v0.26.0 +WM000091,9836,"Establishing, installing or using a wireless telegraphy station or apparatus without a S.8 licence",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Establishing, installing or using a wireless telegraphy station or apparatus without a S.8 licence",9,90,v0.26.0 +WT06003,9836,"Establishing, installing or using a wireless telegraphy station or apparatus without a S.8 licence",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Establishing, installing or using a wireless telegraphy station or apparatus without a S.8 licence",9,90,v0.26.0 +WT06006,9837,Possessing or controlling wireless telegraphy station or apparatus with intent for self or another to use it to contravene S.8 and S.35(2),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Possessing or controlling wireless telegraphy station or apparatus with intent for self or another to use it to contravene S.8 and S.35(2),9,90,v0.26.0 +WT06009,9838,Having charge of premises knowingly cause/permit/fail to prevent use of premises for unlawful broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Having charge of premises knowingly cause/permit/fail to prevent use of premises for unlawful broadcasting,9,90,v0.26.0 +WT06010,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06011,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06012,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06013,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06014,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06015,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06016,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06017,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06018,9839,Facilitating unauthorised broadcasting,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating unauthorised broadcasting,9,90,v0.26.0 +WT06020,9840,"Sending or attempting to send false or misleading message by wireless telegraphy likely to endanger personal safety, ship, aircraft or vehicle",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Sending or attempting to send false or misleading message by wireless telegraphy likely to endanger personal safety, ship, aircraft or vehicle",9,90,v0.26.0 +WT06031,9841,Using apparatus for the purpose of interfering with wireless telegraphy,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using apparatus for the purpose of interfering with wireless telegraphy,9,90,v0.26.0 +WT06034,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06035,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06066,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06067,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06077,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06078,9842,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting etc from a ship or aircraft while it is in or over the UK or external waters or from a British registered ship or aircraft while it is not in or over the UK or external waters,9,90,v0.26.0 +WT06036,9843,Broadcasting from structure or non-ship object affixed to or supported by a bed of waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting from structure or non-ship object affixed to or supported by a bed of waters,9,90,v0.26.0 +WT06037,9843,Broadcasting from structure or non-ship object affixed to or supported by a bed of waters,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Broadcasting from structure or non-ship object affixed to or supported by a bed of waters,9,90,v0.26.0 +WT06038,9844,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,9,90,v0.26.0 +WT06039,9844,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,9,90,v0.26.0 +WT06070,9844,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,9,90,v0.26.0 +WT06071,9844,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ship owner or master making or procuring broadcast capable of receipt in UK or cause wireless telegraphy interference in UK from non-British registered ship in proscribed area of high seas,9,90,v0.26.0 +WT06040,9845,British person broadcasting from non-British ship or aircraft or structure or object while on high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,British person broadcasting from non-British ship or aircraft or structure or object while on high seas,9,90,v0.26.0 +WT06041,9845,British person broadcasting from non-British ship or aircraft or structure or object while on high seas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,British person broadcasting from non-British ship or aircraft or structure or object while on high seas,9,90,v0.26.0 +WT06042,9846,"Managing, financing, operating or running a broadcasting station by which broadcasts are made contravening SS.77, 78, 79 or 80 (Wireless Telegraphy Act 2006)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Managing, financing, operating or running a broadcasting station by which broadcasts are made contravening SS.77, 78, 79 or 80 (Wireless Telegraphy Act 2006)",9,90,v0.26.0 +WT06043,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06044,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06045,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06046,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06047,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06048,9847,Facilitating broadcasting from ships or aircraft,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from ships or aircraft,9,90,v0.26.0 +WT06049,9848,Facilitating broadcasting from structures or objects,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from structures or objects,9,90,v0.26.0 +WT06050,9848,Facilitating broadcasting from structures or objects,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from structures or objects,9,90,v0.26.0 +WT06051,9848,Facilitating broadcasting from structures or objects,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from structures or objects,9,90,v0.26.0 +WT06052,9848,Facilitating broadcasting from structures or objects,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Facilitating broadcasting from structures or objects,9,90,v0.26.0 +WT06053,9849,"Repairing or maintaining wireless apparatus knowing that broadcasts are to be made contrary to SS.77, 78, 79 or 80 (Wireless Telegraphy Act 2006)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Repairing or maintaining wireless apparatus knowing that broadcasts are to be made contrary to SS.77, 78, 79 or 80 (Wireless Telegraphy Act 2006)",9,90,v0.26.0 +GL07107,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06054,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06055,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06056,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06057,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06058,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06059,9850,Offences relating to unlawful broadcasts,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to unlawful broadcasts,9,90,v0.26.0 +WT06060,9851,Procuring person in UK to commit a S.82-85 offence abroad (Wireless Telegraphy Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Procuring person in UK to commit a S.82-85 offence abroad (Wireless Telegraphy Act 2006),9,90,v0.26.0 +WT06064,9852,Disclosing information in contravention of S.111 (Wireless Telegraphy Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disclosing information in contravention of S.111 (Wireless Telegraphy Act 2006),9,90,v0.26.0 +AE71002,9856,Disclosing debtor information without authority,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disclosing debtor information without authority,9,90,v0.26.0 +EN08011,9869,Offence committed by licence holder �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder ��� storage of carbon dioxide,9,90,v0.26.0 +EN08012,9869,Offence committed by licence holder �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder ��� storage of carbon dioxide,9,90,v0.26.0 +EN08014,9869,Offence committed by licence holder �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder ��� storage of carbon dioxide,9,90,v0.26.0 +EN08029,9870,Prohibition on use of site in absence of approved programme �������� nuclear sites: decommissioning and clean-up,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on use of site in absence of approved programme ��� nuclear sites: decommissioning and clean-up,9,90,v0.26.0 +EN08015,9871,Offence of failure to comply with approved programme �������� nuclear sites: decommissioning and clean-up,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence of failure to comply with approved programme ��� nuclear sites: decommissioning and clean-up,9,90,v0.26.0 +EN08008,9880,Offences of carrying on unlicensed activities �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities ��� storage of carbon dioxide,9,90,v0.26.0 +EN08009,9880,Offences of carrying on unlicensed activities �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities ��� storage of carbon dioxide,9,90,v0.26.0 +EN08010,9880,Offences of carrying on unlicensed activities �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities ��� storage of carbon dioxide,9,90,v0.26.0 +EN08023,9880,Offences of carrying on unlicensed activities �������� storage of carbon dioxide,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities ��� storage of carbon dioxide,9,90,v0.26.0 +AH81739,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07023,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07024,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07025,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07033,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07034,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07035,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07036,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07037,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07040,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07041,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07042,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07043,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07044,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07045,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07046,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07047,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07048,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07049,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +HI00016,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +MOVAN73,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +RIDFRANI,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +SY00079,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +TV00056,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +WA00041,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +WM00098,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +WM00099,9881,Failure to comply with enforcement of Schedule 1 (ear tags),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 1 (ear tags),9,90,v0.26.0 +CI07001,9882,Failure to comply with enforcement of Schedule 2 (registration of cattle ),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 2 (registration of cattle ),9,90,v0.26.0 +CI07038,9882,Failure to comply with enforcement of Schedule 2 (registration of cattle ),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 2 (registration of cattle ),9,90,v0.26.0 +CI07039,9882,Failure to comply with enforcement of Schedule 2 (registration of cattle ),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Schedule 2 (registration of cattle ),9,90,v0.26.0 +CI07002,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +CI07003,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +CI07004,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +CI07005,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +CI07006,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +NO36064,9883,Failure to comply with enforcement of Sch.3 Pt.1 (passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.1 (passports),9,90,v0.26.0 +CI07007,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07008,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07009,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07010,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07011,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07012,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +CI07013,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +YY000219,9884,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.3 Pt.2 (movement using passports),9,90,v0.26.0 +61CI002,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CA7223,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CI07014,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CI07015,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CR072326,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CR078512,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CR07851C,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CW07002,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CW07003,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +EP7222,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +SY00048,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +TS0606,9885,Failure to comply with enforcement of Sch.4 (notification of movement or death),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.4 (notification of movement or death),9,90,v0.26.0 +CI07016,9886,Failure to comply with enforcement of Sch.5 (records),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.5 (records),9,90,v0.26.0 +CI07017,9886,Failure to comply with enforcement of Sch.5 (records),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.5 (records),9,90,v0.26.0 +SY00078,9886,Failure to comply with enforcement of Sch.5 (records),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with enforcement of Sch.5 (records),9,90,v0.26.0 +SF75030,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75031,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75032,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75033,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75034,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75035,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75080,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75081,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75082,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75083,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75084,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75085,9891,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening the law relating to the regulation and control of fishing and the protection and conservation of fisheries for salmon, trout, freshwater fish and eels, and the times of fishing for the selling such fish b. Sec 27 (instrument other than rod and line) Secs 4, 5 (Salmon and Freshwater Fisheries Act 1975)",9,90,v0.26.0 +SF75067,9892,"Fishing with, or possessing for fishing prohibited instruments",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fishing with, or possessing for fishing prohibited instruments",9,90,v0.26.0 +SF75067A,9892,"Fishing with, or possessing for fishing prohibited instruments",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fishing with, or possessing for fishing prohibited instruments",9,90,v0.26.0 +SF75068,9892,"Fishing with, or possessing for fishing prohibited instruments",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fishing with, or possessing for fishing prohibited instruments",9,90,v0.26.0 +SF75069,9892,"Fishing with, or possessing for fishing prohibited instruments",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fishing with, or possessing for fishing prohibited instruments",9,90,v0.26.0 +PA15032,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15033,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15034,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15035,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15036,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15037,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15038,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15039,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15040,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15041,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15042,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15043,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15044,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15045,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15046,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15047,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15048,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15049,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15050,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15051,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15052,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15053,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15054,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15055,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15056,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15057,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15058,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15059,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15060,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15061,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15062,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15090,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15091,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15092,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15093,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15094,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15095,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15096,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15097,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15098,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15099,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15100,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15101,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15102,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15103,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15104,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15105,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15106,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15107,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15108,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15109,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15110,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15111,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15112,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15113,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15114,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15115,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15116,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15135,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15136,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15137,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15138,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15139,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15140,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15141,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15142,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15143,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15144,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15145,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15146,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15147,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15148,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15149,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15150,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15151,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15152,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +PA15153,9896,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Pyrotechnics Articles (Safety) Regulations 2015,9,90,v0.26.0 +IA19001,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19002,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19003,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19004,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19005,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19006,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19007,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19008,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19009,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19010,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19011,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19012,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19013,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19014,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19015,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19016,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19017,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19018,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19019,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19020,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19021,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19022,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19023,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19024,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19025,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19026,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19027,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19028,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19029,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19030,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19031,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19032,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19033,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19034,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19035,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19036,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +IA19037,9898,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,TEW offences against the Invasive Alien Species (Enforcement and Permitting) Order 2019,9,90,v0.26.0 +ES97001,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97002,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97003,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97004,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97005,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97006,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97007,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97008,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97009,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97010,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97011,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97012,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97013,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97015,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97016,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97017,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97018,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97019,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97020,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97021,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97022,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97023,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97024,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97025,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97026,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97027,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97028,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97029,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97030,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97031,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97032,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97033,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97034,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97035,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97036,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97037,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97038,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97039,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97040,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97041,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97042,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97043,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97044,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97045,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97046,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97047,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97048,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97049,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97050,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97051,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97052,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97053,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97054,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97055,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97056,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97057,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97058,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97059,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97060,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97061,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97062,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97063,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97064,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97065,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97066,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97067,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97068,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97069,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97070,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97071,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97072,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97073,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97074,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97075,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +ES97076,9903,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the purchase and sale of specimens (Control of Trade in Endangered Species (Enforcement) Regulations 1997),9,90,v0.26.0 +RP83001,9906,Personation,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Personation,9,90,v0.26.0 +RP83002,9906,Personation,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Personation,9,90,v0.26.0 +EP10006,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10007,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10008,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10009,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10010,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10011,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +EP10012,9914,Failure to comply and provide accurate information under permit conditions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply and provide accurate information under permit conditions,9,90,v0.26.0 +PS11002,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11003,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11004,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11005,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11006,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11007,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11008,9915,Provision of postal services in contravention of restrictions,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Provision of postal services in contravention of restrictions,9,90,v0.26.0 +PS11001,9916,Unlawful disclosure of information; providing false information (Postal Services Act 2011),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unlawful disclosure of information; providing false information (Postal Services Act 2011),9,90,v0.26.0 +PS11009,9916,Unlawful disclosure of information; providing false information (Postal Services Act 2011),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unlawful disclosure of information; providing false information (Postal Services Act 2011),9,90,v0.26.0 +ES18010,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18011,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18012,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18013,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18014,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18015,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18016,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18017,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18018,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18019,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18020,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18021,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +ES18022,9918,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under the Control of Trade in Endangered Species Regulations 2018, para 2",9,90,v0.26.0 +AR11001,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11002,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11003,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11004,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11005,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11006,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11007,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11008,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11009,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11010,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11011,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11012,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11013,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11014,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11015,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11016,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11017,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11018,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11019,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11020,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11021,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11022,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +AR11023,9919,Triable either way offences under Trade in Animals and Related Products Regulations 2011,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Trade in Animals and Related Products Regulations 2011,9,90,v0.26.0 +WC81143,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81144,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81145,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81146,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81147,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81148,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +WC81275,9920,Offences relating to the introduction of new species,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the introduction of new species,9,90,v0.26.0 +BD81001,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81002,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81003,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81004,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81005,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81006,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81007,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81008,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81009,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81010,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81011,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81012,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81013,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81014,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81015,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81016,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81017,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81018,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81019,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +BD81020,9924,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Betting and Gaming Duties Act 1981 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82001,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82002,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82003,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82004,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82005,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82006,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82007,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82010,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82011,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +IC82012,9928,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Fraudulent evasion of duty etc. under Insurance Companies Act 1982 (for offences involving drugs see offence class 92) ,9,90,v0.26.0 +AN05027,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +AN05028,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +AN09023,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +AN09024,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +AN09054,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +AN09055,9931,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised person acting as or purporting to be an air traffic controller or student air traffic controller,9,90,v0.26.0 +CJ91013,9932,Unauthorised disclosure of information about a prisoner,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised disclosure of information about a prisoner,9,90,v0.26.0 +CJ94004,9932,Unauthorised disclosure of information about a prisoner,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unauthorised disclosure of information about a prisoner,9,90,v0.26.0 +AN05032,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN05033,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN05034,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN09028,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN09029,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN09030,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN09056,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AN09057,9933,Air traffic controllers - triable either way offences ,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Air traffic controllers - triable either way offences ,9,90,v0.26.0 +AC95001,9934,Failure to possess a licence or to obey conditions of Licence (Activity Centres (Young Persons) Act 1995),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to possess a licence or to obey conditions of Licence (Activity Centres (Young Persons) Act 1995),9,90,v0.26.0 +CW96002,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96003,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96004,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96005,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96007,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96008,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96009,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96010,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96011,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96012,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96013,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96014,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96015,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96016,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96017,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96018,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96019,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96020,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96021,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96022,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96028,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96029,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96030,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96031,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96040,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96041,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96042,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96043,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +CW96044,9936,Offences relating to chemical weapons,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to chemical weapons,9,90,v0.26.0 +DD95012,9937,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),9,90,v0.26.0 +DD95013,9937,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),9,90,v0.26.0 +DD95014,9937,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),9,90,v0.26.0 +DD95015,9937,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences relating to the Disability Discrimination Act 1995 and Regulations made under it (triable either way and indictable offences),9,90,v0.26.0 +NS00010,9941,Giving false or misleading information (Nuclear Safeguards Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Giving false or misleading information (Nuclear Safeguards Act 2000),9,90,v0.26.0 +AN00007,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00008,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00009,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00010,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00014,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00015,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05007,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05008,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05009,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05010,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05011,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN05012,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09007,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09008,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09009,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09010,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09011,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN09012,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN95019,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +GM000147,9943,Drunkenness in aircraft (including drugs),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Drunkenness in aircraft (including drugs),9,90,v0.26.0 +AN00001,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00002,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00003,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00004,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00005,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00006,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00013,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00018,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00019,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00020,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00021,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00022,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00023,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00024,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN00025,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05002,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05004,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05005,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05017,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05021,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05022,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05883,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN05884,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09001,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09002,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09003,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09017,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09019,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09020,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09037,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09038,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09039,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09060,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09061,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09062,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09063,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09064,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN09065,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN95041,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AN95042,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +AS00027,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +WI00097,9944,Triable either way offences under Air Navigation Order 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Air Navigation Order 2009,9,90,v0.26.0 +NS00009,9947,Restriction on disclosure (Nuclear Safeguards Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Restriction on disclosure (Nuclear Safeguards Act 2000),9,90,v0.26.0 +WC81279,9949,"Enforcement, wildlife inspectors: falsely pretending to be wildlife inspector",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Enforcement, wildlife inspectors: falsely pretending to be wildlife inspector",9,90,v0.26.0 +WC81301,9949,"Enforcement, wildlife inspectors: falsely pretending to be wildlife inspector",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Enforcement, wildlife inspectors: falsely pretending to be wildlife inspector",9,90,v0.26.0 +TR00001,9950,Contravening or failing to comply with direction or making a disclosure in contravention of a direction made in the interest of national security etc. (Transport Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or failing to comply with direction or making a disclosure in contravention of a direction made in the interest of national security etc. (Transport Act 2000),9,90,v0.26.0 +TR00002,9950,Contravening or failing to comply with direction or making a disclosure in contravention of a direction made in the interest of national security etc. (Transport Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Contravening or failing to comply with direction or making a disclosure in contravention of a direction made in the interest of national security etc. (Transport Act 2000),9,90,v0.26.0 +TR00005,9951,Providing particulars or recklessly providing particulars which are known are false in a material particular way,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Providing particulars or recklessly providing particulars which are known are false in a material particular way,9,90,v0.26.0 +TR00006,9951,Providing particulars or recklessly providing particulars which are known are false in a material particular way,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Providing particulars or recklessly providing particulars which are known are false in a material particular way,9,90,v0.26.0 +TR00007,9952,"Contravening or failing to comply with a direction given in times of severe international tension, great national emergency or actual or imminent hostilities (Transport Act 2000)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravening or failing to comply with a direction given in times of severe international tension, great national emergency or actual or imminent hostilities (Transport Act 2000)",9,90,v0.26.0 +TR00010,9954,Prohibition on disclosure of information gained under Transport Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on disclosure of information gained under Transport Act 2000,9,90,v0.26.0 +RP00001,9956,Unlawful interception of a postal public or private telecommunication scheme,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unlawful interception of a postal public or private telecommunication scheme,9,90,v0.26.0 +RP00002,9956,Unlawful interception of a postal public or private telecommunication scheme,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Unlawful interception of a postal public or private telecommunication scheme,9,90,v0.26.0 +RP00003,9957,Failure to give effect to an interception warrant,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to give effect to an interception warrant,9,90,v0.26.0 +RP00005,9959,Failure to disclose key to protected information,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to disclose key to protected information,9,90,v0.26.0 +AT01036,9972,"Triable either way regulations made under Part 8 of the Anti-Terrorism, Crime and Security Act 2001",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way regulations made under Part 8 of the Anti-Terrorism, Crime and Security Act 2001",9,90,v0.26.0 +AV82064,9974,Failure to comply with a requirement of a detention direction or intentionally obstructing a person acting in accordance with S.(3) - authorised person ensuring aircraft does not fly (Aviation Security Act 1982),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with a requirement of a detention direction or intentionally obstructing a person acting in accordance with S.(3) - authorised person ensuring aircraft does not fly (Aviation Security Act 1982),9,90,v0.26.0 +AV82065,9974,Failure to comply with a requirement of a detention direction or intentionally obstructing a person acting in accordance with S.(3) - authorised person ensuring aircraft does not fly (Aviation Security Act 1982),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with a requirement of a detention direction or intentionally obstructing a person acting in accordance with S.(3) - authorised person ensuring aircraft does not fly (Aviation Security Act 1982),9,90,v0.26.0 +FS00014,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00014C,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00015,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00016,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00017,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00024,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00025,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00028,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00029,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00030,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00031,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00032,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00033,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00034,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00035,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00036,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00037,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00038,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00039,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00041,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00044,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00045,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +FS00046,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +SF00013,9976,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences (except those under classification 95/08) under Financial Services and Markets Act 2000,9,90,v0.26.0 +HI00067,9981,Delaying or opening postal packet or mailbag,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Delaying or opening postal packet or mailbag,9,90,v0.26.0 +PS00008,9981,Delaying or opening postal packet or mailbag,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Delaying or opening postal packet or mailbag,9,90,v0.26.0 +PS00008A,9981,Delaying or opening postal packet or mailbag,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Delaying or opening postal packet or mailbag,9,90,v0.26.0 +PS83001,9981,Delaying or opening postal packet or mailbag,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Delaying or opening postal packet or mailbag,9,90,v0.26.0 +PS00001,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00002,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00006,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00007,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00023,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00024,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +PS00026,9982,Other triable either way offences under the Postal Services Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way offences under the Postal Services Act 2000,9,90,v0.26.0 +CC74001,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74005,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74006,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74008,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74009,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74010,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74011,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74023,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74026,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74031,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74033,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74034,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74035,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74038,9984,Triable either way offences under Consumer Credit Act 1974,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Consumer Credit Act 1974,9,90,v0.26.0 +CC74002,9985,Engaging in activities requiring a licence (Consumer Credit Act 1974),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Engaging in activities requiring a licence (Consumer Credit Act 1974),9,90,v0.26.0 +CC74003,9985,Engaging in activities requiring a licence (Consumer Credit Act 1974),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Engaging in activities requiring a licence (Consumer Credit Act 1974),9,90,v0.26.0 +CC74004,9985,Engaging in activities requiring a licence (Consumer Credit Act 1974),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Engaging in activities requiring a licence (Consumer Credit Act 1974),9,90,v0.26.0 +CC74SW01,9985,Engaging in activities requiring a licence (Consumer Credit Act 1974),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Engaging in activities requiring a licence (Consumer Credit Act 1974),9,90,v0.26.0 +DB0133,9985,Engaging in activities requiring a licence (Consumer Credit Act 1974),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Engaging in activities requiring a licence (Consumer Credit Act 1974),9,90,v0.26.0 +MH83009,9986,Ill treatment of patients (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill treatment of patients (Mental Health Act 1983),9,90,v0.26.0 +MH83010,9986,Ill treatment of patients (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill treatment of patients (Mental Health Act 1983),9,90,v0.26.0 +MH83011,9986,Ill treatment of patients (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill treatment of patients (Mental Health Act 1983),9,90,v0.26.0 +MH83012,9986,Ill treatment of patients (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Ill treatment of patients (Mental Health Act 1983),9,90,v0.26.0 +MH83013,9987,Assisting patients to absent themselves without leave (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting patients to absent themselves without leave (Mental Health Act 1983),9,90,v0.26.0 +MH83015,9987,Assisting patients to absent themselves without leave (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting patients to absent themselves without leave (Mental Health Act 1983),9,90,v0.26.0 +MH83016,9987,Assisting patients to absent themselves without leave (Mental Health Act 1983),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Assisting patients to absent themselves without leave (Mental Health Act 1983),9,90,v0.26.0 +HP03001,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03002,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03003,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03004,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03005,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03006,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03007,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03008,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03009,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP03010,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP04005,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP04013,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP04015,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09001,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09002,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09003,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09004,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09005,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09006,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09007,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09008,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09009,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09010,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09011,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09012,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09013,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09014,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09015,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09016,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09017,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09018,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09019,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09020,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09021,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09022,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09023,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09024,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09025,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09026,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HP09027,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HPA0001,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HPA0002,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +HPA0003,9995,Triable either way offences under Horse Passports Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Horse Passports Regulations 2009,9,90,v0.26.0 +AA06001,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06002,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06003,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06006,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06007,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06008,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06009,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06010,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06011,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06012,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06013,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06014,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06015,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06016,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06017,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06018,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06019,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06020,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06021,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06022,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06023,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06024,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06025,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06026,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06027,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06028,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06029,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06030,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06031,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06032,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06033,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06034,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06035,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06036,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06037,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06038,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06039,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06040,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06041,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +AA06042,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +WM000131,9996,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Animal & Animal Products (Import & Export) (No.2) Regulations 2004,9,90,v0.26.0 +CA92011,9997,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,9,90,v0.26.0 +CA92012,9997,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,9,90,v0.26.0 +CA92013,9997,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,9,90,v0.26.0 +CA92014,9997,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,9,90,v0.26.0 +CA92015,9997,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,9,90,v0.26.0 +IA06002,19452,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",194 Immigration Offence,SNM,Summary non-motoring,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",11,90,v0.26.0 +IA06003,19452,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",194 Immigration Offence,SNM,Summary non-motoring,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",11,90,v0.26.0 +IA06004,19452,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",194 Immigration Offence,SNM,Summary non-motoring,"Failure to comply with a requirement to provide information under SS.32 (2) or (3)(passenger and crew information) and S.33(2) (Freight information) of the Immigration, Asylum and Nationality Act 2006",11,90,v0.26.0 +9275,80200,"Aiding, abetting, causing or permitting reckless driving",802 Dangerous driving (MOT),TEW,Miscellaneous crimes against society,"Aiding, abetting, causing or permitting reckless driving",9,90,v0.26.0 +RT88026,80200,"Aiding, abetting, causing or permitting reckless driving",802 Dangerous driving (MOT),TEW,Miscellaneous crimes against society,"Aiding, abetting, causing or permitting reckless driving",9,90,v0.26.0 +RT88026B,80200,"Aiding, abetting, causing or permitting reckless driving",802 Dangerous driving (MOT),TEW,Miscellaneous crimes against society,"Aiding, abetting, causing or permitting reckless driving",9,90,v0.26.0 +RT88252,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88436,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88437,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88438,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88439,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88497,80705,Making false statements to obtain or failure to produce revoked licence,807A Driving licence related offences (excluding fraud and forgery) - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statements to obtain or failure to produce revoked licence,9,90,v0.26.0 +RT88498,80902,Making false statement or withholding material information in order to obtain the issue of a certificate of insurance,809A Vehicle insurance offences - triable either way (MOT),TEW,Miscellaneous crimes against society,Making false statement or withholding material information in order to obtain the issue of a certificate of insurance,9,90,v0.26.0 +RT88440,81002,Making false statement or producing false evidence for the purposes of Regulations under 66(1) of this Act (applying for a licence under Vehicles (Excise) Act 1971),170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Making false statement or producing false evidence for the purposes of Regulations under 66(1) of this Act (applying for a licence under Vehicles (Excise) Act 1971),12,90,v0.26.0 +RT88441,81002,Making false statement or producing false evidence for the purposes of Regulations under 66(1) of this Act (applying for a licence under Vehicles (Excise) Act 1971),170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Making false statement or producing false evidence for the purposes of Regulations under 66(1) of this Act (applying for a licence under Vehicles (Excise) Act 1971),12,90,v0.26.0 +GV06002,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06003,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06017,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06018,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06023,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06024,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06035,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +GV06036,81103,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,811 Work record and employment offences (MOT),SMO,Miscellaneous crimes against society,Triable either way offences under Passenger and Goods Vehicles (Recording equipment) (Tachograph Card) Regulations 2006,9,90,v0.26.0 +PV81031,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81032,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81036,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81038,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81039,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81043,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81046,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81047,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81048,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81049,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81050,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +PV81051,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60001,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60002,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60005,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60006,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60009,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT60011,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88227,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88231,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88235,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88239,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88243,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88247,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88321,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +SF00016,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +TR68201B,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +TR68202,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +TR68214,81401,"Fraud, forgery etc. associated with driving licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with driving licence",9,90,v0.26.0 +RT88228,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88232,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88236,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88240,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88244,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88248,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88322,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88447,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +RT88448,81402,"Fraud, forgery etc. associated with insurance certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with insurance certificate",9,90,v0.26.0 +PV81052,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81053,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81054,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81055,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81056,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81057,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81058,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81059,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81060,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81061,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81062,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81063,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81064,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81065,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81066,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81067,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81068,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81069,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81070,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81071,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +PV81072,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RT88483,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RT88483B,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RT88484,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RT88485,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RT88486,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RV02001,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RV02033,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +RV02040,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71035,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71036,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71037,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71038,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71039,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71040,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71041,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71042,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71043,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE71044,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94020,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94021,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94022,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94023,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94024,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94025,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94026,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94027,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94028,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94029,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94030,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94031,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94032,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94033,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94034,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94035,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94036,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94037,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94038,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94039,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94040,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94041,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94042,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94043,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94044,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94048,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94049,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94050,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94051,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94052,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94053,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94054,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94055,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94056,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94057,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94058,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94059,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94075,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94076,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94077,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94078,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94079,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94080,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94081,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94082,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94083,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94084,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94085,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94086,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94087,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94156,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94157,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94158,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94159,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +VE94160,81403,"Fraud, forgery etc. associated with registration and licensing documents","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with registration and licensing documents",9,90,v0.26.0 +GV06005,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06006,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06007,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06008,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06009,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06010,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06011,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06012,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06013,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06014,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06015,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06020,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06021,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06025,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06026,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06027,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06028,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06029,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06030,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06031,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06032,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV06033,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +KE00079,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +PV81045,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68061,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68062,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68063,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68068,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68068B,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68069,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68069B,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68201,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68204,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68205,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68206,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68207,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68215,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68216,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68217,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68218,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68219,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68220,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68221,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68222,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68223,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68224,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68231,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68232,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68233,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68249,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68504,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68505,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68506,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68507,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68532,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +TR68533,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +YY000314,81404,"Fraud, forgery etc. associated with work records","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with work records",9,90,v0.26.0 +GV95015,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95016,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95017,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95018,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95021,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95022,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95023,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95024,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95025,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95026,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95037,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95038,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95039,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95040,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95045,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95046,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95047,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95048,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95049,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95050,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95051,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95051B,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95052,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95055,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95056,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95061,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +GV95062,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PH98024,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81033,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81034,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81035,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81037,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81040,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81041,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81042,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +PV81044,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60003,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60004,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60007,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60008,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60010,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60012,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60016,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT60017,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88229,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88233,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88237,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88241,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88245,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88249,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88323,81405,"Fraud, forgery etc. associated with operator's licence","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with operator's licence",9,90,v0.26.0 +RT88230,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88234,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88238,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88242,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88246,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88250,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88324,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88449,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RT88493,81406,"Fraud, forgery etc. associated with test certificate","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Fraud, forgery etc. associated with test certificate",9,90,v0.26.0 +RR84116,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84117,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84118,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84119,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84120,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84121,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84122,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84123,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84124,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84125,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RR84126,81407,Mishandling or faking parking documents,"814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,Mishandling or faking parking documents,9,90,v0.26.0 +RT88444,81408,"Making false statement or producing, providing, sending or otherwise making use of a document known to be false for purposes of either SS.53-60 and 63 of Road Traffic Act 1988 or of Regulations made under SS.49-51,61,62 & 66(3)","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Making false statement or producing, providing, sending or otherwise making use of a document known to be false for purposes of either SS.53-60 and 63 of Road Traffic Act 1988 or of Regulations made under SS.49-51,61,62 & 66(3)",9,90,v0.26.0 +RT88445,81408,"Making false statement or producing, providing, sending or otherwise making use of a document known to be false for purposes of either SS.53-60 and 63 of Road Traffic Act 1988 or of Regulations made under SS.49-51,61,62 & 66(3)","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Making false statement or producing, providing, sending or otherwise making use of a document known to be false for purposes of either SS.53-60 and 63 of Road Traffic Act 1988 or of Regulations made under SS.49-51,61,62 & 66(3)",9,90,v0.26.0 +VD07009,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07010,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07011,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07012,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07013,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07014,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07015,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07018,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07019,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +VD07020,81410,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive","814 Fraud, forgery, etc. associated with vehicle or driver records (MOT)",TEW,Miscellaneous crimes against society,"Forging, altering, using, lending or making document or authority to drive, card, licence or certificate with intent to deceive",9,90,v0.26.0 +RS09005,82518,Making false declaration with a view to securing release of a vehicle from an immobilization device,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Making false declaration with a view to securing release of a vehicle from an immobilization device,12,90,v0.26.0 +RS09007,82520,Making false declaration with a view to securing possession of a vehicle delivered into custody of a person,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Making false declaration with a view to securing possession of a vehicle delivered into custody of a person,12,90,v0.26.0 +CJ88149,873,Assault or assault by beating of an emergency worker,8.22 Assault of an emergency worker,TEW,Violence against the person,Assault or assault by beating of an emergency worker,1,100,v0.26.0 +CJ88150,873,Assault or assault by beating of an emergency worker,8.22 Assault of an emergency worker,TEW,Violence against the person,Assault or assault by beating of an emergency worker,1,100,v0.26.0 +CJ88150A,873,Assault or assault by beating of an emergency worker,8.22 Assault of an emergency worker,TEW,Violence against the person,Assault or assault by beating of an emergency worker,1,100,v0.26.0 +CJ88150B,873,Assault or assault by beating of an emergency worker,8.22 Assault of an emergency worker,TEW,Violence against the person,Assault or assault by beating of an emergency worker,1,100,v0.26.0 +BL63004,7502,Accepting bets not being a permit holder. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Accepting bets not being a permit holder. (historic),9,100,v0.26.0 +BL63010,7512,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),9,100,v0.26.0 +BL63011,7512,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),9,100,v0.26.0 +BL63038,7512,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),9,100,v0.26.0 +BL63051,7512,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),9,100,v0.26.0 +BL63052,7512,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction on pool betting (horse and dog racecourses)obstructing accountant or giving false or misleading information. Restriction on pool betting off track. (historic),9,100,v0.26.0 +BL63012,7513,Restriction of betting on tracks (prohibited days) and dog race (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction of betting on tracks (prohibited days) and dog race (historic),9,100,v0.26.0 +BL63013,7513,Restriction of betting on tracks (prohibited days) and dog race (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Restriction of betting on tracks (prohibited days) and dog race (historic),9,100,v0.26.0 +BL63024,7515,Totalisers on licensed tracks (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Totalisers on licensed tracks (historic),9,100,v0.26.0 +BL63025,7515,Totalisers on licensed tracks (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Totalisers on licensed tracks (historic),9,100,v0.26.0 +BL63039,7519,Totaliser operator contravening schedule 5 other than para 11 (2) (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Totaliser operator contravening schedule 5 other than para 11 (2) (historic),9,100,v0.26.0 +BL63001,7521,Permitting unlicensed premises to be used for pool betting (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Permitting unlicensed premises to be used for pool betting (historic),9,100,v0.26.0 +BL63040,7521,Permitting unlicensed premises to be used for pool betting (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Permitting unlicensed premises to be used for pool betting (historic),9,100,v0.26.0 +FI68090,8177,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,7,100,v0.26.0 +FI68375,8177,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,7,100,v0.26.0 +FI68375G,8177,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,7,100,v0.26.0 +FI68435,8177,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,7,100,v0.26.0 +KE00158,8177,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,10B.2 Possession of firearms offences - triable either way,TEW,Possession of weapons,Carrying a loaded or unloaded or imitation firearm or air weapon in public place,7,100,v0.26.0 +AL79014,8205,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,9,100,v0.26.0 +AL79015,8205,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,9,100,v0.26.0 +AL79016,8205,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,9,100,v0.26.0 +AL79017,8205,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,82 Revenue Law Offence,TEW,Miscellaneous crimes against society,Triable either way offences under Alcoholic Liquor Duties Act 1979 - Selling/buying of liquor without approval from the Commissioner,9,100,v0.26.0 +BA76001,8301,Absconding by person released on bail,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Absconding by person released on bail,9,100,v0.26.0 +BA76002,8301,Absconding by person released on bail,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Absconding by person released on bail,9,100,v0.26.0 +GM000011,8301,Absconding by person released on bail,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Absconding by person released on bail,9,100,v0.26.0 +GM000012,8301,Absconding by person released on bail,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Absconding by person released on bail,9,100,v0.26.0 +BA76003,8302,Agreeing to indemnify sureties in criminal proceedings,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Agreeing to indemnify sureties in criminal proceedings,9,100,v0.26.0 +BA76007,8302,Agreeing to indemnify sureties in criminal proceedings,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Agreeing to indemnify sureties in criminal proceedings,9,100,v0.26.0 +PC17002,8308,Breach of pre-charge bail condition not to leave the United Kingdom/relating to travel,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Breach of pre-charge bail condition not to leave the United Kingdom/relating to travel,9,100,v0.26.0 +PC17003,8308,Breach of pre-charge bail condition not to leave the United Kingdom/relating to travel,83.2 Failing to Surrender to Bail,TEW,Miscellaneous crimes against society,Breach of pre-charge bail condition not to leave the United Kingdom/relating to travel,9,100,v0.26.0 +EC72022,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +EC72SW01,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +EC81221,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05001,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05002,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05003,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05004,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05008,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05013,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GP05SW01,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +GPS05GW1,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +KE00086,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +TS05001,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +TS05002,8506,Triable either way offences under General Product Safety Regulations 2005,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Triable either way offences under General Product Safety Regulations 2005,9,100,v0.26.0 +PS09001,9555,Member of the House of Commons providing false or misleading information for allowance claims,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Member of the House of Commons providing false or misleading information for allowance claims,9,100,v0.26.0 +AD76005,9802,Triable either way offences under Adoption Act 1976,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Adoption Act 1976,9,100,v0.26.0 +AC02014,9803,Triable either way offences under Adoption and Children Act 2002,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Adoption and Children Act 2002,9,100,v0.26.0 +AC02015,9803,Triable either way offences under Adoption and Children Act 2002,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Adoption and Children Act 2002,9,100,v0.26.0 +AC02016,9803,Triable either way offences under Adoption and Children Act 2002,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Adoption and Children Act 2002,9,100,v0.26.0 +CA06001,9853,Bringing or causing another to bring child into UK in non-compliance with condition specified in regulations made under S.12(1) (Wireless Telegraphy Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Bringing or causing another to bring child into UK in non-compliance with condition specified in regulations made under S.12(1) (Wireless Telegraphy Act 2006),9,100,v0.26.0 +CA06002,9853,Bringing or causing another to bring child into UK in non-compliance with condition specified in regulations made under S.12(1) (Wireless Telegraphy Act 2006),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Bringing or causing another to bring child into UK in non-compliance with condition specified in regulations made under S.12(1) (Wireless Telegraphy Act 2006),9,100,v0.26.0 +RP83035,9905,"Bribery, treating and undue influence at elections",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Bribery, treating and undue influence at elections",9,100,v0.26.0 +RP83036,9905,"Bribery, treating and undue influence at elections",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Bribery, treating and undue influence at elections",9,100,v0.26.0 +RP83037,9905,"Bribery, treating and undue influence at elections",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Bribery, treating and undue influence at elections",9,100,v0.26.0 +PP00003,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00004,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00007,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00008,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00009,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00010,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00011,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00012,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00013,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00014,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00015,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00018,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00019,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00020,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00021,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00022,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00023,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PP00024,9961,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences under Political Parties, Elections and Referendums Act 2000",9,100,v0.26.0 +PS00011,9983,Prohibition on sending certain articles by post,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on sending certain articles by post,9,100,v0.26.0 +PS00012,9983,Prohibition on sending certain articles by post,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on sending certain articles by post,9,100,v0.26.0 +PS00013,9983,Prohibition on sending certain articles by post,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on sending certain articles by post,9,100,v0.26.0 +PS00014,9983,Prohibition on sending certain articles by post,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on sending certain articles by post,9,100,v0.26.0 +CC13002,10514,Assault an NCA officer or a member of an NCA-led team acting or assisting in the exercise of an operational power,105 Common assault and battery,SNM,Summary non-motoring,Assault an NCA officer or a member of an NCA-led team acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CC13005,10514,Assault an NCA officer or a member of an NCA-led team acting or assisting in the exercise of an operational power,105 Common assault and battery,SNM,Summary non-motoring,Assault an NCA officer or a member of an NCA-led team acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CC13003,10515,Resist or wilfully obstruct an NCA officer or a member of an NCA-lead team acting or assisting in the exercise of an operational power,105 Common assault and battery,SNM,Summary non-motoring,Resist or wilfully obstruct an NCA officer or a member of an NCA-lead team acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CC13004,10515,Resist or wilfully obstruct an NCA officer or a member of an NCA-lead team acting or assisting in the exercise of an operational power,105 Common assault and battery,SNM,Summary non-motoring,Resist or wilfully obstruct an NCA officer or a member of an NCA-lead team acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CO05001,10516,Assault a supreme court security officer,105 Common assault and battery,SNM,Summary non-motoring,Assault a supreme court security officer,11,100,v0.26.0 +PC02027,10525,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,105 Common assault and battery,SNM,Summary non-motoring,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,11,100,v0.26.0 +PC02028,10525,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,105 Common assault and battery,SNM,Summary non-motoring,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,11,100,v0.26.0 +PC02029,10525,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,105 Common assault and battery,SNM,Summary non-motoring,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,11,100,v0.26.0 +PC02030,10525,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,105 Common assault and battery,SNM,Summary non-motoring,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,11,100,v0.26.0 +PC02031,10525,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,105 Common assault and battery,SNM,Summary non-motoring,Assault/resist or wilfully obstruct appropriate person acting in exercise of relevant power,11,100,v0.26.0 +UF14009,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14010,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14011,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14012,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14013,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14014,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +UF14015,11403,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ukraine (European Union Financial Sanctions) (No. 2) Regulations 2014,11,100,v0.26.0 +PT00061,12589,Fail to comply with requirement imposed under disclosure order (Criminal Finance Act 2017),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Fail to comply with requirement imposed under disclosure order (Criminal Finance Act 2017),11,100,v0.26.0 +CT19001,12591,Offences relating to obstruction or non-compliance with searches or duties carried out under Counter-Terrorism and Border Security Act 2019,125 Counter-Terrorism and Border Security Act 2019,SNM,Summary non-motoring,"Offences relating to the obstruction/ non complience of searches/ duties carried out under schedule 3, Counter-Terrorism and Border Security Act 2019, schedule 3 paragraph 23 (1)(b) & (2)",11,100,v0.26.0 +CT19002,12591,Offences relating to obstruction or non-compliance with searches or duties carried out under Counter-Terrorism and Border Security Act 2019,125 Counter-Terrorism and Border Security Act 2019,SNM,Summary non-motoring,"Offences relating to the obstruction/ non complience of searches/ duties carried out under schedule 3, Counter-Terrorism and Border Security Act 2019, schedule 3 paragraph 23 (1)(b) & (2)",11,100,v0.26.0 +BA76001G,12701,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,80 Absconding from Lawful Custody,SNM,Miscellaneous crimes against society,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,9,100,v0.26.0 +GL09096,12701,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,80 Absconding from Lawful Custody,SNM,Miscellaneous crimes against society,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,9,100,v0.26.0 +GL09145,12701,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,80 Absconding from Lawful Custody,SNM,Miscellaneous crimes against society,Fail to surrender to custody at appointed time/as soon as practicable after appointed time,9,100,v0.26.0 +TM70005,13850,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)",11,100,v0.26.0 +TM70006,13850,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)",11,100,v0.26.0 +TM70007,13850,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Summary offences for failure to give information regarding offshore income, assets and/or activities (Taxes Management Act 1970)",11,100,v0.26.0 +RT03001,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03002,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03003,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03004,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03005,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03006,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03009,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +RT03010,16908,Summary offences under Railways and Transport Safety Act 2003,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Railways and Transport Safety Act 2003,11,100,v0.26.0 +SX03214,17505,Remaining on or entering premises in contravention of a S.136B closure notice (Sexual Offences Act 2003),175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,Remaining on or entering premises in contravention of a S.136B closure notice (Sexual Offences Act 2003),11,100,v0.26.0 +SX03215,17506,Remaining on or entering premises in contravention of a S.136B closure order (Sexual Offences Act 2003),175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,Remaining on or entering premises in contravention of a S.136B closure order (Sexual Offences Act 2003),11,100,v0.26.0 +SX03216,17507,Obstructing a constable or authorised person acting under SS.136C(3) or (4) or 136F(2) or (4) (Sexual Offences Act 2003),175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,Obstructing a constable or authorised person acting under SS.136C(3) or (4) or 136F(2) or (4) (Sexual Offences Act 2003),11,100,v0.26.0 +CC13006,19462,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,194 Immigration Offence,SNM,Summary non-motoring,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CC13007,19462,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,194 Immigration Offence,SNM,Summary non-motoring,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,11,100,v0.26.0 +CC13008,19462,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,194 Immigration Offence,SNM,Summary non-motoring,Impersonate or make a statement or do an act suggesting you are or have powers of an NCA officer acting or assisting in the exercise of an operational power,11,100,v0.26.0 +IM71126,19463,Drive motor vehicle on road/public place when not lawfully resident in UK,194 Immigration Offence,SNM,Summary non-motoring,Drive motor vehicle on road/public place when not lawfully resident in UK,11,100,v0.26.0 +IM71129,19463,Drive motor vehicle on road/public place when not lawfully resident in UK,194 Immigration Offence,SNM,Summary non-motoring,Drive motor vehicle on road/public place when not lawfully resident in UK,11,100,v0.26.0 +IM71128,19464,Illegal working,194 Immigration Offence,SNM,Summary non-motoring,Illegal working,11,100,v0.26.0 +NE06001,19649,Possessing a pesticide containing a proscribed ingredient,Other summary non-motoring offences,SNM,Summary non-motoring,Possessing a pesticide containing a proscribed ingredient,11,100,v0.26.0 +BA07006,19706,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",197 Policing and Crime Act 2017 - Fail to give nationality / date of birth / name ,SNM,Summary non-motoring,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",11,100,v0.26.0 +BA07007,19706,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",197 Policing and Crime Act 2017 - Fail to give nationality / date of birth / name ,SNM,Summary non-motoring,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",11,100,v0.26.0 +CT03011,19706,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",197 Policing and Crime Act 2017 - Fail to give nationality / date of birth / name ,SNM,Summary non-motoring,"Requirement to give information in criminal proceedings, to state nationality/produce nationality document",11,100,v0.26.0 +SV09001,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09002,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09003,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09004,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09005,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09006,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09007,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09008,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09009,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09010,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09011,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09012,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09013,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09014,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09015,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09016,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09017,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09018,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09019,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09020,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09021,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09022,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09023,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09024,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09025,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09026,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09027,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09028,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09029,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09030,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09031,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +SV09032,9177,Triable either way Offences under Swine Vesicular Disease Regulations 2009,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way Offences under Swine Vesicular Disease Regulations 2009,9,108,v0.26.0 +CD06001,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +CD06002,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +CD06003,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +CD06004,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +CD06005,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +CD06006,9178,Restriction on the placing on the market or use of dangerous substances and preparations,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Restriction on the placing on the market or use of dangerous substances and preparations,9,108,v0.26.0 +TA02019,9180,Proprietor or editor of information society service publishing tobacco advertisement.,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Proprietor or editor of information society service publishing tobacco advertisement.,9,108,v0.26.0 +TA02020,9181,Procuring inclusion of tobacco advertisement in information society service.,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Procuring inclusion of tobacco advertisement in information society service.,9,108,v0.26.0 +RA05001,9557,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,9,108,v0.26.0 +RA05002,9557,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,9,108,v0.26.0 +RA05003,9557,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,9,108,v0.26.0 +RA05004,9557,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,9,108,v0.26.0 +RA05005,9557,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences [excluding R.6(7)] under Railways (Accident Investigation and Reporting) Regulations 2005,9,108,v0.26.0 +GL09139,10423,Assault on a constable ,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assault on a constable ,11,108,v0.26.0 +PL64001,10423,Assault on a constable ,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assault on a constable ,11,108,v0.26.0 +PL96001,10423,Assault on a constable ,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assault on a constable ,11,108,v0.26.0 +DP08001,7761,Operator failing to comply with requirements imposed by Article 3 of Community Regulation (EC) No 273/2004,92A Other drug trafficking offences,TEW,Drug offences,Operator failing to comply with requirements imposed by Article 3 of Community Regulation (EC) No 273/2004,6,110,v0.26.0 +ET08001,7762,Operator failing to comply with requirements imposed by Regulation 6 - EXPORTS,92A Other drug trafficking offences,TEW,Drug offences,Operator failing to comply with requirements imposed by Regulation 6 - EXPORTS,6,110,v0.26.0 +ET08002,7763,Operator failing to comply with requirements imposed by Regulation 7 - IMPORTS,92A Other drug trafficking offences,TEW,Drug offences,Operator failing to comply with requirements imposed by Regulation 7 - IMPORTS,6,110,v0.26.0 +ET08003,7764,Operator failing to comply with requirements imposed by Article 6 or 7 of Council Regulation (EC) No 111/2005 - licensing and registration of operators,92A Other drug trafficking offences,TEW,Drug offences,Operator failing to comply with requirements imposed by Article 6 or 7 of Council Regulation (EC) No 111/2005 - licensing and registration of operators,6,110,v0.26.0 +HS06006,9831,Prohibition of sale of medical practices,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition of sale of medical practices,9,110,v0.26.0 +EA967444,11204,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,11,110,v0.26.0 +ED96015,11204,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,11,110,v0.26.0 +ED96016,11204,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,11,110,v0.26.0 +ED96017,11204,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent knows that child is failing to attend school regularly and fails without reasonable justification to cause him or her to attend school or alternative education provision,11,110,v0.26.0 +WM06013,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06014,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06015,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06016,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06018,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06019,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06020,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +WM06021,18903,"Offences relating to the making up and marking of packages and outer containers, and record keeping",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences relating to the making up and marking of packages and outer containers, and record keeping",11,110,v0.26.0 +IS86276,5512,Bankruptcy and Insolvency: make a false representation fraudulently do/omit to do a thing for the purpose of obtaining approval of creditors,55.1 Bankruptcy Offence - indictable only,IO,Fraud offences,Bankruptcy and Insolvency: make a false representation fraudulently do/omit to do a thing for the purpose of obtaining approval of creditors,10,115,v0.26.0 +IS86276B,5512,Bankruptcy and Insolvency: make a false representation fraudulently do/omit to do a thing for the purpose of obtaining approval of creditors,55.1 Bankruptcy Offence - indictable only,IO,Fraud offences,Bankruptcy and Insolvency: make a false representation fraudulently do/omit to do a thing for the purpose of obtaining approval of creditors,10,115,v0.26.0 +WR03001,9992,Failure to comply with requirements of work notice (Water Act 2003),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with requirements of work notice (Water Act 2003),9,115,v0.26.0 +IM71122,19465,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,11,115,v0.26.0 +IM71123,19465,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,11,115,v0.26.0 +IM71124,19465,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,11,115,v0.26.0 +IM71125,19465,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Provide false information / intentionally failed to disclose information to a relevant officer enforcing a power under Part 1 of Schedule 4A of the Immigration Act 1971,11,115,v0.26.0 +CM07001,410,Applicable organisation by way of management or organisation of its activities causing death by gross breach of duty of care,4.10 Applicable organisation causing death by gross breach of duty of care,IO,Violence against the person,Applicable organisation by way of management or organisation of its activities causing death by gross breach of duty of care,1,120,v0.26.0 +MS67001,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS67002,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS67003,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS67004,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS95042,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS95043,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS95045,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS95047,705,Taking or sending a ship to sea with load line submerged,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Taking or sending a ship to sea with load line submerged,1,120,v0.26.0 +MS64002,706,Endangering life at sea: Owner or master of ship contravening cargo ship construction and survey rules,7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Endangering life at sea: Owner or master of ship contravening cargo ship construction and survey rules,1,120,v0.26.0 +MS95048,709,Contravention of deck cargo regulations (load lines etc.),7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,Contravention of deck cargo regulations (load lines etc.),1,120,v0.26.0 +MS95008,711,"Using etc. in navigation any unsafe lighter, barge or like vessel, likely to endanger human life",7.2 Endangering Life at Sea - triable either way,TEW,Violence against the person,"Using etc. in navigation any unsafe lighter, barge or like vessel, likely to endanger human life",1,120,v0.26.0 +MS15007,3612,Do act prohibited by slavery and trafficking risk or prevention order,106 Modern Slavery,TEW,Violence against the person,Do act prohibited by slavery and trafficking risk or prevention order,1,120,v0.26.0 +MS15008,3613,Fail to comply with requirement to surrender passport under Modern Slavery Act 2015,106 Modern Slavery,TEW,Violence against the person,Fail to comply with requirement to surrender passport under Modern Slavery Act 2015,1,120,v0.26.0 +MS15009,3614,Fail to comply with requirement to provide name and address under Modern Slavery Act 2015,106 Modern Slavery,TEW,Violence against the person,Fail to comply with requirement to provide name and address under Modern Slavery Act 2015,1,120,v0.26.0 +CS06055,5209,False accounting: Failure to comply with S.414 requirements concerning approval and signing of accounts (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: Failure to comply with S.414 requirements concerning approval and signing of accounts (Companies Act 1985),10,120,v0.26.0 +CS06071,5210,False accounting: Failure to comply with requirements concerning approval and signing of abbreviated accounts (Companies Act 1985),52 False Accounting,TEW,Fraud offences,False accounting: Failure to comply with requirements concerning approval and signing of abbreviated accounts (Companies Act 1985),10,120,v0.26.0 +FC81041,6128,Reproducing British currency note or making imitation British coins,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Reproducing British currency note or making imitation British coins,9,120,v0.26.0 +FC81042,6128,Reproducing British currency note or making imitation British coins,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Reproducing British currency note or making imitation British coins,9,120,v0.26.0 +FC81043,6128,Reproducing British currency note or making imitation British coins,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Reproducing British currency note or making imitation British coins,9,120,v0.26.0 +FC81044,6128,Reproducing British currency note or making imitation British coins,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Reproducing British currency note or making imitation British coins,9,120,v0.26.0 +PE01002,6133,Failure to hand over a Euro note or coin received believing it to be counterfeit,61.2 Other forgery - triable either way,TEW,Miscellaneous crimes against society,Failure to hand over a Euro note or coin received believing it to be counterfeit,9,120,v0.26.0 +CA14003,6806,Care provider fail to comply with a remedial / publicity order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Care provider fail to comply with a remedial / publicity order,8,120,v0.26.0 +CJ15003,6806,Care provider fail to comply with a remedial / publicity order,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Care provider fail to comply with a remedial / publicity order,8,120,v0.26.0 +BL63002,7522,Permitting unlicensed premises to be etc. for betting other than pool betting (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Permitting unlicensed premises to be etc. for betting other than pool betting (historic),9,120,v0.26.0 +BL63041,7522,Permitting unlicensed premises to be etc. for betting other than pool betting (historic),"75 Betting, gaming and lotteries",TEW,Miscellaneous crimes against society,Permitting unlicensed premises to be etc. for betting other than pool betting (historic),9,120,v0.26.0 +IA99042,7806,Knowingly or recklessly disclosing information under S.93(2) (Immigration and Asylum Act 1999),78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Knowingly or recklessly disclosing information under S.93(2) (Immigration and Asylum Act 1999),9,120,v0.26.0 +AI04007,7822,Employing a person subject to immigration control who has attained the age of 16,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Employing a person subject to immigration control who has attained the age of 16,9,120,v0.26.0 +AI96002,7822,Employing a person subject to immigration control who has attained the age of 16,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Employing a person subject to immigration control who has attained the age of 16,9,120,v0.26.0 +AI96003,7822,Employing a person subject to immigration control who has attained the age of 16,78.2 Other assisting entry of illegal immigrant,TEW,Miscellaneous crimes against society,Employing a person subject to immigration control who has attained the age of 16,9,120,v0.26.0 +PR74006,8405,"Price regulation, price marking and price range notices; restriction on disclosure of information",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Price regulation, price marking and price range notices; restriction on disclosure of information",9,120,v0.26.0 +PR74011,8405,"Price regulation, price marking and price range notices; restriction on disclosure of information",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Price regulation, price marking and price range notices; restriction on disclosure of information",9,120,v0.26.0 +PR74013,8405,"Price regulation, price marking and price range notices; restriction on disclosure of information",84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,"Price regulation, price marking and price range notices; restriction on disclosure of information",9,120,v0.26.0 +CP87021,8406,Furnishing false information in response to notice or to enforcement officer,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Furnishing false information in response to notice or to enforcement officer,9,120,v0.26.0 +CP87026,8406,Furnishing false information in response to notice or to enforcement officer,84 Trade Descriptions Act and Similar Offences,TEW,Miscellaneous crimes against society,Furnishing false information in response to notice or to enforcement officer,9,120,v0.26.0 +CC000099,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +CC000104,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +CX00019,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +EP33191,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +GL08080,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +GL09075,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +GM000004,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS00074,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS00174,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS00274,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS19743,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS197433,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS19744,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74001,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74002,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74003,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74004,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74005,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74006,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74007,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74008,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74040,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74042,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74043,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74048,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74050,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74061,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74062,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS741H,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74321A,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74331,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74331A,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74331C,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74FAIL,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74GW01,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74GW02,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74GW03,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HS74SW05,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HSAW1974,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +HSE331A,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +MH99331,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +WI00037,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +WM000053,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +YY000227,8501,Neglect of safety at work,85 Health and Safety at Work etc. Act 1974,TEW,Miscellaneous crimes against society,Neglect of safety at work,9,120,v0.26.0 +CC00098,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +CC00120,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP34190B,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP34341,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP34356,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP3456,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP3490A,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP64324,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90003H,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90023,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90023H,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90024,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90128,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90136,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90137,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90138,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90140,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90341,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90341B,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP90342A,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +HERT044,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +KE00030,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +KE00209,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +LO31101,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +LO31105,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +LO31106,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +LO31107,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +LO31114,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +MEENVP,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +NO36057,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +NO36058,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +NO36059,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +QS00058,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +WM00103,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +YY000074,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +YY000223,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +YY000253,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +YY000311,9117,"Handling, controlling or transferring controlled waste without taking reasonable measures",91.1 Offences related to fly-tipping - Triable either way,TEW,Miscellaneous crimes against society,"Handling, controlling or transferring controlled waste without taking reasonable measures",9,120,v0.26.0 +EP03001,9152,"Contravention of Regulations 4, 5,6 or 7 (Environmental Protection (Controls on Dangerous Substances) Regulations 2003)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravention of Regulations 4, 5,6 or 7 (Environmental Protection (Controls on Dangerous Substances) Regulations 2003)",9,120,v0.26.0 +GG03001,9152,"Contravention of Regulations 4, 5,6 or 7 (Environmental Protection (Controls on Dangerous Substances) Regulations 2003)",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Contravention of Regulations 4, 5,6 or 7 (Environmental Protection (Controls on Dangerous Substances) Regulations 2003)",9,120,v0.26.0 +AA97001,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97002,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97003,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97004,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97005,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97006,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97007,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97008,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97009,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97010,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97011,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97012,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97013,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97014,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97015,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97017,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97018,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97019,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97020,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97021,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97022,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97023,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +AA97024,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +FH06007H,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +WM00056,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +ZZ00033,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +ZZ00034,9169,All offences made under Animal and Animal Products Regulations 1997,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,All offences made under Animal and Animal Products Regulations 1997,9,120,v0.26.0 +WB09001,9188,"Producer of portable batteries, placed on market in UK, failed to comply with requirement to finance net costs of collection, treatment and recycling of all waste portable batteries collected in UK, Waste Batteries and Accumulators Regulations 2009",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Producer of portable batteries, placed on market in UK, failed to comply with requirement to finance net costs of collection, treatment and recycling of all waste portable batteries collected in UK, Waste Batteries and Accumulators Regulations 2009",9,120,v0.26.0 +WB09002,9189,"Producer of portable batteries fail to register with a battery compliance scheme, Waste Batteries and Accumulators Regulations 2009",91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,"Producer of portable batteries fail to register with a battery compliance scheme, Waste Batteries and Accumulators Regulations 2009",9,120,v0.26.0 +DB0008,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +DB0025,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +KE00058,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90002H,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90004,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90004G,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90026,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90026A,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90123,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90175,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC901971,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90224,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +TC90SW05,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +WI00061,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +WI00130,9401,Non compliance with enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Non compliance with enforcement notice,9,120,v0.26.0 +AS00050,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +BED0029,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +TC90006,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +TC90028,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +TC90029,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +TC90050,9402,Contravention of stop notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of stop notice,9,120,v0.26.0 +TC90008,9403,Contravention of discontinuance of use etc. order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of discontinuance of use etc. order,9,120,v0.26.0 +AS00043,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90014,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90027,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90034,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90035,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90036,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90037,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90038,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90039,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90040,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90042,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90043,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90044,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90045,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90046,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90055,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90056,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90057,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +TC90211,9406,Contravening tree preservation order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravening tree preservation order,9,120,v0.26.0 +PL90002,9409,Failure to comply with a Listed Building enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Failure to comply with a Listed Building enforcement notice,9,120,v0.26.0 +PL90003,9409,Failure to comply with a Listed Building enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Failure to comply with a Listed Building enforcement notice,9,120,v0.26.0 +WI00137,9409,Failure to comply with a Listed Building enforcement notice,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Failure to comply with a Listed Building enforcement notice,9,120,v0.26.0 +PH90001,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +PH90002,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00105,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00106,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00107,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00108,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00109,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +WM00110,9410,Contravention of hazardous substances control,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Contravention of hazardous substances control,9,120,v0.26.0 +TC90030,9411,Offences relating to the contravention of a temporary stop order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Offences relating to the contravention of a temporary stop order,9,120,v0.26.0 +TC90031,9411,Offences relating to the contravention of a temporary stop order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Offences relating to the contravention of a temporary stop order,9,120,v0.26.0 +TC90032,9411,Offences relating to the contravention of a temporary stop order,"94A Offences under the Town and Country Planning Act 1990, Planning (Listed Buildings and Conservation Areas) Act 1990 and the Planning (Hazardous Substances) Act 1990",TEW,Miscellaneous crimes against society,Offences relating to the contravention of a temporary stop order,9,120,v0.26.0 +PC02019,9512,"Financial institution if in purported compliance with requirement imposed under a disclosure order, makes or recklessly makes a false or misleading statement","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Financial institution if in purported compliance with requirement imposed under a disclosure order, makes or recklessly makes a false or misleading statement",9,120,v0.26.0 +RT03007,9515,Failure to comply with a direction given by the Chief Inspector of Rail Accidents,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with a direction given by the Chief Inspector of Rail Accidents,9,120,v0.26.0 +WI91032,9516,Failure to give information or assistance to technical assessors,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to give information or assistance to technical assessors,9,120,v0.26.0 +CI03002,9517,"Financial institution: in purported compliance with a customer information order making a statement, or recklessly making a statement, knowing it to be false or misleading in a material particular","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Financial institution: in purported compliance with a customer information order making a statement, or recklessly making a statement, knowing it to be false or misleading in a material particular",9,120,v0.26.0 +CI03003,9518,Financial institution: disclosing types of information specified in Section 42(3) to customers - requests for account monitoring or account information received (Crime (International Co-operation) Act 2003),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Financial institution: disclosing types of information specified in Section 42(3) to customers - requests for account monitoring or account information received (Crime (International Co-operation) Act 2003),9,120,v0.26.0 +HO04014,9537,"Intentionally altering, suppressing or destroying document required to be produced under S.235 notice","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Intentionally altering, suppressing or destroying document required to be produced under S.235 notice",9,120,v0.26.0 +EN08006,9542,Licence holder failing to keep records or give notice or make a return or report as required by licence - importation and storage of combustible gas,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Licence holder failing to keep records or give notice or make a return or report as required by licence - importation and storage of combustible gas,9,120,v0.26.0 +EN08018,9543,Making a statement which the person knows to be false or recklessly making statement which is false to obtain licence or consent of Secretary of State etc �������� importation and storage of combustible gas,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a statement which the person knows to be false or recklessly making statement which is false to obtain licence or consent of Secretary of State etc ��� importation and storage of combustible gas,9,120,v0.26.0 +EN08019,9543,Making a statement which the person knows to be false or recklessly making statement which is false to obtain licence or consent of Secretary of State etc �������� importation and storage of combustible gas,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Making a statement which the person knows to be false or recklessly making statement which is false to obtain licence or consent of Secretary of State etc ��� importation and storage of combustible gas,9,120,v0.26.0 +EN08020,9544,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of Secretary of State etc �������� importation and storage of combustible gas,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of Secretary of State etc ��� importation and storage of combustible gas,9,120,v0.26.0 +EN08021,9544,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of Secretary of State etc �������� importation and storage of combustible gas,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to disclose information which is known or ought to be known to be relevant to an application for licence or consent of Secretary of State etc ��� importation and storage of combustible gas,9,120,v0.26.0 +EN08022,9545,Failure to comply with direction under S.10 �������� importation and storage of combustible gas (Energy Act 2008),"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to comply with direction under S.10 ��� importation and storage of combustible gas (Energy Act 2008),9,120,v0.26.0 +RA05006,9558,Failure to assist a railway Investigation Branch Inspector when required to do so,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Failure to assist a railway Investigation Branch Inspector when required to do so,9,120,v0.26.0 +MA09005,9561,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,9,120,v0.26.0 +MA09006,9561,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,9,120,v0.26.0 +MA09007,9561,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Knowingly making false or misleading or reckless statement or intentionally failing to disclose information,9,120,v0.26.0 +MA09018,9562,Offences in relation to marine and coastal enforcement officers,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Offences in relation to marine and coastal enforcement officers,9,120,v0.26.0 +MA09019,9562,Offences in relation to marine and coastal enforcement officers,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Offences in relation to marine and coastal enforcement officers,9,120,v0.26.0 +MA09020,9562,Offences in relation to marine and coastal enforcement officers,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Offences in relation to marine and coastal enforcement officers,9,120,v0.26.0 +MA09021,9562,Offences in relation to marine and coastal enforcement officers,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Offences in relation to marine and coastal enforcement officers,9,120,v0.26.0 +CJ17002,9577,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,9,120,v0.26.0 +CJ17003,9577,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,9,120,v0.26.0 +CJ17004,9577,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Triable either way offences under Criminal Justice (European Investigation Order) Regulations 2017,9,120,v0.26.0 +DN18003,9601,"Unauthorised disclosure of information by the Commissioner/member of Commissioner's staff/agent of the Commissioner, s.132(3) of the Data Protection Act 2018","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Unauthorised disclosure of information by the Commissioner/member of Commissioner's staff/agent of the Commissioner, s.132(3) of the Data Protection Act 2018",9,120,v0.26.0 +DN18004,9602,"Make false statement knowingly/recklessly in response to an information notice, s.144 of the Data Protection Act 2018","95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,"Make false statement knowingly/recklessly in response to an information notice, s.144 of the Data Protection Act 2018",9,120,v0.26.0 +DN18005,9603,Obtain / procure disclose / retain personal data without consent of controller,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obtain / procure disclose / retain personal data without consent of controller,9,120,v0.26.0 +DN18005A,9603,Obtain / procure disclose / retain personal data without consent of controller,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obtain / procure disclose / retain personal data without consent of controller,9,120,v0.26.0 +DN18006,9603,Obtain / procure disclose / retain personal data without consent of controller,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obtain / procure disclose / retain personal data without consent of controller,9,120,v0.26.0 +DN18007,9603,Obtain / procure disclose / retain personal data without consent of controller,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Obtain / procure disclose / retain personal data without consent of controller,9,120,v0.26.0 +DN18008,9604,Unlawfully sell / offer to sell personal data,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Unlawfully sell / offer to sell personal data,9,120,v0.26.0 +DN18009,9604,Unlawfully sell / offer to sell personal data,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Unlawfully sell / offer to sell personal data,9,120,v0.26.0 +DN18010,9605,Re-identify de-identified personal data without controller's consent; Unlawfully process re-identified data ,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Re-identify de-identified personal data without controller's consent; Unlawfully process re-identified data ,9,120,v0.26.0 +DN18011,9605,Re-identify de-identified personal data without controller's consent; Unlawfully process re-identified data ,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Re-identify de-identified personal data without controller's consent; Unlawfully process re-identified data ,9,120,v0.26.0 +DN18013,9606,Make employment/provision of goods/facilities/services conditional on access to a relevant record,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Make employment/provision of goods/facilities/services conditional on access to a relevant record,9,120,v0.26.0 +DN18014,9606,Make employment/provision of goods/facilities/services conditional on access to a relevant record,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Make employment/provision of goods/facilities/services conditional on access to a relevant record,9,120,v0.26.0 +DN18018,9607,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,9,120,v0.26.0 +DN18019,9607,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,9,120,v0.26.0 +DN18020,9607,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Destroying or falsifying information and documents specified in information/assessment notices under s.148(2) of the Data Protection Act 2018,9,120,v0.26.0 +PO07001,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +PO07002,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +PO07003,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +PO07004,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +PO07005,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +PO07006,9805,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Producer Responsibility Obligations (Packaging Waste) Regulations 2007,9,120,v0.26.0 +AV82067,9823,Failure to comply with S.18A enforcement notice (Aviation Security Act 1982),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Failure to comply with S.18A enforcement notice (Aviation Security Act 1982),9,120,v0.26.0 +AV82068,9824,"Interference with buildings constructed on, work executed on or anything installed on or over land under S.18A notice (Aviation Security Act 1982)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Interference with buildings constructed on, work executed on or anything installed on or over land under S.18A notice (Aviation Security Act 1982)",9,120,v0.26.0 +PP05001,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05002,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05003,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05004,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05005,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05006,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05007,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05008,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05009,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05010,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05011,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05012,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05013,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05014,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05015,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05016,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05017,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05018,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05019,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05020,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05027,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05028,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05029,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05030,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05031,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05032,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05033,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05034,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05035,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP05036,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP11002,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +PP12002,9825,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Plant Protection Products (Sustainable Use) Regulations 2012,9,120,v0.26.0 +DN98002,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98003,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98004,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98005,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98006,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98006A,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98006C,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98007,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98008,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98009,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98010,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98011,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +DN98012,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +LOND006,9830,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Using data for unauthorised purpose; disclosing data to unauthorised person etc.,9,120,v0.26.0 +PW73001,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73002,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73003,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73004,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73005,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73006,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73007,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73008,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73009,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73010,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73011,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73012,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +PW73013,9865,Triable either way offences under Protection of Wrecks Act 1973,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Protection of Wrecks Act 1973,9,120,v0.26.0 +CM07002,9866,Organisation convicted of corporate manslaughter or homicide failing to comply with remedial order,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Organisation convicted of corporate manslaughter or homicide failing to comply with remedial order,9,120,v0.26.0 +CM07003,9867,Organisation convicted of corporate manslaughter or homicide failing to comply with order to publish particulars of offence,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Organisation convicted of corporate manslaughter or homicide failing to comply with order to publish particulars of offence,9,120,v0.26.0 +EE10001,9872,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",9,120,v0.26.0 +EE10002,9872,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",9,120,v0.26.0 +EE10003,9872,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Contravention of or causing or permitting another person to contravene any of Regulations 3-5, 8 or 9 (Ecodesign for Energy-Related Products Regulations 2010)",9,120,v0.26.0 +EN08001,9878,Offences of carrying on unlicensed activities - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities - importation and storage of combustible gas,9,120,v0.26.0 +EN08002,9878,Offences of carrying on unlicensed activities - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities - importation and storage of combustible gas,9,120,v0.26.0 +EN08003,9878,Offences of carrying on unlicensed activities - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities - importation and storage of combustible gas,9,120,v0.26.0 +EN08017,9878,Offences of carrying on unlicensed activities - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of carrying on unlicensed activities - importation and storage of combustible gas,9,120,v0.26.0 +EN08004,9879,Offence committed by licence holder - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder - importation and storage of combustible gas,9,120,v0.26.0 +EN08005,9879,Offence committed by licence holder - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder - importation and storage of combustible gas,9,120,v0.26.0 +EN08007,9879,Offence committed by licence holder - importation and storage of combustible gas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offence committed by licence holder - importation and storage of combustible gas,9,120,v0.26.0 +WR09001,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09002,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09003,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09004,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09005,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09008,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +WR09009,9887,Triable either way offences under Wine Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Wine Regulations 2009,9,120,v0.26.0 +SF68018,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68019,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68020,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68021,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68022,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68023,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68024,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68025,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68026,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68027,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68028,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68029,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68030,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68031,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68032,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +SF68033,9888,Triable either way offences under Sea Fisheries Act 1968,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fisheries Act 1968,9,120,v0.26.0 +MA09001,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09002,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09003,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09012,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09013,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09014,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09015,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +MA09024,9889,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences of damaging etc protected features of Marine Conservation Zones (Marine and Costal Access Act 2009),9,120,v0.26.0 +WI34011,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34012,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34013,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34014,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34015,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34016,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34017,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34018,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +WI34020,9890,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conservation of whales - triable either way offences under Whaling Industry (Regulation) Act 1934,9,120,v0.26.0 +EL09001,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09002,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09003,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09004,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09005,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09006,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09007,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09008,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09009,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09010,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09011,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09012,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09013,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09014,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09015,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09016,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09017,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09018,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09019,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09020,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09021,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09022,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09023,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +EL09024,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +YY000221,9894,Triable either way offences under The Eels (England and Wales) Regulations 2009,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under The Eels (England and Wales) Regulations 2009,9,120,v0.26.0 +SF75048,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75048A,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75052,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75122,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75123,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75124,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +SF75125,9895,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Fish/take fish by other than licensable means in circumstances where fish/taking may or may not be authorised, or possess unlicensed instrument with intent to fish/take fish or without a S27A authority",9,120,v0.26.0 +HR97001,9902,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,9,120,v0.26.0 +HR97002,9902,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,9,120,v0.26.0 +HR97003,9902,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Intentionally or recklessly removing or causing or permitting the removal of a hedgerow,9,120,v0.26.0 +BA10009,9910,Commercial organisation - failure to prevent associate bribing another with intent to obtain or retain business or advantage,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Commercial organisation - failure to prevent associate bribing another with intent to obtain or retain business or advantage,9,120,v0.26.0 +WC81276,9921,Removing or disturbing limestone on designated land,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Removing or disturbing limestone on designated land,9,120,v0.26.0 +SF00001,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00002,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00003,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00004,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00005,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00006,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00007,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +SF00008,9922,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Triable either way offences under Sea Fishing (Enforcement of Community Control Measures) Order Act 2000,9,120,v0.26.0 +AC95002,9935,Making statement to the licensing authority (or someone acting on their behalf) which is false in a material particular (Activity Centres (Young Persons) Act 1995),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Making statement to the licensing authority (or someone acting on their behalf) which is false in a material particular (Activity Centres (Young Persons) Act 1995),9,120,v0.26.0 +NS00001,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00002,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00003,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00004,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00005,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00006,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00007,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +NS00008,9942,Offences under Nuclear Safeguards Act 2000,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Offences under Nuclear Safeguards Act 2000,9,120,v0.26.0 +AP04003,9946,Disclosure of information for enforcing warrants,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disclosure of information for enforcing warrants,9,120,v0.26.0 +MC80009,9946,Disclosure of information for enforcing warrants,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Disclosure of information for enforcing warrants,9,120,v0.26.0 +WC81277,9948,Areas of special scientific interest (Wildlife and Countryside Act 1981),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Areas of special scientific interest (Wildlife and Countryside Act 1981),9,120,v0.26.0 +WC81285,9948,Areas of special scientific interest (Wildlife and Countryside Act 1981),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Areas of special scientific interest (Wildlife and Countryside Act 1981),9,120,v0.26.0 +WC81286,9948,Areas of special scientific interest (Wildlife and Countryside Act 1981),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Areas of special scientific interest (Wildlife and Countryside Act 1981),9,120,v0.26.0 +WC81287,9948,Areas of special scientific interest (Wildlife and Countryside Act 1981),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Areas of special scientific interest (Wildlife and Countryside Act 1981),9,120,v0.26.0 +WC81288,9948,Areas of special scientific interest (Wildlife and Countryside Act 1981),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Areas of special scientific interest (Wildlife and Countryside Act 1981),9,120,v0.26.0 +TR00008,9953,Knowingly giving false information or false statement (Transport Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly giving false information or false statement (Transport Act 2000),9,120,v0.26.0 +TR00009,9953,Knowingly giving false information or false statement (Transport Act 2000),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Knowingly giving false information or false statement (Transport Act 2000),9,120,v0.26.0 +TR00025,9955,Regulations made under S.247 of Transport Act 2000 (triable either way offences),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Regulations made under S.247 of Transport Act 2000 (triable either way offences),9,120,v0.26.0 +PS01004,9965,Right to use approved status (Private Security Industry Act 2001),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Right to use approved status (Private Security Industry Act 2001),9,120,v0.26.0 +PS01005,9965,Right to use approved status (Private Security Industry Act 2001),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Right to use approved status (Private Security Industry Act 2001),9,120,v0.26.0 +PS01006,9966,Imposition of requirements for approval (Private Security Industry Act 2001),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Imposition of requirements for approval (Private Security Industry Act 2001),9,120,v0.26.0 +PS01007,9966,Imposition of requirements for approval (Private Security Industry Act 2001),99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Imposition of requirements for approval (Private Security Industry Act 2001),9,120,v0.26.0 +RT03008,9988,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",9,120,v0.26.0 +RT03021,9988,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",9,120,v0.26.0 +RT03023,9988,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,"Triable either way offences (except Secs 10, 78-82, 92-95) under Railway and Transport Safety Act 2003",9,120,v0.26.0 +WI91002,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91003,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91007,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91008,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91009,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91010,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91014,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91015,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91016,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91037,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91038,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91039,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91040,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91041,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91042,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91043,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91044,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91045,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91046,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91047,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91048,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91049,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91050,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91051,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91052,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91053,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91054,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91071,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91072,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91073,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91075,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91078,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91079,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91082,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91087,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91088,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91089,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91090,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91091,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91092,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91095,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91097,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +WI91098,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +YW12191,9993,Prohibition on unauthorised introduction of water or unauthorised use of supply system,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Prohibition on unauthorised introduction of water or unauthorised use of supply system,9,120,v0.26.0 +EV03009,81003,Disclosing any information obtained from the register of vehicles held under S.21 of the Vehicle Excise and Registration Act 1994,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Disclosing any information obtained from the register of vehicles held under S.21 of the Vehicle Excise and Registration Act 1994,12,120,v0.26.0 +TR00020,82009,Intentionally obstructing a person exercising any power conferred on him (enforcement of licensing scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Intentionally obstructing a person exercising any power conferred on him (enforcement of licensing scheme),12,120,v0.26.0 +CC000062,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +EV03001,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +EV03010,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +EV03011,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +EV03012,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +EV03013,82507,Triable either way offences under End-of-Life Vehicles Regulations 2003,825B Miscellaneous motoring offences (MOT) - Triable either way,TEW,Miscellaneous crimes against society,Triable either way offences under End-of-Life Vehicles Regulations 2003,9,120,v0.26.0 +PF12001,82524,Without lawful authority immobilise/move/restrict the movement of a motor vehicle,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without lawful authority immobilise/move/restrict the movement of a motor vehicle,12,120,v0.26.0 +PF12002,82524,Without lawful authority immobilise/move/restrict the movement of a motor vehicle,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without lawful authority immobilise/move/restrict the movement of a motor vehicle,12,120,v0.26.0 +SC07013,306,Encouraging or assisting in the commission of one or more offences of murder believing one or more will be committed,3A Conspiracy to murder,IO,Violence against the person,Encouraging or assisting in the commission of one or more offences of murder believing one or more will be committed,1,130,v0.26.0 +RT88531,418,Cause serious injury by driving whilst disqualified,4.14 Cause serious injury by driving whilst disqualified,TEW,Violence against the person,Cause serious injury by driving whilst disqualified,1,130,v0.26.0 +CAM051,5399,Other frauds,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Other frauds,10,130,v0.26.0 +SUFF036,5399,Other frauds,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Other frauds,10,130,v0.26.0 +YY0050,5399,Other frauds,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Other frauds,10,130,v0.26.0 +YY0053,5399,Other frauds,53B.1 Preserved other fraud and repealed fraud offences (pre-Fraud Act 2006),TEW,Fraud offences,Other frauds,10,130,v0.26.0 +DA14001,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +GL09166,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IA35350,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IA35650,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IA86SW01,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86001,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86002,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86004,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86010,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86011,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86013,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86015,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86016,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86018,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86020,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86021,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86022,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86025,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86026,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86027,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86028,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86029,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86035,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86036,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86038,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86039,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86040,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86041,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86043,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86044,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86050,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86051,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86052,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86054,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86055,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86058,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86059,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86060,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86061,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86063,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86065,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86066,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86067,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86068,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86069,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86070,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86072,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86073,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86074,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86075,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86076,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86083,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86084,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86090,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86091,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86092,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86093,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86099,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86100,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86104,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86105,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86106,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86107,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86109,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86110,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86111,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86118,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86119,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86120,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86121,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86122,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86123,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86124,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86125,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86126,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86127,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86128,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86135,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86136,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86137,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86138,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86139,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86140,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86143,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86144,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86145,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86146,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86147,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86148,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86149,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86150,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86151,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86154,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86155,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86156,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86157,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86158,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86159,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86166,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86167,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86172,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86173,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86174,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86175,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86180,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86181,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86182,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86191,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86192,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86195,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86196,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86197,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86198,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86207,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86208,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86210,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86211,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86212,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86213,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86214,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86215,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86216,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86217,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86218,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86219,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86220,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86221,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86222,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86223,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86224,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86225,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86226,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86227,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86228,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86229,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86230,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86231,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86232,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86233,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86234,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86235,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86236,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86237,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86238,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86239,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86240,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86241,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86242,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86243,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86244,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86245,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86246,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86247,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86248,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86249,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86250,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86251,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86252,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86253,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86254,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86255,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86256,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86257,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86258,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86259,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86260,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86261,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86262,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86263,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +IS86264,5501,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,55.2 Bankruptcy Offence - triable either way,TEW,Fraud offences,Offences in relation to Bankruptcy and Insolvency; Triable either way offences under Insolvency Act 1986,10,130,v0.26.0 +AL10001,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10002,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10003,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10004,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10005,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10006,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10007,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10008,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10011,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +AL10013,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94022,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94023,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94024,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94025,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94026,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94027,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94029,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94030,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94031,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94033,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94034,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94035,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94036,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94037,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94038,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94039,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94040,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94041,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94042,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94044,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94045,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94046,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94047,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94048,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94049,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94050,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94051,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94052,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94053,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94054,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94055,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94056,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94057,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94058,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94059,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94060,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94061,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94062,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94064,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94066,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94067,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94068,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CT94078,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL64013,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL64014,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL64015,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL96008,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL96009,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL96010,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL96011,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL97002,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PL97003,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00016,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00017,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00018,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00019,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00020,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00021,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00022,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00023,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00024,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00025,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00026,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00030,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00031,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00032,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00034,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00035,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00036,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00037,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00038,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00039,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00040,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00041,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00042,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00043,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00044,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00045,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00046,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00047,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00048,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00056,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00057,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00064,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00065,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00066,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00067,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00070,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00072,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT00073,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89001,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89002,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89003,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89004,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89005,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89006,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89007,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89008,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89009,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89010,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89011,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89016,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89017,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89018,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89019,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89020,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89025,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89026,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89028,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89030,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89031,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89032,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89033,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89034,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89035,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89036,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89037,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89038,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89039,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89040,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89041,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89042,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89043,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89044,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89045,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89046,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89047,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89048,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89049,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89050,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89051,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89060,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89061,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89076,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89077,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89078,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89079,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89080,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89081,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89082,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89083,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89084,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89085,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89086,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89087,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89088,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89089,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89090,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89091,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89092,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89093,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89094,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89095,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89096,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89097,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89098,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89099,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89100,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89101,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89102,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89103,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89104,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89105,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89106,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89107,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89108,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89109,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89110,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89111,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89112,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89113,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89114,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89115,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89116,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89117,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89118,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89119,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89120,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89121,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89122,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89123,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89124,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89128,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89129,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89130,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89131,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89144,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89145,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89146,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89147,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89148,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89149,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89150,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89151,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89152,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89153,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89154,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89155,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89156,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PT89157,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36002,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36003,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36004,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36005,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36006,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36007,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36008,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36009,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU36010,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86027,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86028,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86029,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86032,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86041,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86042,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86043,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86046,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86047,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86048,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86099,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +PU86100,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +TA10001,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +TA10007,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +TA10008,6699,Offences against the State and Public Order: Other offences under which proceedings were taken,66.9 Other Offence against the State or Public Order - triable either way,TEW,Public order offences,Offences against the State and Public Order: Other offences under which proceedings were taken,8,130,v0.26.0 +CC000079,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CE79070,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CE79072,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CT83001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CT83002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CT83003,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +CT83004,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +FN00001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +FN03005,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +FN21001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +FN21002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79003,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79004,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79005,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79006,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79007,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79008,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79009,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79010,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79011,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79012,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +HC79013,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +TC02002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA83001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA83002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA83003,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA83004,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA94001,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA94001H,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA94002,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA94003,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VA94004,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +VAT94GW1,8202,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",82 Revenue Law Offence,TEW,Miscellaneous crimes against society,"Triable either way offences against laws relating to Customs, Excise and Inland Revenue",9,130,v0.26.0 +FS13001,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13002,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13003,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13004,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13005,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13006,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13009,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13010,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13011,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13012,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13013,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13014,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13015,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13016,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13017,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13019,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13025,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13026,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13027,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13028,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13029,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +FS13030,9184,Triable either way offences under Food Safety and Hygiene Regulations 2013,91.2 Other Public Health offences,TEW,Miscellaneous crimes against society,Triable either way offences under Food Safety and Hygiene Regulations 2013,9,130,v0.26.0 +SC07014,9553,Disclosing protected information disclosed by public authority acting as an anti fraud organisation,"95 Disclosure, obstruction, false or misleading statements",TEW,Miscellaneous crimes against society,Disclosing protected information disclosed by public authority acting as an anti fraud organisation,9,130,v0.26.0 +MS95057,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95058,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95059,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95060,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95061,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95062,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +MS95063,9945,Health and Safety Regulations made under Merchant Shipping Act 1995,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Health and Safety Regulations made under Merchant Shipping Act 1995,9,130,v0.26.0 +01HS001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +01TC001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +01TP001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +03ER001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +05CL001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +10AD001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +10EP016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +12MD001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +12PH001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +13HS001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +13PS001C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +13PS002C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +20CJ001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +20CPR01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +20MA001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +20PK001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +20WA001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +21CE001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +21CL001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +21CP001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +22WK001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +31CP001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +31CP002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +32FA001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +32WK001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +35RE001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +36NF008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +36NF011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +36NF012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +36NF025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +36NF083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +41CI001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +43BB001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +43DD001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +43GM001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +46IS001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +47PA008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +47RR001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +47RR002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +53PA001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +55EP001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +60AR001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +60AR002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +60TB001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +60TB002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +61EP001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +61EP002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +61FH002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +62PW001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +63SF001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06075,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06081,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06082,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AF06551,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG58001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG58002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG67001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG67002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG67003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG67004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AG70002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH8173,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH817310,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH81DP01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH81SG14,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH81SG17,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AH81SG20,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI04004C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI04009C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI05006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AI55060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AL79007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16239,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16240,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16241,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16242,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16243,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16244,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16245,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16246,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16247,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16248,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16249,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16250,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16251,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16252,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16253,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16254,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16255,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16256,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16257,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16258,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16259,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16260,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16261,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16262,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16263,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16264,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16265,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16266,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16267,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16271,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16272,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16274,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16275,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16276,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16277,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16278,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16279,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16280,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16281,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16282,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16283,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16284,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16285,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16287,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16288,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16289,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16290,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16291,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN16292,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN79003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN79011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN81011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN81012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN81022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN86031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AN95039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR11065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55075,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AR55501,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00125,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AS00129,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV82062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AV90001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +AW00001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BC90009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BED0024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BED0028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BK87037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BP08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BP08005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BT81008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +BU84009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA81003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA82001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA82007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA82008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA82009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CA98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CAA82GW1,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC000060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC000061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC000063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC000064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC00135,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CC81004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD79008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CD98515,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE20003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE20004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE20005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE20006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79192,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79206,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79207,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79208,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79209,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79230,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79249,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79250,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79251,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79274,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79278,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79327,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79328,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79329,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79330,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79331,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CE79335,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CH93001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CH93002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI05001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI05004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI05005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI05006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07123,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07130,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07131,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07132,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07431,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07724,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07DP01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07GW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07GW02,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07GW03,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07GW04,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI07SW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI12001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI12002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI61507,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CI98032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ61001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ61002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ87003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ87004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ87005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ87005C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ87006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CJ91028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL67007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77001H,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CL77SW03,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85101,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85102,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85103,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85104,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85105,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85106,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85113,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85121,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85126,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85127,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85128,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85161,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85162,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85165,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85175,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85176,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85177,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85178,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85207,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85208,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85213,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85227,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85228,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85229,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85236,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85237,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85238,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85241,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85242,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85243,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85244,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85245,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85246,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85247,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85248,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85249,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85250,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85251,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85252,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85253,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85254,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85268,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85271,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85272,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85273,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85274,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85275,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85276,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85277,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85284,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85285,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85286,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85287,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85289,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85290,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85295,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85296,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM85297,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM89002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM89006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM89007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM89008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM90006C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CM98011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN10016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN10024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN17016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN17024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN17027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CN82002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CO88001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CO88002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CO88003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML007C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML009C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML010C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML031C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +COML059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP08005B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP13003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP13004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP13009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP74016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP74017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP74024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP91001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP91002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP91003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP91004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CP96001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CQ86005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR02001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR02002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR02003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR0713B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR07512A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CR08SW02,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06081,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06082,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06088,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06089,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06090,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06092,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06093,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06095,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06099,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06106,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06107,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06108,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06109,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06110,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06114,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06117,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06119,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06123,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06125,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06127,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06132,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06133,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06134,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06142,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06146,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06149,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06151,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06152,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06153,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06155,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06159,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06160,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06161,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06162,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06165,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06166,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06167,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06168,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06169,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06170,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06171,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06176,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06178,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06179,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06180,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06187,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06188,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06189,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06190,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06191,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06204,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06205,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06206,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06209,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06213,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06214,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06215,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06216,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06217,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06218,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06219,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS06220,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS85013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS90002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS90003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS90004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS91507,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CS97001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CT93001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CT93002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CT93003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CT93004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CU84005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CU84006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CU84007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CW13010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CW13011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CW13013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CX00006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CX00030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CX00060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +CY33028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0081,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0082,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB0085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DB69001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DC00062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DC00073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DC00095,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DC03734,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DN84008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +DOR070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA5409,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA73008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA95341,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA95401,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA95404,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA95407,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EA95408,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ECA002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ECA003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ECA004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ECA005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ECA006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EE16063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EI09001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN04001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN04002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN04003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN04004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN04005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EN95023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP07SW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP12001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP12381,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP75007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP75008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP75009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP90015C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP90102C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EP90124C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ER96006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ER96007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ES79019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EV05014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EX83011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EY78007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +EY78008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FA06006B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FA61005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FA61006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FALIDLIV,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FB93001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FB93002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FE85027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FH81005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FH81009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FI68016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FI68390C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FI68421C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FI68444C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FI68445C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FP71010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FR04DP01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FR42204,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS86030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FS90036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FT73024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FY61010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +FY61011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68075,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GA68085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GB68001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GB68002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GB68003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GB68004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GB68008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GE04001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GE04002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GE04003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GE04004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GE69001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GFR04GW3,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GFRSW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL07061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL07093,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL08033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL09420,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL09500,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL10000,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GL99005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS65001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS65002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS65003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS86005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS86013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS86014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GS86015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GV95019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GV95020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +GV95053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HA82001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HI00006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HI00021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HI00026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HI00031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HI00119,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HM12021C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HO64001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HO64002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HS08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HS08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HS74001Y,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HU90024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HW05002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HW05003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +HY80085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01003A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01003B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01003C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IC01012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IG34001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IG34002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +INDECENT,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IP78001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IR82002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IR86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IR86004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IR86005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86141,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86142,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86152,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86153,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86160,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86161,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86162,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86168,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86169,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86170,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86171,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86176,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86178,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86183,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86184,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86185,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86186,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86187,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86188,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86189,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86190,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86193,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86194,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86199,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86200,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86201,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86202,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86203,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86204,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86205,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86206,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IS86209,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IT82001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IT82002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IT82003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IT85001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +IT85002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +KE00092,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +KE00130,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +KE00133,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +KE00134,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +KE00150,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LAN0032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LAN0035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LAN0044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LAN0050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LAN0078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98012A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98013A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98014A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LM98020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31088,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31089,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31090,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31093,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LO31104,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +LOND008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA61001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA61002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA61003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA75001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA78008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MA79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MB67042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC75001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC75002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC75003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC75004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MC79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD68046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD68047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD71002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD71064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD71099A,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MD87004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME75001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ME94009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF78001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF78002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF79001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF79002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF97001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MF97002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MG49001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MH59002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MH59003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MH59004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML76010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML77007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ML78014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS49001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS64001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS94020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS94021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS95067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS96001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MS98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +MV04001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NM83008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NO36063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NO36068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NORF035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NP08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NV57060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW15001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW15002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW15003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW15004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +NW98006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OF61131B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OG06001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OG06002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OP07007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS01001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS01002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS01003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS01004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS11006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS20029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OS95008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +OSP95SW1,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PA77001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PB89010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PE86010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PF85001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PF85002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PF85003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PF85004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH36002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH54001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PH92008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI21001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI21002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI21003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI21004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI37001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI71035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI98001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI98002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI98003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI98004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PI98005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PL68001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PL68002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM86002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM86003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM86004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM91001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM91005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM91006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM91007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PM91008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05001W,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO05010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO53067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PO97008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR05GW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR05GW02,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR05GW03,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR05SW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR52001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR52002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR52003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR52004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR52013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PR97008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PRO97GW1,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PS16001C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PS38004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PS38005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86075,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86081,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86082,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86113,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86114,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86115,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV09004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81075,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81079,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81080,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81081,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81082,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81083,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PV81086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PW09001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +QS00059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA08011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA48002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA60001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA60003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA75001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA93026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RA97026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RAIL 1889,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RB74011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RD49001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RD49002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RD49003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RD49004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RE08030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RH84001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP76002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP76003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP76004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP76005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP76006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83005B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RP83062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RS61001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +RT89003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SC00007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD08009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SD35001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE00001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE00002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE00003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE00004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE00005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE08009G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE08010G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE0809AG,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SE08GW01,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF07001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF09001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF67006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF70001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF70002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF75029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF86001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF96001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF97009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF97010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SF97011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SG75001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SH87001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SM08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SM08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO150409,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO74001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SO96015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SS92016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SS92017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ST15001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ST15001B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ST47002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ST47004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ST47006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +STAF0009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX03118C,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX56002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX56017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX56018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX56020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SX56022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SY00002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +SY00036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD58001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD58002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD58003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD58004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD68017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TD681805,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TH82003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TL68001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TL68002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM38021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM70001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM70002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM70003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TM70004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TP16001B,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS08001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS08002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS10014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS64001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS92001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS92005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TS92006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TT68001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TV00019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TV00029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TV00030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TV00045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +TV00057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UD19001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UN00001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UN00002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UN00003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UN00005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +US71007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +UT001108,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VD17001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VD17002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE62001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE71001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE71011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE71012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE71013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE71025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VE97011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VET00001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VET00003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VET00004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM06001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM06002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VM07007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VS66001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +VS66002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WA11002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WA15015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WA35106,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WA35206,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WA95001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WAS110G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WAS111G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WAS112G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WAS113G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WAS114G,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WC81271,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WC81289,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WC81290,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE06014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13026,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13056,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13057,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13059,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13060,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13071,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13073,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13074,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13076,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13077,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13078,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13084,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13088,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13089,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13090,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13091,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13092,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13093,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13094,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13095,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13096,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13097,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13098,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13099,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13100,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13101,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13102,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13103,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13104,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13105,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13106,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13107,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13108,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13109,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13110,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13111,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13112,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WE13113,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00027,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00085,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WI00086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM000064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM000130,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM000132,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM00051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM00052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM00053,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM00054,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM00055,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM06017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM85116,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WM85123,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR10001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR10002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR10003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR10004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR19911,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR45005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR45007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR45008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63021,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63023,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63024,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR63025,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91006,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91007,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91008,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91009,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91010,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91012,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91013,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91014,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91015,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91016,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91017,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91018,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91019,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91058,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91061,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91062,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91063,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91064,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91065,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91067,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91090,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91091,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91092,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91093,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WR91094,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS10001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS10002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS10003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS10004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS10005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS89001,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS89002,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS89003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS89004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WS89005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49005,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49020,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49028,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49029,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49030,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49031,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49032,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49033,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49034,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49035,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49037,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49038,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49039,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49040,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49041,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49042,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49043,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49044,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49045,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49046,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49047,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49048,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49049,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49051,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49052,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49066,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49068,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49069,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49070,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49072,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49086,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +WT49088,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000135,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000140,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000186,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000187,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000188,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000189,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000190,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000191,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY000205,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY00113,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY00325,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY0036,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY02003,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +YY02004,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00011,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00022,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00050,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00087,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00088,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +ZZ00089,9999,Other triable either way (non motoring) offences,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Other triable either way (non motoring) offences,9,130,v0.26.0 +PU86157,12592,Offences relating one person protests failing to comply with condition,Summary non-motoring,SNM,Summary non-motoring,Offences relating one person protests failing to comply with condition,11,141,v0.26.0 +PU86158,12592,Offences relating one person protests failing to comply with condition,Summary non-motoring,SNM,Summary non-motoring,Offences relating one person protests failing to comply with condition,11,141,v0.26.0 +IM71138,19467,Immigration offences relating to maritime enforcement,194 Immigration Offence,SNM,Summary non-motoring,Immigration offences relating to maritime enforcement,11,141,v0.26.0 +IM71139,19467,Immigration offences relating to maritime enforcement,194 Immigration Offence,SNM,Summary non-motoring,Immigration offences relating to maritime enforcement,11,141,v0.26.0 +IM71140,19467,Immigration offences relating to maritime enforcement,194 Immigration Offence,SNM,Summary non-motoring,Immigration offences relating to maritime enforcement,11,141,v0.26.0 +IM71141,19467,Immigration offences relating to maritime enforcement,194 Immigration Offence,SNM,Summary non-motoring,Immigration offences relating to maritime enforcement,11,141,v0.26.0 +OW19002,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19003,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19010,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19011,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19012,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19014,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +OW19015,19722,Summary offence under the Offensive Weapons Act 2019,Summary non-motoring,SNM,Summary non-motoring,Summary offence under the Offensive Weapons Act 2019,11,141,v0.26.0 +AS14014,10518,Fail to hand over travel documents when required by examining officer / constable,"105 Anti-social Behaviour, Crime and Policing Act 2014 - failing to hand over travel documents",SNM,Summary non-motoring,Fail to hand over travel documents when required by examining officer / constable,11,142,v0.26.0 +AS14015,10518,Fail to hand over travel documents when required by examining officer / constable,"105 Anti-social Behaviour, Crime and Policing Act 2014 - failing to hand over travel documents",SNM,Summary non-motoring,Fail to hand over travel documents when required by examining officer / constable,11,142,v0.26.0 +WA06001,10840,Transported animal in transporter not fit for intended journey,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Transported animal in transporter not fit for intended journey,11,142,v0.26.0 +AS14017,15808,Being person responsible for publication including matter likely to lead to identification of victim of forced marriage,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Being person responsible for publication including matter likely to lead to identification of victim of forced marriage,11,142,v0.26.0 +CO20001,16858,Operator of Port fails to comply with direction under Coronavirus Act 2020,168 Public Health Offence,SNM,Summary non-motoring,Operator of Port fails to comply with direction under Coronavirus Act 2020,11,142,v0.26.0 +IM71127,19410,Breached a bail condition imposed under Sch 10 of the Immigration Act 2016,194 Immigration Offence,SNM,Summary non-motoring,Breached a bail condition imposed under Sch 10 of the Immigration Act 2016,11,142,v0.26.0 +IM71130,19410,Breached a bail condition imposed under Sch 10 of the Immigration Act 2016,194 Immigration Offence,SNM,Summary non-motoring,Breached a bail condition imposed under Sch 10 of the Immigration Act 2016,11,142,v0.26.0 +GL09186,19692,Intentionally encouraging or assisting commission of a summary offence,Other summary non-motoring offences,SNM,Summary non-motoring,Intentionally encouraging or assisting commission of a summary offence,11,142,v0.26.0 +SC07002,19692,Intentionally encouraging or assisting commission of a summary offence,Other summary non-motoring offences,SNM,Summary non-motoring,Intentionally encouraging or assisting commission of a summary offence,11,142,v0.26.0 +SC07006,19693,Encouraging or assisting in the commission of a summary offence believing it will be committed,Other summary non-motoring offences,SNM,Summary non-motoring,Encouraging or assisting in the commission of a summary offence believing it will be committed,11,142,v0.26.0 +GA21010,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21011,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21012,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21013,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21014,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21015,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +GA21016,19719,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to disclose information relevant to Global Anti-Corruption Sanctions Regulations 2021,11,142,v0.26.0 +RT88585,80315,In charge of a motor vehicle with the proportion of specified controlled drug above specified limit,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,In charge of a motor vehicle with the proportion of specified controlled drug above specified limit,12,142,v0.26.0 +AW06012,10832,Administration of poisons etc to a protected animal - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Administration of poisons etc to a protected animal (Reclassified),11,144,v0.26.0 +AW06013,10832,Administration of poisons etc to a protected animal - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Administration of poisons etc to a protected animal (Reclassified),11,144,v0.26.0 +AW06014,10832,Administration of poisons etc to a protected animal - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Administration of poisons etc to a protected animal (Reclassified),11,144,v0.26.0 +AG6801G,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06001,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06001B,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06001G,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06001H,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06002,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW0609,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06DP02,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06GW02,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW4106,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +DB0012,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +DC00005,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +GL07070,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +GL07085,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +HANDAN73,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +HI00014,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +HI00015,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +KE00122,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +LO012,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +LO013,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +PA1107NY,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +PA118811,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +PA11GW01,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +RSPCA1,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +SX00001,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +W100102,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +W100103,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07130,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07131,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07132,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07133,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07134,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07135,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07136,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07137,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07138,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07139,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07140,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07141,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07142,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07143,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07144,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07145,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07146,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07147,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07148,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07149,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07150,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07151,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07152,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07153,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07154,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07155,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07156,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07157,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07158,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07159,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07160,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07161,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07162,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07163,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07164,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07165,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07166,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07167,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07168,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA07169,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WA4126B,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF00131,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF00271,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07001,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07002,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07003,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07004,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07133,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07134,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07135,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07136,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07137,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07138,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07139,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07140,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07141,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07142,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07143,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07144,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07145,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07146,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07147,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07148,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07149,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07150,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07151,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07152,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07153,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07154,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07155,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07156,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07157,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07158,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07159,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07160,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07161,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07162,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07163,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07164,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07165,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07166,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07167,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07168,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07169,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07170,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07171,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WF07172,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WM00057,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +WM00120,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +YY000019,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +YY000027,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +YY000094,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +YY00137,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +YY0073,10829,"Causing, permitting or failing to prevent unnecessary suffering - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Causing, permitting or failing to prevent unnecessary suffering (Reclassified)",11,146,v0.26.0 +AW06003,10830,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal (Reclassified)",11,146,v0.26.0 +AW06004,10830,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal (Reclassified)",11,146,v0.26.0 +AW06005,10830,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal (Reclassified)",11,146,v0.26.0 +AW06GW03,10830,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal (Reclassified)",11,146,v0.26.0 +AW06GW04,10830,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal - reclassified",108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,"Carrying out, permitting, causing to be carried out or failing to prevent prohibited procedure on a protected animal (Reclassified)",11,146,v0.26.0 +AW06006,10831,Removing or causing or permitting or failing to prevent removal of dog��������s tail other than for medical treatment - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment (Reclassified),11,146,v0.26.0 +AW06006B,10831,Removing or causing or permitting or failing to prevent removal of dog��������s tail other than for medical treatment - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment (Reclassified),11,146,v0.26.0 +AW06007,10831,Removing or causing or permitting or failing to prevent removal of dog��������s tail other than for medical treatment - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment (Reclassified),11,146,v0.26.0 +AW06008,10831,Removing or causing or permitting or failing to prevent removal of dog��������s tail other than for medical treatment - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Removing or causing or permitting or failing to prevent removal of dog���s tail other than for medical treatment (Reclassified),11,146,v0.26.0 +AW06015,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06016,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06017,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06018,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06019,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06020,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06021,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06022,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06023,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06024,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06025,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06026,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06027,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06028,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06037,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06038,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AW06039,10833,Offences relating to animal fights - reclassified,108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Offences relating to animal fights (Reclassified),11,146,v0.26.0 +AS00017,14371,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,11,146,v0.26.0 +LG03028,14371,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,11,146,v0.26.0 +LG03028A,14371,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,11,146,v0.26.0 +LG03029,14371,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,11,146,v0.26.0 +SUFF022,14371,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Carrying on or attempting to carry on or knowingly allowing a licensable activity on or from any premises otherwise than under and in accordance with an authorisation,11,146,v0.26.0 +LG03030,14372,Exposing alcohol for unauthorised sale,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Exposing alcohol for unauthorised sale,11,146,v0.26.0 +AC02001,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02002,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02003,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02004,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02005,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02006,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02007,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02008,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02009,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02010,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02011,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02012,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02013,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02017,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02018,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02019,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02020,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02021,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +AC02022,19629,Summary offences under Adoption and Children Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption and Children Act 2002,11,148,v0.26.0 +RT88584B,80314,Aid abet driving of a motor vehicle with the proportion of specified controlled drug above specified limit,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Aid abet driving of a motor vehicle with the proportion of specified controlled drug above specified limit,12,148,v0.26.0 +RT88586,80316,Attempt to drive a motor vehicle with the proportion of specified controlled drug above specified limit,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Attempt to drive a motor vehicle with the proportion of specified controlled drug above specified limit,12,148,v0.26.0 +HL13001,80801,Use / keep HGV on a road when HGV road user levy not paid,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Use / keep HGV on a road when HGV road user levy not paid,12,148,v0.26.0 +HL13002,80801,Use / keep HGV on a road when HGV road user levy not paid,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Use / keep HGV on a road when HGV road user levy not paid,12,148,v0.26.0 +GM04002,10112,Failure to comply with specified Community provision referred to in Part II of the Schedule (Genetically Modified Food (England) Regulations 2004),"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Failure to comply with specified Community provision referred to in Part II of the Schedule (Genetically Modified Food (England) Regulations 2004),11,150,v0.26.0 +SO05002,10425,Assaulting a designated person or his assistant in the exercise of a relevant power,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assaulting a designated person or his assistant in the exercise of a relevant power,11,150,v0.26.0 +SX00008,10425,Assaulting a designated person or his assistant in the exercise of a relevant power,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assaulting a designated person or his assistant in the exercise of a relevant power,11,150,v0.26.0 +SO05005,10436,Assaulting a member of a joint investigation team carrying out his functions as a member of that team,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assaulting a member of a joint investigation team carrying out his functions as a member of that team,11,150,v0.26.0 +SO05009,10437,Obstructing a person in the exercise of any rights conferred by a warrant under S.66 - power to enter and seize documents (Serious Organised Crime and Police Act 2005),"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Obstructing a person in the exercise of any rights conferred by a warrant under S.66 - power to enter and seize documents (Serious Organised Crime and Police Act 2005),11,150,v0.26.0 +CA05005,10439,Assaulting or obstructing a Customs or Revenue officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assaulting or obstructing a Customs or Revenue officer,11,150,v0.26.0 +CA05006,10439,Assaulting or obstructing a Customs or Revenue officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assaulting or obstructing a Customs or Revenue officer,11,150,v0.26.0 +Assault,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +BED0025,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88001,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88001A,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88001B,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88116,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88116B,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +CJ88116G,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +YY00207,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +YY02000,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +ZZ00074,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +assualt,10501,Common assault and battery,105 Common assault and battery,SNM,Summary non-motoring,Common assault and battery,11,150,v0.26.0 +PL64002,10503,"Assaulting, resisting or obstructing a person assisting a constable",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting, resisting or obstructing a person assisting a constable",11,150,v0.26.0 +PL64006,10503,"Assaulting, resisting or obstructing a person assisting a constable",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting, resisting or obstructing a person assisting a constable",11,150,v0.26.0 +PL64007,10503,"Assaulting, resisting or obstructing a person assisting a constable",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting, resisting or obstructing a person assisting a constable",11,150,v0.26.0 +PL96002,10503,"Assaulting, resisting or obstructing a person assisting a constable",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting, resisting or obstructing a person assisting a constable",11,150,v0.26.0 +PL96004,10503,"Assaulting, resisting or obstructing a person assisting a constable",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting, resisting or obstructing a person assisting a constable",11,150,v0.26.0 +CJ91009,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91010,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91014,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91015,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91016,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91017,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91018,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91019,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91020,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91021,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91022,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91023,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91024,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91025,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91034,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ94002,10504,Assaulting a prisoner custody officer or custody officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a prisoner custody officer or custody officer,11,150,v0.26.0 +CJ91007,10506,Assaulting a court security officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a court security officer,11,150,v0.26.0 +CT03001,10506,Assaulting a court security officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a court security officer,11,150,v0.26.0 +PL02002,10508,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",11,150,v0.26.0 +PL02003,10508,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",11,150,v0.26.0 +PL02049,10508,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",11,150,v0.26.0 +PL02050,10508,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Assaulting a designated or accredited person, or person assisting him or her, in the execution of his or her duty",11,150,v0.26.0 +TM04001,10510,Assaulting a traffic officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a traffic officer,11,150,v0.26.0 +BA07002,10512,Assaulting a designated immigration officer exercising S.2 detention powers,105 Common assault and battery,SNM,Summary non-motoring,Assaulting a designated immigration officer exercising S.2 detention powers,11,150,v0.26.0 +BA07004,10513,Assaulting an immigration officer,105 Common assault and battery,SNM,Summary non-motoring,Assaulting an immigration officer,11,150,v0.26.0 +CJ15008,10521,Assault a custody officer performing custodial duties at a contracted-out secure college,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assault a custody officer performing custodial duties at a contracted-out secure college,11,150,v0.26.0 +CJ15011,10523,Assault custody officer performing contracted-out functions at directly managed secure college,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Assault custody officer performing contracted-out functions at directly managed secure college,11,150,v0.26.0 +BL63022,10610,Advertising betting agency,106 Betting or Gaming Offence,SNM,Summary non-motoring,Advertising betting agency,11,150,v0.26.0 +BL63029,10611,Betting with young person,106 Betting or Gaming Offence,SNM,Summary non-motoring,Betting with young person,11,150,v0.26.0 +BL63023,10612,Employing disqualified person in a betting agency,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employing disqualified person in a betting agency,11,150,v0.26.0 +BL63033,10623,Inviting young person to bet,106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting young person to bet,11,150,v0.26.0 +BL63030,10630,Employing young persons,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employing young persons,11,150,v0.26.0 +BL63031,10630,Employing young persons,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employing young persons,11,150,v0.26.0 +BL63032,10630,Employing young persons,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employing young persons,11,150,v0.26.0 +BL63026,10643,Charges to bookmakers on licensed tracks,106 Betting or Gaming Offence,SNM,Summary non-motoring,Charges to bookmakers on licensed tracks,11,150,v0.26.0 +BL63027,10643,Charges to bookmakers on licensed tracks,106 Betting or Gaming Offence,SNM,Summary non-motoring,Charges to bookmakers on licensed tracks,11,150,v0.26.0 +BL63028,10643,Charges to bookmakers on licensed tracks,106 Betting or Gaming Offence,SNM,Summary non-motoring,Charges to bookmakers on licensed tracks,11,150,v0.26.0 +GA05001,10646,Provision of facilities for gambling unless authorised by an operating licence or covered by a specific exception,106 Betting or Gaming Offence,SNM,Summary non-motoring,Provision of facilities for gambling unless authorised by an operating licence or covered by a specific exception,11,150,v0.26.0 +GA05002,10647,Use of premises for gambling without a licence,106 Betting or Gaming Offence,SNM,Summary non-motoring,Use of premises for gambling without a licence,11,150,v0.26.0 +GA05003,10647,Use of premises for gambling without a licence,106 Betting or Gaming Offence,SNM,Summary non-motoring,Use of premises for gambling without a licence,11,150,v0.26.0 +GA05004,10647,Use of premises for gambling without a licence,106 Betting or Gaming Offence,SNM,Summary non-motoring,Use of premises for gambling without a licence,11,150,v0.26.0 +GA05005,10648,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",11,150,v0.26.0 +GA05006,10648,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",11,150,v0.26.0 +GA05007,10648,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",11,150,v0.26.0 +GA05008,10648,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Manufacturing, supplying, installing or adapting, in the course of a business, computer software for remote gambling without an operating licence",11,150,v0.26.0 +GA05011,10649,"Inviting another to join, or participating in promotion, administration or management of a chain-gift scheme",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Inviting another to join, or participating in promotion, administration or management of a chain-gift scheme",11,150,v0.26.0 +GA05012,10649,"Inviting another to join, or participating in promotion, administration or management of a chain-gift scheme",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Inviting another to join, or participating in promotion, administration or management of a chain-gift scheme",11,150,v0.26.0 +GA05013,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05014,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05015,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05018,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05019,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05096,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05097,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05098,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA06097,10650,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),106 Betting or Gaming Offence,SNM,Summary non-motoring,Inviting children and young persons to gamble; participation by young persons in gambling. (People under 18 are not allowed to gamble),11,150,v0.26.0 +GA05016,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05017,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05078,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05079,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05080,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05081,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05082,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05083,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05084,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05085,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05086,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05087,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05088,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05089,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05090,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05091,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05092,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05093,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05094,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05095,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05105,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05106,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05107,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05108,10651,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),106 Betting or Gaming Offence,SNM,Summary non-motoring,Invitation to enter premises; young persons entering premises. (Child and young person may not enter gambling premises),11,150,v0.26.0 +GA05021,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05022,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05023,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05024,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05025,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05026,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05099,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05100,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05101,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05102,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05103,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05104,10653,Employment offences: employing children and young persons to provide facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Employment offences: employing children and young persons to provide facilities for gambling,11,150,v0.26.0 +GA05027,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05028,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05029,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05109,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05110,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05111,10654,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in lottery: inviting, causing or permitting a child to take part in a lottery",11,150,v0.26.0 +GA05030,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05031,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05032,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05112,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05113,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05114,10655,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Invitation to participate in football pools: inviting, causing or permitting a child to take part in football pools",11,150,v0.26.0 +GA05033,10656,Return of stake: failure to return stake money to children or young persons,106 Betting or Gaming Offence,SNM,Summary non-motoring,Return of stake: failure to return stake money to children or young persons,11,150,v0.26.0 +GA05115,10656,Return of stake: failure to return stake money to children or young persons,106 Betting or Gaming Offence,SNM,Summary non-motoring,Return of stake: failure to return stake money to children or young persons,11,150,v0.26.0 +GA05034,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05035,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05036,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05116,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05117,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05118,10657,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Secretary of State may create offence of inviting, causing or permitting a child or young person below a specified age to use a Category D gaming machine",11,150,v0.26.0 +GA05046,10659,Breach of personal licence condition,106 Betting or Gaming Offence,SNM,Summary non-motoring,Breach of personal licence condition,11,150,v0.26.0 +GA05051,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05052,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05053,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05054,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05055,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05056,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05057,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05058,10660,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Offences connected to gaming machines: making machine available for use; manufacture, supply etc. linked to machines",11,150,v0.26.0 +GA05119,10662,Promotion of lottery: facilitating a lottery,106 Betting or Gaming Offence,SNM,Summary non-motoring,Promotion of lottery: facilitating a lottery,11,150,v0.26.0 +GA05120,10662,Promotion of lottery: facilitating a lottery,106 Betting or Gaming Offence,SNM,Summary non-motoring,Promotion of lottery: facilitating a lottery,11,150,v0.26.0 +GA05121,10666,Misusing profits of lottery or exempt lottery,106 Betting or Gaming Offence,SNM,Summary non-motoring,Misusing profits of lottery or exempt lottery,11,150,v0.26.0 +GA05122,10666,Misusing profits of lottery or exempt lottery,106 Betting or Gaming Offence,SNM,Summary non-motoring,Misusing profits of lottery or exempt lottery,11,150,v0.26.0 +GA05123,10667,Small lottery: breach of conditions,106 Betting or Gaming Offence,SNM,Summary non-motoring,Small lottery: breach of conditions,11,150,v0.26.0 +GA05127,10667,Small lottery: breach of conditions,106 Betting or Gaming Offence,SNM,Summary non-motoring,Small lottery: breach of conditions,11,150,v0.26.0 +GA05128,10667,Small lottery: breach of conditions,106 Betting or Gaming Offence,SNM,Summary non-motoring,Small lottery: breach of conditions,11,150,v0.26.0 +GA05064,10668,Misusing profits of non-commercial prize gaming,106 Betting or Gaming Offence,SNM,Summary non-motoring,Misusing profits of non-commercial prize gaming,11,150,v0.26.0 +GA05070,10669,All regulations controlling the advertising of gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,All regulations controlling the advertising of gambling,11,150,v0.26.0 +GA05071,10670,Advertising unlawful gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Advertising unlawful gambling,11,150,v0.26.0 +GA05072,10671,Advertising foreign gambling other than a lottery,106 Betting or Gaming Offence,SNM,Summary non-motoring,Advertising foreign gambling other than a lottery,11,150,v0.26.0 +GA05074,10672,Giving false or misleading information to the Gambling Commission or licensing authority,106 Betting or Gaming Offence,SNM,Summary non-motoring,Giving false or misleading information to the Gambling Commission or licensing authority,11,150,v0.26.0 +GA05075,10673,Forfeiture - failure to comply with forfeiture order,106 Betting or Gaming Offence,SNM,Summary non-motoring,Forfeiture - failure to comply with forfeiture order,11,150,v0.26.0 +AH81173B,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +KE00087,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +KE00095,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11002,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11004,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11006,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11008,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11014,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11016,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11018,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11020,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11022,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11024,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11032,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11034,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11036,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11038,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11040,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11042,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11044,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11046,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11048,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11050,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11052,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11054,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11056,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11058,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11060,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11062,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11064,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11065,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11066,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11067,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11068,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11069,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11070,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11071,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11072,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11073,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11074,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11075,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11076,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11080,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PA11090,10802,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1911 - e.g. cruelty to animals,11,150,v0.26.0 +PB92001,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92002,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92003,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92004,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92004B,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92005,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92006,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92007,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92008,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92009,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92010,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92011,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92012,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92013,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92014,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92015,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92016,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92017,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92018,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92019,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92020,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92021,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92022,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92023,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92024,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92025,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92026,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92027,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92028,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92031,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92032,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92033,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92033B,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92034,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92035,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92036,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +PB92037,10822,Offences under Protection of Badgers Act 1992,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Badgers Act 1992,11,150,v0.26.0 +GL09132,10825,Offences under Wild Mammals (Protection) Act 1996,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wild Mammals (Protection) Act 1996,11,150,v0.26.0 +WM96001,10825,Offences under Wild Mammals (Protection) Act 1996,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wild Mammals (Protection) Act 1996,11,150,v0.26.0 +AS00057,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AS00058,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW00003,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW06029,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW06029B,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW06029G,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW0629G,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW20096,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW9106,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +DB0087,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +GL07064,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +GL07100,10834,Failing to ensure needs of animal are met as required by good practice,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Failing to ensure needs of animal are met as required by good practice,11,150,v0.26.0 +AW06031,10836,Carrying on activity without authority of S.13 licence or carrying on unregistered S.13 activity concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Carrying on activity without authority of S.13 licence or carrying on unregistered S.13 activity concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06032,10836,Carrying on activity without authority of S.13 licence or carrying on unregistered S.13 activity concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Carrying on activity without authority of S.13 licence or carrying on unregistered S.13 activity concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06002H,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06033,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06033B,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06033G,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06036,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AW06036B,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +DB0100,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +KE00168,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +YY000289,10837,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Breach of a disqualification imposed after conviction of specified offences concerning Animal Welfare Act 2006,11,150,v0.26.0 +AH81738,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +AN81019,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +AN81020,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +TA27002,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +TA27003,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +TA27005,11001,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Animal Health Act 1981 (except cases of cruelty under SS.8, 9, 10(1), 13, 37 - 43 or offences relating to dogs under S.13)",11,150,v0.26.0 +TB07001,11004,Registered keeper of cattle the subject of Article 21 notice moving an animal or animals onto or off a holding without a licence,Other summary non-motoring offences,SNM,Summary non-motoring,Registered keeper of cattle the subject of Article 21 notice moving an animal or animals onto or off a holding without a licence,11,150,v0.26.0 +TB07002,11005,Keeper of bovine animal failing to comply with a notice to have it tested for tuberculosis,Other summary non-motoring offences,SNM,Summary non-motoring,Keeper of bovine animal failing to comply with a notice to have it tested for tuberculosis,11,150,v0.26.0 +DD91001,11112,Breeding or breeding from a fighting dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Breeding or breeding from a fighting dog,11,150,v0.26.0 +DD91002,11112,Breeding or breeding from a fighting dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Breeding or breeding from a fighting dog,11,150,v0.26.0 +DD91003,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91004,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91005,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91006,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91007,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91031,11113,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Selling, exchanging, offering, advertising or exposing for sale a fighting dog",11,150,v0.26.0 +DD91008,11114,Giving or offering to give a fighting dog or dangerous dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Giving or offering to give a fighting dog or dangerous dog,11,150,v0.26.0 +DD91009,11114,Giving or offering to give a fighting dog or dangerous dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Giving or offering to give a fighting dog or dangerous dog,11,150,v0.26.0 +DD91020,11114,Giving or offering to give a fighting dog or dangerous dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Giving or offering to give a fighting dog or dangerous dog,11,150,v0.26.0 +DD91021,11114,Giving or offering to give a fighting dog or dangerous dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Giving or offering to give a fighting dog or dangerous dog,11,150,v0.26.0 +DD91032,11114,Giving or offering to give a fighting dog or dangerous dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Giving or offering to give a fighting dog or dangerous dog,11,150,v0.26.0 +AS00004,11115,Allowing a fighting dog to be in a public place without a muzzle or a lead,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Allowing a fighting dog to be in a public place without a muzzle or a lead,11,150,v0.26.0 +DD91010,11115,Allowing a fighting dog to be in a public place without a muzzle or a lead,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Allowing a fighting dog to be in a public place without a muzzle or a lead,11,150,v0.26.0 +DD91011,11116,"Abandoning, or allowing to stray, a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Abandoning, or allowing to stray, a fighting dog",11,150,v0.26.0 +DD91012,11116,"Abandoning, or allowing to stray, a fighting dog",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Abandoning, or allowing to stray, a fighting dog",11,150,v0.26.0 +DD91013,11117,Possess/have custody of a fighting dog,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Possess/have custody of a fighting dog,11,150,v0.26.0 +DD91015,11118,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",11,150,v0.26.0 +DD91023,11118,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",11,150,v0.26.0 +DD91025,11118,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,"Owner or person in charge allowing dog to be dangerously out of control in a public place, without injury being caused",11,150,v0.26.0 +DD91017,11119,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,11,150,v0.26.0 +DD91027,11119,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,11,150,v0.26.0 +DD91029,11119,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Owner or person in charge allowing dog to enter a non-public place causing fear of injury to a person,11,150,v0.26.0 +DD91033,11125,Owner / person in charge of a dog dangerously out of control - no injury,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Owner / person in charge of a dog dangerously out of control - no injury,11,150,v0.26.0 +FS00018,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00019,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00020,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00021,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00022,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00023,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00027,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00040,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00047,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FS00061,11401,Summary offences under the Financial Services and Markets Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Financial Services and Markets Act 2000,11,150,v0.26.0 +FI68013,11504,Non-compliance with condition of firearm certificate,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of firearm certificate,11,150,v0.26.0 +FI68013G,11504,Non-compliance with condition of firearm certificate,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of firearm certificate,11,150,v0.26.0 +FI68325,11504,Non-compliance with condition of firearm certificate,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of firearm certificate,11,150,v0.26.0 +FI68017,11506,Non-compliance with condition of shotgun certificate,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of shotgun certificate,11,150,v0.26.0 +FA97001,11507,Non-compliance with condition of permit to have small-caliber pistols outside licensed clubs. Firearms (Amendment) Act 1997 Sec. 13(5)(a),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of permit to have small-caliber pistols outside licensed clubs. Firearms (Amendment) Act 1997 Sec. 13(5)(a),11,150,v0.26.0 +FA97002,11508,Making false statement etc. for purposes of procuring (whether for himself or another) the grant of a permit to have small-caliber pistol outside licensed club. Firearms ( Amendment ) Act 1997 S.13 (5)(b),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement etc. for purposes of procuring (whether for himself or another) the grant of a permit to have small-caliber pistol outside licensed club. Firearms ( Amendment ) Act 1997 S.13 (5)(b),11,150,v0.26.0 +AN95040,11509,No pistol club to operate without a license - if small-caliber pistol is stored or used in contravention of Sec. 20(1)(2) Club management held responsible. Firearms (Amendment) Act 1997 Sec. 20(4),115 Firearms Acts - summary offences,SNM,Summary non-motoring,No pistol club to operate without a license - if small-caliber pistol is stored or used in contravention of Sec. 20(1)(2) Club management held responsible. Firearms (Amendment) Act 1997 Sec. 20(4),11,150,v0.26.0 +FA97003,11509,No pistol club to operate without a license - if small-caliber pistol is stored or used in contravention of Sec. 20(1)(2) Club management held responsible. Firearms (Amendment) Act 1997 Sec. 20(4),115 Firearms Acts - summary offences,SNM,Summary non-motoring,No pistol club to operate without a license - if small-caliber pistol is stored or used in contravention of Sec. 20(1)(2) Club management held responsible. Firearms (Amendment) Act 1997 Sec. 20(4),11,150,v0.26.0 +FA97004,11510,Failure to comply with conditions of licence. Firearms (Amendment) Act 1997 S.23,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with conditions of licence. Firearms (Amendment) Act 1997 S.23,11,150,v0.26.0 +FA97006,11512,Failure to comply with requirements to keep registers at licensed pistol clubs. Firearms (Amendment) Act 1997 S.28(4)(a),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirements to keep registers at licensed pistol clubs. Firearms (Amendment) Act 1997 S.28(4)(a),11,150,v0.26.0 +FA97007,11513,Knowingly or recklessly to make any entry in the pistol register which is false in any material particular. Firearms (Amendment) Act 1997 S.28 (4)(b),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Knowingly or recklessly to make any entry in the pistol register which is false in any material particular. Firearms (Amendment) Act 1997 S.28 (4)(b),11,150,v0.26.0 +FA97040,11514,Breach of Regulations made under Section 29(1)(a)(b)(c). Firearms (Amendment) Act 1997 Sec.29(2) (historic),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Breach of Regulations made under Section 29(1)(a)(b)(c). Firearms (Amendment) Act 1997 Sec.29(2) (historic),11,150,v0.26.0 +FA97009,11516,"Making false statement for purpose of procuring grant, renewal or variation of a licence or release of small-caliber pistol from police custody. Firearms (Amendment) Act 1997 S.31",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Making false statement for purpose of procuring grant, renewal or variation of a licence or release of small-caliber pistol from police custody. Firearms (Amendment) Act 1997 S.31",11,150,v0.26.0 +FA97020,11517,Making false statement for purpose of procuring the release of small-caliber pistol from police custody (other than under S.26 ) Firearms (Amendment) Act 1997 Sch.1 para.7,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement for purpose of procuring the release of small-caliber pistol from police custody (other than under S.26 ) Firearms (Amendment) Act 1997 Sch.1 para.7,11,150,v0.26.0 +FI68048,11518,Non-compliance with condition of Secretary of State authority (Firearms Acts 1968) (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of Secretary of State authority (Firearms Acts 1968) (Group I),11,150,v0.26.0 +FI68050,11520,Contravention of order under Section 6 etc. restricting removal of arms (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Contravention of order under Section 6 etc. restricting removal of arms (Group I),11,150,v0.26.0 +FI68051,11520,Contravention of order under Section 6 etc. restricting removal of arms (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Contravention of order under Section 6 etc. restricting removal of arms (Group I),11,150,v0.26.0 +FI68052,11521,Making false statement in order to obtain police permit (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to obtain police permit (Group I),11,150,v0.26.0 +FI68053,11522,Making false statement in order to obtain police permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to obtain police permit (Group II),11,150,v0.26.0 +FI68056,11525,Making false statement in order to obtain permit for removal of signalling apparatus (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to obtain permit for removal of signalling apparatus (Group I),11,150,v0.26.0 +FI68057,11525,Making false statement in order to obtain permit for removal of signalling apparatus (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to obtain permit for removal of signalling apparatus (Group I),11,150,v0.26.0 +FI68378,11528,Possess imitation firearm or loaded/unloaded air weapon in public place,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Possess imitation firearm or loaded/unloaded air weapon in public place,11,150,v0.26.0 +FI68094,11531,Trespassing with firearm in a building (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Trespassing with firearm in a building (Group III),11,150,v0.26.0 +FI68113,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68197,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68199,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68200,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68201,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68308,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68309,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68314,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68315,11541,Person under 18 purchase or hire firearm or ammunition (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group I),11,150,v0.26.0 +FI68110,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68111,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68114,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68310,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68311,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68316,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68317,11542,Person under 18 purchase or hire firearm or ammunition (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition (Group II),11,150,v0.26.0 +FI68112,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68115,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68312,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68313,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68318,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68319,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68426,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68427,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68437,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68438,11543,Person under 18 purchase or hire firearm or ammunition firearm (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 purchase or hire firearm or ammunition firearm (Group III),11,150,v0.26.0 +FI68116,11544,Person under 14 having firearm in his possession without lawful authority (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 14 having firearm in his possession without lawful authority (Group I),11,150,v0.26.0 +FI68117,11544,Person under 14 having firearm in his possession without lawful authority (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 14 having firearm in his possession without lawful authority (Group I),11,150,v0.26.0 +FI68124,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68125,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68130,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68131,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68198,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68202,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68287,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68288,11550,Selling or letting on hire a firearm to person under 17 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group I),11,150,v0.26.0 +FI68126,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68127,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68132,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68133,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68291,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68292,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68294,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68296,11551,Selling or letting on hire a firearm to person under 17 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 17 (Group II),11,150,v0.26.0 +FI68128,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68129,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68134,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68135,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68428,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68429,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68430,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68431,11552,Selling or letting on hire a firearm to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling or letting on hire a firearm to person under 18 (Group III),11,150,v0.26.0 +FI68136,11553,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),11,150,v0.26.0 +FI68137,11553,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),11,150,v0.26.0 +FI68344,11553,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),11,150,v0.26.0 +FI68345,11553,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),11,150,v0.26.0 +FI68346,11553,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm or ammunition (being of a kind to which Section 1 of the Act applies) to person under 14 (Group I),11,150,v0.26.0 +FI68156,11559,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),11,150,v0.26.0 +FI68157,11559,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),11,150,v0.26.0 +FI68340,11559,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),11,150,v0.26.0 +FI68350,11559,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),11,150,v0.26.0 +FI68357,11559,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of a firearm certificate (Group I),11,150,v0.26.0 +FI68158,11560,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),11,150,v0.26.0 +FI68159,11560,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),11,150,v0.26.0 +FI68351,11560,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),11,150,v0.26.0 +FI68358,11560,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure grant or renewal of shotgun certificate (Group II),11,150,v0.26.0 +FI68160,11561,Making false statement in order to procure variation of a firearms certificate (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to procure variation of a firearms certificate (Group I),11,150,v0.26.0 +FI68166,11566,Registered firearms dealer having place of business not entered in the register,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Registered firearms dealer having place of business not entered in the register,11,150,v0.26.0 +FI68167,11567,Non-compliance with condition of registration,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with condition of registration,11,150,v0.26.0 +FI68168,11568,Non-compliance by firearms dealer with provisions as to register of transactions; making false entry in register ,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance by firearms dealer with provisions as to register of transactions; making false entry in register ,11,150,v0.26.0 +FI68169,11568,Non-compliance by firearms dealer with provisions as to register of transactions; making false entry in register ,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance by firearms dealer with provisions as to register of transactions; making false entry in register ,11,150,v0.26.0 +FI68327,11569,Obstructing constable or civilian officer in exercise of search powers,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Obstructing constable or civilian officer in exercise of search powers,11,150,v0.26.0 +FI68343,11569,Obstructing constable or civilian officer in exercise of search powers,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Obstructing constable or civilian officer in exercise of search powers,11,150,v0.26.0 +FA88001,11578,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",11,150,v0.26.0 +FA88002,11578,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",11,150,v0.26.0 +FA88003,11578,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",11,150,v0.26.0 +FA88039,11578,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Selling, letting on hire, giving or lending a shotgun; failing to comply with the terms of the section (Group II)",11,150,v0.26.0 +FA88004,11579,Selling shotgun ammunition to unauthorised person (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Selling shotgun ammunition to unauthorised person (Group II),11,150,v0.26.0 +FA88012,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88014,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88016,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88018,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88020,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88022,11580,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group I)",11,150,v0.26.0 +FA88013,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88015,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88017,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88019,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88021,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88023,11581,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Auctioneer, carrier or warehouseman failing to keep firearms and ammunition safe; failing to report loss or theft (Group II)",11,150,v0.26.0 +FA88025,11582,Making false statement to obtain a visitor's permit (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement to obtain a visitor's permit (Group I),11,150,v0.26.0 +FA88027,11583,Failing to comply with conditions on a visitor's permit (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failing to comply with conditions on a visitor's permit (Group I),11,150,v0.26.0 +FA88026,11584,Making false statement to obtain a visitor's permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement to obtain a visitor's permit (Group II),11,150,v0.26.0 +FA88028,11585,Failing to comply with conditions on a visitor's permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failing to comply with conditions on a visitor's permit (Group II),11,150,v0.26.0 +FA88029,11586,Firearms dealer failing to inform police of sale of firearm for export (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Firearms dealer failing to inform police of sale of firearm for export (Group I),11,150,v0.26.0 +FA88034,11586,Firearms dealer failing to inform police of sale of firearm for export (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Firearms dealer failing to inform police of sale of firearm for export (Group I),11,150,v0.26.0 +FA88030,11587,Firearms dealer failing to inform police of sale of firearm for export (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Firearms dealer failing to inform police of sale of firearm for export (Group II),11,150,v0.26.0 +FA88035,11587,Firearms dealer failing to inform police of sale of firearm for export (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Firearms dealer failing to inform police of sale of firearm for export (Group II),11,150,v0.26.0 +FA88031,11591,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,11,150,v0.26.0 +FA88032,11591,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,11,150,v0.26.0 +FA88033,11591,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making a false statement to obtain or not complying with museum licence or failing to surrender a revoked museum licence,11,150,v0.26.0 +FI68054,11592,Making a false statement to obtain a permit to auction firearms etc. (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making a false statement to obtain a permit to auction firearms etc. (Group I),11,150,v0.26.0 +FI68055,11593,Making a false statement to obtain a permit to auction firearms etc. (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making a false statement to obtain a permit to auction firearms etc. (Group II),11,150,v0.26.0 +FA97011,11594,Failure to transfer shotgun in person (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to transfer shotgun in person (Group II),11,150,v0.26.0 +FA97025,11594,Failure to transfer shotgun in person (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to transfer shotgun in person (Group II),11,150,v0.26.0 +FA97026,11594,Failure to transfer shotgun in person (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to transfer shotgun in person (Group II),11,150,v0.26.0 +FA97013,11595,Failure to give notice in writing to the Chief Officer of Police of transfers involving shotguns (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to give notice in writing to the Chief Officer of Police of transfers involving shotguns (Group II),11,150,v0.26.0 +FA97028,11595,Failure to give notice in writing to the Chief Officer of Police of transfers involving shotguns (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to give notice in writing to the Chief Officer of Police of transfers involving shotguns (Group II),11,150,v0.26.0 +FA97015,11596,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of shotgun (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of shotgun (Group II)",11,150,v0.26.0 +FA97032,11596,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of shotgun (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify in writing Chief Officer of Police of deactivation, destruction or loss of shotgun (Group II)",11,150,v0.26.0 +FA97017,11597,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",11,150,v0.26.0 +FA97019,11597,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",11,150,v0.26.0 +FA97035,11597,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",11,150,v0.26.0 +FA97038,11597,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure by certificate holder to notify Chief Officer of Police in writing of events taking place outside Great Britain involving shotguns (sold or otherwise disposed of, lost, etc) (Group II)",11,150,v0.26.0 +FA97024,11598,Failure to comply with instructions on shotgun certificate,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with instructions on shotgun certificate,11,150,v0.26.0 +TR08001,12502,Wilfully obstructing a constable in the exercise of a power conferred by S.1 (Counter-Terrorism Act 2008),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing a constable in the exercise of a power conferred by S.1 (Counter-Terrorism Act 2008),11,150,v0.26.0 +PM08001,12505,Offences under the Public Meeting Act 1908,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Offences under the Public Meeting Act 1908,11,150,v0.26.0 +PM08002,12505,Offences under the Public Meeting Act 1908,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Offences under the Public Meeting Act 1908,11,150,v0.26.0 +PM08003,12505,Offences under the Public Meeting Act 1908,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Offences under the Public Meeting Act 1908,11,150,v0.26.0 +PM08004,12505,Offences under the Public Meeting Act 1908,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Offences under the Public Meeting Act 1908,11,150,v0.26.0 +GM000044,12509,"Causing intentional harassment, alarm or distress","125A Causing intentional harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing intentional harassment, alarm or distress",11,150,v0.26.0 +PU86101,12509,"Causing intentional harassment, alarm or distress","125A Causing intentional harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing intentional harassment, alarm or distress",11,150,v0.26.0 +PU86116,12509,"Causing intentional harassment, alarm or distress","125A Causing intentional harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing intentional harassment, alarm or distress",11,150,v0.26.0 +PU86116G,12509,"Causing intentional harassment, alarm or distress","125A Causing intentional harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing intentional harassment, alarm or distress",11,150,v0.26.0 +PU86117,12509,"Causing intentional harassment, alarm or distress","125A Causing intentional harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing intentional harassment, alarm or distress",11,150,v0.26.0 +CAM040,12511,Causing fear or provocation of violence,125B Causing fear or provocation of violence - summary,SNM,Summary non-motoring,Causing fear or provocation of violence,11,150,v0.26.0 +PU86004,12511,Causing fear or provocation of violence,125B Causing fear or provocation of violence - summary,SNM,Summary non-motoring,Causing fear or provocation of violence,11,150,v0.26.0 +PU86006,12511,Causing fear or provocation of violence,125B Causing fear or provocation of violence - summary,SNM,Summary non-motoring,Causing fear or provocation of violence,11,150,v0.26.0 +PU86008,12511,Causing fear or provocation of violence,125B Causing fear or provocation of violence - summary,SNM,Summary non-motoring,Causing fear or provocation of violence,11,150,v0.26.0 +PU86106,12511,Causing fear or provocation of violence,125B Causing fear or provocation of violence - summary,SNM,Summary non-motoring,Causing fear or provocation of violence,11,150,v0.26.0 +FB89003,12524,Failing to comply with the duty to report imposed by an International Football Banning Order (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with the duty to report imposed by an International Football Banning Order (Football Spectators Act 1989),11,150,v0.26.0 +FB89009,12524,Failing to comply with the duty to report imposed by an International Football Banning Order (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with the duty to report imposed by an International Football Banning Order (Football Spectators Act 1989),11,150,v0.26.0 +PU86051,12530,Breach of a Domestic Football Banning Order,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Breach of a Domestic Football Banning Order,11,150,v0.26.0 +PU86089,12530,Breach of a Domestic Football Banning Order,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Breach of a Domestic Football Banning Order,11,150,v0.26.0 +PU86118,12530,Breach of a Domestic Football Banning Order,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Breach of a Domestic Football Banning Order,11,150,v0.26.0 +PU86119,12530,Breach of a Domestic Football Banning Order,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Breach of a Domestic Football Banning Order,11,150,v0.26.0 +CL77003,12535,Failure to leave residential premises when required,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave residential premises when required,11,150,v0.26.0 +CJ94024,12536,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",11,150,v0.26.0 +CJ94025,12536,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",11,150,v0.26.0 +CJ94026,12536,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave within 24 hours of interim possession order, or returning as a trespasser or attempting to do so after the expiry of the order but within 1 year from the day it was served",11,150,v0.26.0 +PT00027,12540,Wearing any item of dress in support of a proscribed organisation,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wearing any item of dress in support of a proscribed organisation,11,150,v0.26.0 +PT89012,12540,Wearing any item of dress in support of a proscribed organisation,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wearing any item of dress in support of a proscribed organisation,11,150,v0.26.0 +PT00028,12541,"Wearing, carrying or displaying any article in support of a proscribed organisation",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Wearing, carrying or displaying any article in support of a proscribed organisation",11,150,v0.26.0 +PT89013,12541,"Wearing, carrying or displaying any article in support of a proscribed organisation",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Wearing, carrying or displaying any article in support of a proscribed organisation",11,150,v0.26.0 +PT89014,12541,"Wearing, carrying or displaying any article in support of a proscribed organisation",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Wearing, carrying or displaying any article in support of a proscribed organisation",11,150,v0.26.0 +PT89015,12541,"Wearing, carrying or displaying any article in support of a proscribed organisation",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Wearing, carrying or displaying any article in support of a proscribed organisation",11,150,v0.26.0 +PT00001,12542,Failure to stop (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to stop (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT00002,12542,Failure to stop (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to stop (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT89125,12542,Failure to stop (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to stop (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT89126,12542,Failure to stop (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to stop (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT89132,12542,Failure to stop (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to stop (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT00003,12543,Wilful obstruction (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilful obstruction (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT00033,12543,Wilful obstruction (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilful obstruction (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT89127,12543,Wilful obstruction (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilful obstruction (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +PT89133,12543,Wilful obstruction (power to stop and search vehicles and pedestrians),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilful obstruction (power to stop and search vehicles and pedestrians),11,150,v0.26.0 +FB89013,12559,Failure to comply with requirements of Football Banning Order,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with requirements of Football Banning Order,11,150,v0.26.0 +FB89014,12560,Failure to comply with Notice under S.21B Football Spectators Act 1989,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with Notice under S.21B Football Spectators Act 1989,11,150,v0.26.0 +AT01037,12562,"Offences under Summary Regulations made under Part 8 of Anti-Terrorism, Crime and Security Act 2001",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Offences under Summary Regulations made under Part 8 of Anti-Terrorism, Crime and Security Act 2001",11,150,v0.26.0 +PT05003,12566,Intentionally obstructing a person delivering a notice setting out the terms of the control order in accordance with S.7(9) of Prevention of Terrorism Act 2005,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Intentionally obstructing a person delivering a notice setting out the terms of the control order in accordance with S.7(9) of Prevention of Terrorism Act 2005,11,150,v0.26.0 +SO05014,12569,Trespassing on sites designated by order of Secretary of State,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Trespassing on sites designated by order of Secretary of State,11,150,v0.26.0 +AT01028,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01029,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01030,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01031,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01032,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01033,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AT01035,12575,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to provide information, produce document etc. (Anti-terrorism, Crime and Security Act 2001)",11,150,v0.26.0 +AL06006,12576,Relevant institution failing to comply with requirement to provide information to the Treasury,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Relevant institution failing to comply with requirement to provide information to the Treasury,11,150,v0.26.0 +AL06007,12577,Refusing or failing to comply with any request to provide information to or produce document for Treasury,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Refusing or failing to comply with any request to provide information to or produce document for Treasury,11,150,v0.26.0 +AL06009,12578,Wilfully obstructing the Treasury in the exercise of their powers under Sch.1 of the Al-Qaida and Taliban (UN Measures) Order 2006,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing the Treasury in the exercise of their powers under Sch.1 of the Al-Qaida and Taliban (UN Measures) Order 2006,11,150,v0.26.0 +TE06007,12579,Failure to comply with request or obstructing the Treasury in exercise of their powers,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with request or obstructing the Treasury in exercise of their powers,11,150,v0.26.0 +PT05004,12581,Intentionally obstructing the exercise by a constable of power conferred by SS.7A or 7B or by warrant under S.7C of the Prevention of Terrorism Act 2005,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Intentionally obstructing the exercise by a constable of power conferred by SS.7A or 7B or by warrant under S.7C of the Prevention of Terrorism Act 2005,11,150,v0.26.0 +CD98068,12582,Racially or religiously aggravated harassment or alarm or distress �������� words or writing ,"125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,Racially or religiously aggravated harassment or alarm or distress ��� words or writing ,11,150,v0.26.0 +CD98075,12582,Racially or religiously aggravated harassment or alarm or distress �������� words or writing ,"125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,Racially or religiously aggravated harassment or alarm or distress ��� words or writing ,11,150,v0.26.0 +LA12001,12586,Knowingly as a trespasser live/intend to live in residential building,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Knowingly as a trespasser live/intend to live in residential building,11,150,v0.26.0 +PT00058,12587,Fail to stop a vehicle when required to do so by virtue of section 116(3) of Terrorism Act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Fail to stop a vehicle when required to do so by virtue of section 116(3) of Terrorism Act 2000,11,150,v0.26.0 +PT00071,12590,Publish an image of an item of clothing or other article - terrorism,125 Counter-Terrorism and Border Security Act 2019,SNM,Summary non-motoring,Publish an image of an item of clothing or other article - terrorism,11,150,v0.26.0 +KE00126,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68050,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68050A,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68050B,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68052,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68052A,13001,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving or attempt taking or driving of a motor vehicle,11,150,v0.26.0 +TH68051,13002,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,11,150,v0.26.0 +TH68053,13002,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,11,150,v0.26.0 +TH68055,13002,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Unauthorised taking or driving of conveyance other than motor vehicle or pedal cycle,11,150,v0.26.0 +TH68054,13003,Being carried knowing vehicle to have been taken or driven away ,130 Theft of a motor vehicle - summary (MOT),SMO,Summary non-motoring,Being carried knowing vehicle to have been taken or driven away ,11,150,v0.26.0 +TH68106,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68107,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68108,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68109,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68110,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68111,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68120,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68121,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68122,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68123,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68124,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68125,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68130,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68131,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68132,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68144,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68146,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68150,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68152,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68156,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68158,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68159,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68160,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +TH68161,13101,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ����5,000 or under",130 Theft of a motor vehicle - summary (MOT),SMO,Summary motoring,"Aggravated taking of a vehicle where the only aggravating factor is criminal damage of ��5,000 or under",12,150,v0.26.0 +PL02006,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +PL02007,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +PL02008,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +PL02053,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +PL02054,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +PL02055,13801,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he is a designated or accredited person or making any statement or doing any act calculated falsely to suggest that he has powers as a designated or accredited person that exceed the powers he actually has,11,150,v0.26.0 +FW03002,13809,Knowingly or recklessly making a statement which is false in a material particular when a requirement to give information is imposed by or under fireworks regulations,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Knowingly or recklessly making a statement which is false in a material particular when a requirement to give information is imposed by or under fireworks regulations,11,150,v0.26.0 +SO05004,13810,With intent to deceive impersonating or posing as a designated person,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,With intent to deceive impersonating or posing as a designated person,11,150,v0.26.0 +SO05007,13811,Failure to comply with any requirement imposed on him under SS.62 or 63 (S.62 - disclosure notice; S.63 - production of documents) of Serious Organised Crime and Police Act 2005,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to comply with any requirement imposed on him under SS.62 or 63 (S.62 - disclosure notice; S.63 - production of documents) of Serious Organised Crime and Police Act 2005,11,150,v0.26.0 +SO05010,13812,Failure to comply with or including false or misleading information in a financial report,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to comply with or including false or misleading information in a financial report,11,150,v0.26.0 +AS14002,14294,Remain on/enter premises in contravention of a closure notice or similar direction,142B Remain on / enter premises in contravention of a closure notice or similar direction,SNM,Summary non-motoring,Remain on/enter premises in contravention of a closure notice or similar direction,11,150,v0.26.0 +AS14007,14294,Remain on/enter premises in contravention of a closure notice or similar direction,142B Remain on / enter premises in contravention of a closure notice or similar direction,SNM,Summary non-motoring,Remain on/enter premises in contravention of a closure notice or similar direction,11,150,v0.26.0 +AS14008,14294,Remain on/enter premises in contravention of a closure notice or similar direction,142B Remain on / enter premises in contravention of a closure notice or similar direction,SNM,Summary non-motoring,Remain on/enter premises in contravention of a closure notice or similar direction,11,150,v0.26.0 +AS14008B,14294,Remain on/enter premises in contravention of a closure notice or similar direction,142B Remain on / enter premises in contravention of a closure notice or similar direction,SNM,Summary non-motoring,Remain on/enter premises in contravention of a closure notice or similar direction,11,150,v0.26.0 +CP75004,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU92003,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU92004,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU92005,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU92006,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU92007,14501,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",145 Intimidation,SNM,Summary non-motoring,"Intimidating, annoying, hindering, etc., by violence or otherwise, any person, or wife, or children, with intent to compel him or her to abstain from following a certain course of action (Trade Union and Labour Relations (Consolidations) Act 1992)",11,150,v0.26.0 +TU74001,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU74002,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU74003,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU74004,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU74005,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU74006,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92008,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92009,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92010,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92011,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92012,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92013,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92014,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92015,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +TU92016,14864,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Trade Union and Labour Relations (Consolidation) Act 1992,11,150,v0.26.0 +CJ01013,16503,Placing of advertisement relating to prostitution,Other summary non-motoring offences,SNM,Summary non-motoring,Placing of advertisement relating to prostitution,11,150,v0.26.0 +CL99001,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP12871,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87001,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87002,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87003,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87004,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87005,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87006,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87007,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87008,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87009,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87010,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87011,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87012,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87013,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87014,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87015,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87016,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87017,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87018,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87019,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87020,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87024,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP87025,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +CP871155,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FA68SW01,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FS97001,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FW86001,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FW86002,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FW86003,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +FW86004,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +GL08009,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +GL08010,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +GL08061,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +SUFF045,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +WM00041,16847,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",168 Public Health Offence,SNM,Summary non-motoring,"Offences under Consumer Protection Act 1987, Cigarette Lighter Refill (Safety) Regulations 1999, and the Fireworks Safety (Regulations) 1997",11,150,v0.26.0 +SX03180,17504,Sexual activity in a public lavatory,175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,Sexual activity in a public lavatory,11,150,v0.26.0 +PS01001,17601,Conduct prohibited without a licence (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,Conduct prohibited without a licence (Private Security Industry Act 2001),11,150,v0.26.0 +PS01008,17602,Powers of entry and inspection (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,Powers of entry and inspection (Private Security Industry Act 2001),11,150,v0.26.0 +PS01009,17602,Powers of entry and inspection (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,Powers of entry and inspection (Private Security Industry Act 2001),11,150,v0.26.0 +PS01010,17602,Powers of entry and inspection (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,Powers of entry and inspection (Private Security Industry Act 2001),11,150,v0.26.0 +PS01011,17603,False information (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,False information (Private Security Industry Act 2001),11,150,v0.26.0 +PS01012,17603,False information (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,False information (Private Security Industry Act 2001),11,150,v0.26.0 +PS01013,17603,False information (Private Security Industry Act 2001),Other summary non-motoring offences,SNM,Summary non-motoring,False information (Private Security Industry Act 2001),11,150,v0.26.0 +GA04006,18402,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",Other summary non-motoring offences,SNM,Summary non-motoring,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",11,150,v0.26.0 +GA04007,18402,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",Other summary non-motoring offences,SNM,Summary non-motoring,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",11,150,v0.26.0 +GA04008,18402,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",Other summary non-motoring offences,SNM,Summary non-motoring,"Obstruction of, or failure to comply with, an enforcement officer (Gangmasters (Licensing) Act 2004)",11,150,v0.26.0 +WT49024,19102,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,11,150,v0.26.0 +WT49026,19102,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,11,150,v0.26.0 +WT49071,19102,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,11,150,v0.26.0 +WT49073,19102,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravention of S.1(1) Wireless Telegraphy Act 1949 - keeping wireless telegraphy station or apparatus available for unauthorised use,11,150,v0.26.0 +WT06005,19107,Committing summary offence not falling within S.35 (2) or (4) of Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Committing summary offence not falling within S.35 (2) or (4) of Wireless Telegraphy Act 2006,11,150,v0.26.0 +WT06008,19109,Committing summary offence not falling within S.35 (2) or (4) of Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Committing summary offence not falling within S.35 (2) or (4) of Wireless Telegraphy Act 2006,11,150,v0.26.0 +VR84004,19203,Supplying video recording of classified work in breach of classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supplying video recording of classified work in breach of classification,11,150,v0.26.0 +VR84005,19203,Supplying video recording of classified work in breach of classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supplying video recording of classified work in breach of classification,11,150,v0.26.0 +VR84006,19204,Certain video recordings only to be supplied in licensed sex shops,Other summary non-motoring offences,SNM,Summary non-motoring,Certain video recordings only to be supplied in licensed sex shops,11,150,v0.26.0 +VR84007,19204,Certain video recordings only to be supplied in licensed sex shops,Other summary non-motoring offences,SNM,Summary non-motoring,Certain video recordings only to be supplied in licensed sex shops,11,150,v0.26.0 +VR84008,19204,Certain video recordings only to be supplied in licensed sex shops,Other summary non-motoring offences,SNM,Summary non-motoring,Certain video recordings only to be supplied in licensed sex shops,11,150,v0.26.0 +WM00084,19204,Certain video recordings only to be supplied in licensed sex shops,Other summary non-motoring offences,SNM,Summary non-motoring,Certain video recordings only to be supplied in licensed sex shops,11,150,v0.26.0 +VR84011,19206,Supply of video recording containing false indication as to classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording containing false indication as to classification,11,150,v0.26.0 +VR84012,19206,Supply of video recording containing false indication as to classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording containing false indication as to classification,11,150,v0.26.0 +VR84013,19206,Supply of video recording containing false indication as to classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording containing false indication as to classification,11,150,v0.26.0 +VR84014,19206,Supply of video recording containing false indication as to classification,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording containing false indication as to classification,11,150,v0.26.0 +IX85001,19344,Supply of intoxicating substances,193 Drug offences - summary,SNM,Summary non-motoring,Supply of intoxicating substances,11,150,v0.26.0 +IX85002,19344,Supply of intoxicating substances,193 Drug offences - summary,SNM,Summary non-motoring,Supply of intoxicating substances,11,150,v0.26.0 +IX85003,19344,Supply of intoxicating substances,193 Drug offences - summary,SNM,Summary non-motoring,Supply of intoxicating substances,11,150,v0.26.0 +IX85004,19344,Supply of intoxicating substances,193 Drug offences - summary,SNM,Summary non-motoring,Supply of intoxicating substances,11,150,v0.26.0 +MD71051,19346,Supply etc of articles for administering or preparing controlled drugs,193 Drug offences - summary,SNM,Summary non-motoring,Supply etc of articles for administering or preparing controlled drugs,11,150,v0.26.0 +MD71052,19346,Supply etc of articles for administering or preparing controlled drugs,193 Drug offences - summary,SNM,Summary non-motoring,Supply etc of articles for administering or preparing controlled drugs,11,150,v0.26.0 +MD71053,19346,Supply etc of articles for administering or preparing controlled drugs,193 Drug offences - summary,SNM,Summary non-motoring,Supply etc of articles for administering or preparing controlled drugs,11,150,v0.26.0 +MD71054,19346,Supply etc of articles for administering or preparing controlled drugs,193 Drug offences - summary,SNM,Summary non-motoring,Supply etc of articles for administering or preparing controlled drugs,11,150,v0.26.0 +AS03001,19349,Obstructing a constable etc. acting under S.1(6) or S.3(2) of the Anti-social Behaviour Act 2003 - serving closure notice,193 Offences under the Anti-Social Behaviour Act 2003,SNM,Summary non-motoring,Obstructing a constable etc. acting under S.1(6) or S.3(2) of the Anti-social Behaviour Act 2003 - serving closure notice,11,150,v0.26.0 +AS03002,19350,Remaining on premises in respect of which a closure notice has been made,193 Offences under the Anti-Social Behaviour Act 2003,SNM,Summary non-motoring,Remaining on premises in respect of which a closure notice has been made,11,150,v0.26.0 +AS03003,19351,Entering premises in respect of which a closure notice has been made,193 Offences under the Anti-Social Behaviour Act 2003,SNM,Summary non-motoring,Entering premises in respect of which a closure notice has been made,11,150,v0.26.0 +AS03015,19352,Remaining on or entering premises in contravention of a closure notice issued by a constable or authorised person,193 Offences under the Drugs Act 2005 - summary,SNM,Summary non-motoring,Remaining on or entering premises in contravention of a closure notice issued by a constable or authorised person,11,150,v0.26.0 +PS16009,19356,Remain on / enter premises in contravention of access prohibition re psychoactive substances,193 Drug offences - summary,SNM,Summary non-motoring,Remain on / enter premises in contravention of access prohibition re psychoactive substances,11,150,v0.26.0 +PS16010,19357,Obstruct a person entering premises / securing premises against entry re psychoactive substances,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Obstruct a person entering premises / securing premises against entry re psychoactive substances,11,150,v0.26.0 +PS16011,19358,Obstruct enforcement officer in performance of functions under Psychoactive Substances Act 2016,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Obstruct enforcement officer in performance of functions under Psychoactive Substances Act 2016,11,150,v0.26.0 +PS16012,19359,Fail to comply / prevent compliance with requirement / direction under Psychoactive Substances Act 2016,193 Drug offences - summary,SNM,Summary non-motoring,Fail to comply / prevent compliance with requirement / direction under Psychoactive Substances Act 2016,11,150,v0.26.0 +IM71001,19401,Non-citizen entering UK in breach of a deportation order,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen entering UK in breach of a deportation order,11,150,v0.26.0 +IM71002,19402,Non-citizen entering UK without leave,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen entering UK without leave,11,150,v0.26.0 +IM71003,19403,Non-citizen having only a limited leave remaining in UK beyond the time limit.,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen having only a limited leave remaining in UK beyond the time limit.,11,150,v0.26.0 +IM71004,19404,Non-citizen failing to observe conditions of leave,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe conditions of leave,11,150,v0.26.0 +IM71005,19405,Non-citizen entering United Kingdom as a member of a crew of a ship or aircraft and who is required to leave on the ship or aircraft remaining in the United Kingdom beyond the time allowed,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen entering United Kingdom as a member of a crew of a ship or aircraft and who is required to leave on the ship or aircraft remaining in the United Kingdom beyond the time allowed,11,150,v0.26.0 +IM71006,19406,Non-citizen failing to comply with requirements to report to a medical officer or to submit to a test or examination required by such an officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to comply with requirements to report to a medical officer or to submit to a test or examination required by such an officer,11,150,v0.26.0 +IM71007,19407,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,11,150,v0.26.0 +IM71008,19407,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,11,150,v0.26.0 +IM71009,19407,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,11,150,v0.26.0 +IM71010,19407,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,11,150,v0.26.0 +IM71087,19407,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen failing to observe any restrictions as to residence or to reporting to police or an immigration officer,11,150,v0.26.0 +IM71011,19408,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,11,150,v0.26.0 +IM71012,19408,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,11,150,v0.26.0 +IM71088,19408,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen disembarking in the United Kingdom from a ship or aircraft after being placed on board with a view to removal from United Kingdom,11,150,v0.26.0 +IM71013,19409,Non-citizen embarking in contravention of a restriction imposed by Order in Council,194 Immigration Offence,SNM,Summary non-motoring,Non-citizen embarking in contravention of a restriction imposed by Order in Council,11,150,v0.26.0 +IM71015,19411,Knowingly harbouring an illegal entrant (or person believed to be an illegal entrant),194 Immigration Offence,SNM,Summary non-motoring,Knowingly harbouring an illegal entrant (or person believed to be an illegal entrant),11,150,v0.26.0 +IM71016,19412,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,194 Immigration Offence,SNM,Summary non-motoring,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,11,150,v0.26.0 +IM71017,19412,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,194 Immigration Offence,SNM,Summary non-motoring,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,11,150,v0.26.0 +IM71018,19412,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,194 Immigration Offence,SNM,Summary non-motoring,Knowingly harbouring a non-citizen who has remained in United Kingdom beyond the time allowed or who has failed to observe a condition of the leave,11,150,v0.26.0 +IM71019,19413,Refusing or failing without reasonable excuse to submit to an examination by an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to submit to an examination by an immigration officer,11,150,v0.26.0 +IM71020,19414,Refusing or failing without reasonable excuse to submit to an examination by a medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to submit to an examination by a medical inspector,11,150,v0.26.0 +IM71021,19415,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,11,150,v0.26.0 +IM71022,19415,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,11,150,v0.26.0 +IM71024,19415,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,11,150,v0.26.0 +IM71083,19415,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,11,150,v0.26.0 +IM71084,19415,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,194 Immigration Offence,SNM,Summary non-motoring,Refusing or failing without reasonable excuse to produce documents or information to immigration officer or medical inspector,11,150,v0.26.0 +IM71023,19416,Making false statements return or representations to an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Making false statements return or representations to an immigration officer,11,150,v0.26.0 +IM71069,19416,Making false statements return or representations to an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Making false statements return or representations to an immigration officer,11,150,v0.26.0 +IM71085,19416,Making false statements return or representations to an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Making false statements return or representations to an immigration officer,11,150,v0.26.0 +IM71086,19416,Making false statements return or representations to an immigration officer,194 Immigration Offence,SNM,Summary non-motoring,Making false statements return or representations to an immigration officer,11,150,v0.26.0 +IM71025,19417,"Without authority altering any certificate of partiality, entry clearance, work permit or other document made under or for the purpose of the Immigration Act 1971",194 Immigration Offence,SNM,Summary non-motoring,"Without authority altering any certificate of partiality, entry clearance, work permit or other document made under or for the purpose of the Immigration Act 1971",11,150,v0.26.0 +IM71026,19418,"Having possession of any passport, certificate of entitlement, entry clearance, work permit or other document made under or for the purpose of the Immigration Act 1971 which is known or is reasonably believed to be false",194 Immigration Offence,SNM,Summary non-motoring,"Having possession of any passport, certificate of entitlement, entry clearance, work permit or other document made under or for the purpose of the Immigration Act 1971 which is known or is reasonably believed to be false",11,150,v0.26.0 +IM71027,19419,Without reasonable excuse failing to complete and produce a landing or embarkation card,194 Immigration Offence,SNM,Summary non-motoring,Without reasonable excuse failing to complete and produce a landing or embarkation card,11,150,v0.26.0 +IM71028,19419,Without reasonable excuse failing to complete and produce a landing or embarkation card,194 Immigration Offence,SNM,Summary non-motoring,Without reasonable excuse failing to complete and produce a landing or embarkation card,11,150,v0.26.0 +IM71029,19420,Alien without reasonable excuse failing to register with police,194 Immigration Offence,SNM,Summary non-motoring,Alien without reasonable excuse failing to register with police,11,150,v0.26.0 +IM71030,19421,Alien without reasonable excuse failing to produce documents or furnish information when registering,194 Immigration Offence,SNM,Summary non-motoring,Alien without reasonable excuse failing to produce documents or furnish information when registering,11,150,v0.26.0 +IM71031,19421,Alien without reasonable excuse failing to produce documents or furnish information when registering,194 Immigration Offence,SNM,Summary non-motoring,Alien without reasonable excuse failing to produce documents or furnish information when registering,11,150,v0.26.0 +IM71078,19421,Alien without reasonable excuse failing to produce documents or furnish information when registering,194 Immigration Offence,SNM,Summary non-motoring,Alien without reasonable excuse failing to produce documents or furnish information when registering,11,150,v0.26.0 +IM71036,19422,Failing to provide for records to be made and kept of persons staying at hotels and other premises lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to provide for records to be made and kept of persons staying at hotels and other premises lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71037,19422,Failing to provide for records to be made and kept of persons staying at hotels and other premises lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to provide for records to be made and kept of persons staying at hotels and other premises lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71032,19423,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71033,19423,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71034,19423,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71035,19423,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71038,19423,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,194 Immigration Offence,SNM,Summary non-motoring,Failing to supply necessary information for the purpose of records of persons staying at hostels and other premises where lodging or sleeping accommodation is provided,11,150,v0.26.0 +IM71039,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71072,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71073,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71074,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71075,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71076,19424,Offences in connection with the issue of certificate of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the issue of certificate of registration Immigration Act 1971,11,150,v0.26.0 +IM71040,19425,Offences in connection with the production of certificates of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the production of certificates of registration Immigration Act 1971,11,150,v0.26.0 +IM71077,19425,Offences in connection with the production of certificates of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the production of certificates of registration Immigration Act 1971,11,150,v0.26.0 +IM71041,19426,Offences in connection with the payment of fees for certificates of registration Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Offences in connection with the payment of fees for certificates of registration Immigration Act 1971,11,150,v0.26.0 +IM71042,19427,Without reasonable excuse obstructing an immigration officer or other person lawfully acting in the execution of the Immigration Act 1971,194 Immigration Offence,SNM,Summary non-motoring,Without reasonable excuse obstructing an immigration officer or other person lawfully acting in the execution of the Immigration Act 1971,11,150,v0.26.0 +IM71043,19428,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,194 Immigration Offence,SNM,Summary non-motoring,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,11,150,v0.26.0 +IM71044,19428,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,194 Immigration Offence,SNM,Summary non-motoring,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,11,150,v0.26.0 +IM71090,19428,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,194 Immigration Offence,SNM,Summary non-motoring,Captain of a ship or aircraft knowingly permitting a person to disembark when required to prevent it,11,150,v0.26.0 +IM71045,19429,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",194 Immigration Offence,SNM,Summary non-motoring,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",11,150,v0.26.0 +IM71046,19429,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",194 Immigration Offence,SNM,Summary non-motoring,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",11,150,v0.26.0 +IM71089,19429,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",194 Immigration Offence,SNM,Summary non-motoring,"Captain of a ship or aircraft failing, without reasonable excuse, to take the proper procedure in connection with the disembarkation or examination of passengers or for furnishing a passenger list or particulars of the crew",11,150,v0.26.0 +IM71047,19430,"Captain of a ship or aircraft failing, without reasonable excuse, to comply with a direction given in respect of the removal of a person from the United Kingdom",194 Immigration Offence,SNM,Summary non-motoring,"Captain of a ship or aircraft failing, without reasonable excuse, to comply with a direction given in respect of the removal of a person from the United Kingdom",11,150,v0.26.0 +IM71048,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71049,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71050,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71051,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71091,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71092,19431,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,194 Immigration Offence,SNM,Summary non-motoring,Owner or agent of a ship or aircraft arranging or being knowingly concerned in any arrangement for a ship or aircraft to call at a port other than a port of entry,11,150,v0.26.0 +IM71052,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71053,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71054,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71055,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71056,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71057,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71058,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71059,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71093,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71094,19432,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to supply passengers with landing or embarkation cards",11,150,v0.26.0 +IM71060,19433,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",11,150,v0.26.0 +IM71061,19433,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",11,150,v0.26.0 +IM71062,19433,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",11,150,v0.26.0 +IM71063,19433,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",11,150,v0.26.0 +IM71095,19433,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",194 Immigration Offence,SNM,Summary non-motoring,"Owner or agent of a ship or aircraft failing, without reasonable excuse, to make arrangements for the removal of a person from the United Kingdom when required to do so",11,150,v0.26.0 +IM71064,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71065,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71066,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71067,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71068,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71096,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71097,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71120,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71121,19434,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Owner or agent of a ship or aircraft or a person concerned in the management of a port failing without reasonable excuse to take the proper procedure required in relation to the embarkation or disembarkation of passengers where a control area is designated,11,150,v0.26.0 +IM71079,19436,Immigration Act 1971 - Obtain / Seek to obtain leave to enter UK by deception (historic),194 Immigration Offence,SNM,Summary non-motoring,Immigration Act 1971 - Obtain / Seek to obtain leave to enter UK by deception (historic),11,150,v0.26.0 +IM71080,19436,Immigration Act 1971 - Obtain / Seek to obtain leave to enter UK by deception (historic),194 Immigration Offence,SNM,Summary non-motoring,Immigration Act 1971 - Obtain / Seek to obtain leave to enter UK by deception (historic),11,150,v0.26.0 +IA99024,19442,Assaulting a detainee custody officer,194 Immigration Offence,SNM,Summary non-motoring,Assaulting a detainee custody officer,11,150,v0.26.0 +IA99041,19446,Immigrant failing without reasonable excuse to submit to a medical examination,194 Immigration Offence,SNM,Summary non-motoring,Immigrant failing without reasonable excuse to submit to a medical examination,11,150,v0.26.0 +NI02002,19448,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",11,150,v0.26.0 +NI02011,19448,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",11,150,v0.26.0 +NI02012,19448,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Without reasonable excuse failing to comply with S.136(3); to provide the Secretary of State with the information specified in the 'Notice' (Nationality, Immigration and Asylum Act 2002)",11,150,v0.26.0 +NI02009,19449,"Withholding or withdrawal of support (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Withholding or withdrawal of support (Nationality, Immigration and Asylum Act 2002)",11,150,v0.26.0 +NI02010,19449,"Withholding or withdrawal of support (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Withholding or withdrawal of support (Nationality, Immigration and Asylum Act 2002)",11,150,v0.26.0 +IA99003,19450,Obstruction of Immigration Services Commissioner in the exercise of a power by virtue of S.92A (Immigration and Asylum Act 1999),194 Immigration Offence,SNM,Summary non-motoring,Obstruction of Immigration Services Commissioner in the exercise of a power by virtue of S.92A (Immigration and Asylum Act 1999),11,150,v0.26.0 +IA06005,19453,"Absconding from detention etc (Immigration, Asylum and Nationality Act 2006)",194 Immigration Offence,SNM,Summary non-motoring,"Absconding from detention etc (Immigration, Asylum and Nationality Act 2006)",11,150,v0.26.0 +IA06006,19453,"Absconding from detention etc (Immigration, Asylum and Nationality Act 2006)",194 Immigration Offence,SNM,Summary non-motoring,"Absconding from detention etc (Immigration, Asylum and Nationality Act 2006)",11,150,v0.26.0 +IA06007,19454,"Obstructing or assaulting authorised person exercising powers under S.40 (Immigration, Asylum and Nationality Act 2006)",194 Immigration Offence,SNM,Summary non-motoring,"Obstructing or assaulting authorised person exercising powers under S.40 (Immigration, Asylum and Nationality Act 2006)",11,150,v0.26.0 +IA06008,19454,"Obstructing or assaulting authorised person exercising powers under S.40 (Immigration, Asylum and Nationality Act 2006)",194 Immigration Offence,SNM,Summary non-motoring,"Obstructing or assaulting authorised person exercising powers under S.40 (Immigration, Asylum and Nationality Act 2006)",11,150,v0.26.0 +BA07001,19460,Absconding from detention having been detained under S.2 of UK Borders Act 2007,194 Immigration Offence,SNM,Summary non-motoring,Absconding from detention having been detained under S.2 of UK Borders Act 2007,11,150,v0.26.0 +IM71137,19466,Fail to comply with direction to move container for search - immigration,194 Immigration Offence,SNM,Summary non-motoring,Fail to comply with direction to move container for search - immigration,11,150,v0.26.0 +CH89001,19502,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,150,v0.26.0 +CH89002,19502,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,150,v0.26.0 +CH89003,19502,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,150,v0.26.0 +CH89004,19502,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,150,v0.26.0 +CH89005,19502,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,150,v0.26.0 +PH97006,19512,Pursue course of conduct in breach of S.1(1) of Protection from Harassment Act 1997 which amounts to stalking,"196 Pursue course of conduct in breach of prohibition of harassment, which amounts to stalking",SNM,Summary non-motoring,Pursue course of conduct in breach of S.1(1) of Protection from Harassment Act 1997 which amounts to stalking,11,150,v0.26.0 +CJ01009,19518,Summary offences under Criminal Justice and Police Act 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice and Police Act 2001,11,150,v0.26.0 +CJ88005,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88006,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88007,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88008,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88009,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88010,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88011,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88012,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88013,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88014,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88015,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88114,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88139,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88140,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88141,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88142,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88143,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +KE00061,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +KE00062,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59001,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59002,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59003,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59004,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59005,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59006,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59007,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59008,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59009,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59010,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59011,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59012,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59013,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59014,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59015,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59016,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59017,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59018,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59019,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59020,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59021,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59022,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59023,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59024,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +RE59025,19520,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Restriction of Offensive Weapons Act 1959 and Criminal Justice Act 1988,11,150,v0.26.0 +CJ88016,19522,Selling to a blade to a person aged under 18 years,195 Criminal Justice Act 1988 S.141A(1) - Selling a blade to a person aged under 18,SNM,Summary non-motoring,Selling to a blade to a person aged under 18 years,11,150,v0.26.0 +CJ88138,19522,Selling to a blade to a person aged under 18 years,195 Criminal Justice Act 1988 S.141A(1) - Selling a blade to a person aged under 18,SNM,Summary non-motoring,Selling to a blade to a person aged under 18 years,11,150,v0.26.0 +OW19001,19522,Selling to a blade to a person aged under 18 years,195 Criminal Justice Act 1988 S.141A(1) - Selling a blade to a person aged under 18,SNM,Summary non-motoring,Selling to a blade to a person aged under 18 years,11,150,v0.26.0 +PO53033,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53034,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53035,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53041,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53042,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53043,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53044,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53045,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53046,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PO53069,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PS00009,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +PS00010,19524,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,150,v0.26.0 +GL09430,19541,Summary offences under Malicious Communications Act 1988,195 Malicious Communications Act - Sending letters etc. with intent to cause distress or anxiety,SNM,Summary non-motoring,Summary offences under Malicious Communications Act 1988,11,150,v0.26.0 +MT88001,19541,Summary offences under Malicious Communications Act 1988,195 Malicious Communications Act - Sending letters etc. with intent to cause distress or anxiety,SNM,Summary non-motoring,Summary offences under Malicious Communications Act 1988,11,150,v0.26.0 +MT88002,19541,Summary offences under Malicious Communications Act 1988,195 Malicious Communications Act - Sending letters etc. with intent to cause distress or anxiety,SNM,Summary non-motoring,Summary offences under Malicious Communications Act 1988,11,150,v0.26.0 +MT88003,19541,Summary offences under Malicious Communications Act 1988,195 Malicious Communications Act - Sending letters etc. with intent to cause distress or anxiety,SNM,Summary non-motoring,Summary offences under Malicious Communications Act 1988,11,150,v0.26.0 +MT88004,19541,Summary offences under Malicious Communications Act 1988,195 Malicious Communications Act - Sending letters etc. with intent to cause distress or anxiety,SNM,Summary non-motoring,Summary offences under Malicious Communications Act 1988,11,150,v0.26.0 +PC02016,19548,Summary offences under Proceeds of Crime Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Proceeds of Crime Act 2002,11,150,v0.26.0 +PC02018,19548,Summary offences under Proceeds of Crime Act 2002,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Proceeds of Crime Act 2002,11,150,v0.26.0 +CAM062,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84002,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84003,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84004,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84005,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84006,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +TL84007,19551,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984 and Criminal Justice and Public Order Act 1994,11,150,v0.26.0 +PL97004,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97006,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97007,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97008,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97009,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97010,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97016,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97017,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97018,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97019,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +PL97020,19552,Falsification etc. of certificates of criminal records and convictions,Other summary non-motoring offences,SNM,Summary non-motoring,Falsification etc. of certificates of criminal records and convictions,11,150,v0.26.0 +CM90001,19559,Unauthorised access to computer material (historic),195 Computer Misuse Act 1990 S.1,SNM,Summary non-motoring,Unauthorised access to computer material (historic),11,150,v0.26.0 +CL77001,19563,Summary offences under Criminal Law Act 1977,195 Criminal Law Act 1977 S.6 - Using or threatening violence for securing entry to premises,SNM,Summary non-motoring,Summary offences under Criminal Law Act 1977,11,150,v0.26.0 +CL77002,19563,Summary offences under Criminal Law Act 1977,195 Criminal Law Act 1977 S.6 - Using or threatening violence for securing entry to premises,SNM,Summary non-motoring,Summary offences under Criminal Law Act 1977,11,150,v0.26.0 +CB87001,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87002,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87003,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87004,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87011,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87012,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87013,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB87014,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB98011,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB98012,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB98013,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CB98014,19580,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,Other summary non-motoring offences,SNM,Summary non-motoring,Selling or hiring a crossbow or part of a crossbow to person under the age of 18,11,150,v0.26.0 +CL77018,19586,Conspiring in the UK to commit summary offences overseas,Other summary non-motoring offences,SNM,Summary non-motoring,Conspiring in the UK to commit summary offences overseas,11,150,v0.26.0 +CL77042,19586,Conspiring in the UK to commit summary offences overseas,Other summary non-motoring offences,SNM,Summary non-motoring,Conspiring in the UK to commit summary offences overseas,11,150,v0.26.0 +AV82066,19587,With intent to deceive issuing a document which purports to be issued by a person on a list of approved air cargo agents maintained under S.21F(2)(a) of Aviation Security Act 1982,Other summary non-motoring offences,SNM,Summary non-motoring,With intent to deceive issuing a document which purports to be issued by a person on a list of approved air cargo agents maintained under S.21F(2)(a) of Aviation Security Act 1982,11,150,v0.26.0 +CD88297,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88003,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88004,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88005,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88006,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88009,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88010,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88011,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88012,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88015,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88016,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88017,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88019,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88020,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88021,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88022,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88023,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88024,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88025,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88026,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88027,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88028,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88029,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88030,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88031,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88041,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88042,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88043,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88044,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88045,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88046,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88047,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +CP88047B,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +GL09095,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +YY000028,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +YY000234,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +YY00337,19588,"Summary offences under Copyright, Designs and Patents Act 1988","195 Copyright, Designs & Patents Act 1988",SNM,Summary non-motoring,"Summary offences under Copyright, Designs and Patents Act 1988",11,150,v0.26.0 +PL64008,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +PL64009,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +PL64010,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +PL96005,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +PL96012,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +PL96013,19591,Impersonating a police officer or special constable,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Impersonating a police officer or special constable,11,150,v0.26.0 +EC06014,19594,Offence of harassment,195 Protection from Harassment Act 1997 S.2 - Summary offence of harassment,SNM,Summary non-motoring,Offence of harassment,11,150,v0.26.0 +PH97004,19594,Offence of harassment,195 Protection from Harassment Act 1997 S.2 - Summary offence of harassment,SNM,Summary non-motoring,Offence of harassment,11,150,v0.26.0 +PH97004A,19594,Offence of harassment,195 Protection from Harassment Act 1997 S.2 - Summary offence of harassment,SNM,Summary non-motoring,Offence of harassment,11,150,v0.26.0 +SUFF034,19594,Offence of harassment,195 Protection from Harassment Act 1997 S.2 - Summary offence of harassment,SNM,Summary non-motoring,Offence of harassment,11,150,v0.26.0 +SF97003,19597,Sex Offenders Act 1997 S.3[1](b) Notifies police with false information as to name or names,195 Sex Offenders Act 1997,SNM,Summary non-motoring,Sex Offenders Act 1997 S.3[1](b) Notifies police with false information as to name or names,11,150,v0.26.0 +SF97004,19598,Sex Offenders Act 1997 S.3[1](b) Notifies police with false information as to home address,195 Sex Offenders Act 1997,SNM,Summary non-motoring,Sex Offenders Act 1997 S.3[1](b) Notifies police with false information as to home address,11,150,v0.26.0 +FA03SW01,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FR03005,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04001,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04002,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04003,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04004,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04005,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04006,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04007,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04008,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04009,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW04010,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +WI00050,19601,Contravening a prohibition imposed by fireworks regulations,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening a prohibition imposed by fireworks regulations,11,150,v0.26.0 +FW03001,19602,Failure to comply with a requirement imposed in or under fireworks regulations to give or not give information,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with a requirement imposed in or under fireworks regulations to give or not give information,11,150,v0.26.0 +CA03005,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +CA03006,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +CA03007,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +CA03008,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +CA03009,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +CA03015,19607,Improper use of public electronic communications network,196 Communications Act 2003 S.127 - Sending grossly offensive message/matter by electronic communications network,SNM,Summary non-motoring,Improper use of public electronic communications network,11,150,v0.26.0 +GA04005,19627,Entering into arrangements with gangmasters,Other summary non-motoring offences,SNM,Summary non-motoring,Entering into arrangements with gangmasters,11,150,v0.26.0 +HT04016,19634,Restriction on transplants involving a live donor - use material,Other summary non-motoring offences,SNM,Summary non-motoring,Restriction on transplants involving a live donor - use material,11,150,v0.26.0 +HT04022,19634,Restriction on transplants involving a live donor - use material,Other summary non-motoring offences,SNM,Summary non-motoring,Restriction on transplants involving a live donor - use material,11,150,v0.26.0 +HT04009,19635,Prohibition of commercial dealings in human material for transplantation,Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of commercial dealings in human material for transplantation,11,150,v0.26.0 +HT04010,19635,Prohibition of commercial dealings in human material for transplantation,Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of commercial dealings in human material for transplantation,11,150,v0.26.0 +CI04007,19643,Summary offences under Civil Partnership Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Civil Partnership Act 2004,11,150,v0.26.0 +CI04010,19643,Summary offences under Civil Partnership Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Civil Partnership Act 2004,11,150,v0.26.0 +CI04011,19643,Summary offences under Civil Partnership Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Civil Partnership Act 2004,11,150,v0.26.0 +FF88001,19654,"Supplying, offering, agreeing, exposing or possessing to supply furniture which did not satisfy Sch.1 of Furniture and Furnishings (Fire Safety) Regulations 1988 ",Other summary non-motoring offences,SNM,Summary non-motoring,"Supplying, offering, agreeing, exposing or possessing to supply furniture which did not satisfy Sch.1 of Furniture and Furnishings (Fire Safety) Regulations 1988 ",11,150,v0.26.0 +FF88SW01,19654,"Supplying, offering, agreeing, exposing or possessing to supply furniture which did not satisfy Sch.1 of Furniture and Furnishings (Fire Safety) Regulations 1988 ",Other summary non-motoring offences,SNM,Summary non-motoring,"Supplying, offering, agreeing, exposing or possessing to supply furniture which did not satisfy Sch.1 of Furniture and Furnishings (Fire Safety) Regulations 1988 ",11,150,v0.26.0 +CH06001,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06002,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06003,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06004,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06005,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06006,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06007,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06008,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06009,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06010,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06011,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06012,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CH06013,19660,Summary offences (except S.85) under Childcare Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences (except S.85) under Childcare Act 2006,11,150,v0.26.0 +CS00001,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00002,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00003,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00004,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00005,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00006,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00007,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00008,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00009,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00010,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00011,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00012,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00013,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +CS00015,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +WM00039,19662,Summary offences under Care Standards Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Care Standards Act 2006,11,150,v0.26.0 +VC06005,19668,Selling a weapon by way of trade or business when transaction not face to face,Other summary non-motoring offences,SNM,Summary non-motoring,Selling a weapon by way of trade or business when transaction not face to face,11,150,v0.26.0 +VC06006,19670,"Selling, buying or attempting to buy a primer or empty cartridge case incorporating a primer",Other summary non-motoring offences,SNM,Summary non-motoring,"Selling, buying or attempting to buy a primer or empty cartridge case incorporating a primer",11,150,v0.26.0 +VC06007,19670,"Selling, buying or attempting to buy a primer or empty cartridge case incorporating a primer",Other summary non-motoring offences,SNM,Summary non-motoring,"Selling, buying or attempting to buy a primer or empty cartridge case incorporating a primer",11,150,v0.26.0 +VC06008,19671,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,11,150,v0.26.0 +VC06009,19671,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,11,150,v0.26.0 +VC06010,19671,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,11,150,v0.26.0 +VC06011,19671,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacturing or selling a realistic imitation firearm; modifying an imitation firearm so it becomes a realistic imitation firearm; or bringing or causing to be brought a realistic imitation firearm into Great Britain,11,150,v0.26.0 +FI68433,19672,Person under 18 purchasing an imitation firearm; selling an imitation firearm to person under 18,Other summary non-motoring offences,SNM,Summary non-motoring,Person under 18 purchasing an imitation firearm; selling an imitation firearm to person under 18,11,150,v0.26.0 +FI68434,19672,Person under 18 purchasing an imitation firearm; selling an imitation firearm to person under 18,Other summary non-motoring offences,SNM,Summary non-motoring,Person under 18 purchasing an imitation firearm; selling an imitation firearm to person under 18,11,150,v0.26.0 +VC06013,19684,Offences involving not conforming to specification for imitation firearms,Other summary non-motoring offences,SNM,Summary non-motoring,Offences involving not conforming to specification for imitation firearms,11,150,v0.26.0 +VC06014,19684,Offences involving not conforming to specification for imitation firearms,Other summary non-motoring offences,SNM,Summary non-motoring,Offences involving not conforming to specification for imitation firearms,11,150,v0.26.0 +VC06015,19684,Offences involving not conforming to specification for imitation firearms,Other summary non-motoring offences,SNM,Summary non-motoring,Offences involving not conforming to specification for imitation firearms,11,150,v0.26.0 +VC06016,19684,Offences involving not conforming to specification for imitation firearms,Other summary non-motoring offences,SNM,Summary non-motoring,Offences involving not conforming to specification for imitation firearms,11,150,v0.26.0 +AS03018,19688,Remaining on or entering premises in contravention of a Part 1A Anti-social Behaviour Act 2003 closure notice,Other summary non-motoring offences,SNM,Summary non-motoring,Remaining on or entering premises in contravention of a Part 1A Anti-social Behaviour Act 2003 closure notice,11,150,v0.26.0 +AS20031,19688,Remaining on or entering premises in contravention of a Part 1A Anti-social Behaviour Act 2003 closure notice,Other summary non-motoring offences,SNM,Summary non-motoring,Remaining on or entering premises in contravention of a Part 1A Anti-social Behaviour Act 2003 closure notice,11,150,v0.26.0 +AS03019,19689,Obstructing person acting under SS.11A(7) or 11C(2) of Anti-social Behaviour Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing person acting under SS.11A(7) or 11C(2) of Anti-social Behaviour Act 2003,11,150,v0.26.0 +AS03020,19690,Remaining on premises closed under a closure order,Other summary non-motoring offences,SNM,Summary non-motoring,Remaining on premises closed under a closure order,11,150,v0.26.0 +AS03021,19691,Entering premises closed under a closure order,Other summary non-motoring offences,SNM,Summary non-motoring,Entering premises closed under a closure order,11,150,v0.26.0 +CN10001,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10002,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10003,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10004,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10005,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10006,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10007,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10008,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10009,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10010,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10011,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10012,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10013,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10014,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10015,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10017,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10018,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10019,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10020,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10021,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10022,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN10023,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17001,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17002,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17003,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17004,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17005,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17006,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17007,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17008,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17009,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17010,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17011,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17012,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17013,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17014,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17015,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17017,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17018,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17019,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17020,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17021,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17022,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17023,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17028,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17029,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17030,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17031,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17032,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17033,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17034,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17035,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17036,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17037,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17038,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17039,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17040,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17041,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17042,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CN17043,19701,Summary offences under Conservation of Habitats and Species Regulations 2017,197 Conservation of Habitats and Species Regulations 2017,SNM,Summary non-motoring,Summary offences under Conservation of Habitats and Species Regulations 2017,11,150,v0.26.0 +CJ88153,19721,Possess an offensive weapon in private place,Summary non-motoring,SNM,Summary non-motoring,Possess an offensive weapon in private place,11,150,v0.26.0 +DB0092,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +KE00178,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88005,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88325,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88341,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88842,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88845,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +RT88846,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +WM00033,80301,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment),12,150,v0.26.0 +GL09181,80302,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,150,v0.26.0 +RT88007,80302,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,150,v0.26.0 +RT88007B,80302,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,150,v0.26.0 +RT88007G,80302,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,150,v0.26.0 +RT88326,80302,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,"Driving or attempting to drive a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,150,v0.26.0 +DC00022,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +GL07072,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +RT88010,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +SPSTAF01,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +ZZ00006,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +ZZ00020,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +ZZ00047,80303,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,150,v0.26.0 +RT88579,80308,Failing to allow specimen of blood to be subjected to laboratory test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing to allow specimen of blood to be subjected to laboratory test,12,150,v0.26.0 +RT88650,80308,Failing to allow specimen of blood to be subjected to laboratory test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing to allow specimen of blood to be subjected to laboratory test,12,150,v0.26.0 +RT88651,80308,Failing to allow specimen of blood to be subjected to laboratory test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing to allow specimen of blood to be subjected to laboratory test,12,150,v0.26.0 +RT88652,80308,Failing to allow specimen of blood to be subjected to laboratory test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing to allow specimen of blood to be subjected to laboratory test,12,150,v0.26.0 +TW92009,80308,Failing to allow specimen of blood to be subjected to laboratory test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing to allow specimen of blood to be subjected to laboratory test,12,150,v0.26.0 +RT88222,80309,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,12,150,v0.26.0 +RT88339,80309,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,12,150,v0.26.0 +RT88343,80309,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,12,150,v0.26.0 +RT88349,80309,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drink,12,150,v0.26.0 +RT88340,80310,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,12,150,v0.26.0 +RT88344,80310,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,12,150,v0.26.0 +RT88350,80310,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,803A Driving a motor vehicle under the influence of drink or drugs (MOT),SMO,Summary motoring,Driving or attempting to drive a motor vehicle whilst unfit through drink or drugs (impairment) - drugs,12,150,v0.26.0 +RT88218,80501,Failing to stop after accident,805 Failing to stop or provide information after accident (MOT),SMO,Summary motoring,Failing to stop after accident,12,150,v0.26.0 +RT88218B,80501,Failing to stop after accident,805 Failing to stop or provide information after accident (MOT),SMO,Summary motoring,Failing to stop after accident,12,150,v0.26.0 +RT88220,80502,Failing to report accident within 24 hours,805 Failing to stop or provide information after accident (MOT),SMO,Summary motoring,Failing to report accident within 24 hours,12,150,v0.26.0 +RT88220B,80502,Failing to report accident within 24 hours,805 Failing to stop or provide information after accident (MOT),SMO,Summary motoring,Failing to report accident within 24 hours,12,150,v0.26.0 +RT88221,80503,Failing to give name and address after accident,805 Failing to stop or provide information after accident (MOT),SMO,Summary motoring,Failing to give name and address after accident,12,150,v0.26.0 +RT88333,80701,Driving whilst disqualified from holding or obtaining a licence,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving whilst disqualified from holding or obtaining a licence,12,150,v0.26.0 +RT88333B,80701,Driving whilst disqualified from holding or obtaining a licence,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving whilst disqualified from holding or obtaining a licence,12,150,v0.26.0 +RT88SW36,80701,Driving whilst disqualified from holding or obtaining a licence,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving whilst disqualified from holding or obtaining a licence,12,150,v0.26.0 +YY000071,80701,Driving whilst disqualified from holding or obtaining a licence,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving whilst disqualified from holding or obtaining a licence,12,150,v0.26.0 +RT88136,80704,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,12,150,v0.26.0 +RT88138,80704,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,12,150,v0.26.0 +RT88139,80704,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,12,150,v0.26.0 +RT88140,80704,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving after false declaration as to physical fitness; driving after failing to declare; driving after refusal or revocation,12,150,v0.26.0 +TR00013,82002,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",12,150,v0.26.0 +TR00022,82002,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",12,150,v0.26.0 +TR00023,82002,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"With intent to avoid payment of or being identified as having failed to pay a charge imposed by a charging scheme, interfering with any equipment or causing or permitting registration plate to be obscured",12,150,v0.26.0 +TR00014,82003,"Making or using any false document with intent to avoid payment of, or being identified as having failed to pay, charges imposed by a charging scheme",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Making or using any false document with intent to avoid payment of, or being identified as having failed to pay, charges imposed by a charging scheme",12,150,v0.26.0 +TR00016,82005,Obstructing a person exercising any power conferred on him by a charging scheme,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Obstructing a person exercising any power conferred on him by a charging scheme,12,150,v0.26.0 +RT88093,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88094,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88100,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88156,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88157,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88160,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88189,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88190,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88208,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88209,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88215,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88216,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88219,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88351,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88352,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88398,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88710,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88711,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88712,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88720,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88721,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88722,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88723,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +RT88730,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +TM04004,82503,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Driver or person accompanying holder of provisional licence failing to give name and address or give false name and address when required to do so or when alleged to have been driving recklessly, dangerously, carelessly or inconsiderately by a police or traffic officer",12,150,v0.26.0 +SX56057,10701,Keeping a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel,11,160,v0.26.0 +SX56059,10701,Keeping a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel,11,160,v0.26.0 +SX56061,10701,Keeping a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel,11,160,v0.26.0 +SX56096,10701,Keeping a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel,11,160,v0.26.0 +SX56096C,10701,Keeping a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel,11,160,v0.26.0 +SX56063,10702,Letting premises for use as a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Letting premises for use as a brothel,11,160,v0.26.0 +SX56065,10703,Tenant permitting premises to be used as a brothel,107 Brothel Keeping,SNM,Summary non-motoring,Tenant permitting premises to be used as a brothel,11,160,v0.26.0 +SX56067,10704,Tenant permitting premises to be used for prostitution,107 Brothel Keeping,SNM,Summary non-motoring,Tenant permitting premises to be used for prostitution,11,160,v0.26.0 +SX56058,10705,Keeping a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel for homosexual practices,11,160,v0.26.0 +SX56060,10705,Keeping a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel for homosexual practices,11,160,v0.26.0 +SX56062,10705,Keeping a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel for homosexual practices,11,160,v0.26.0 +SX56068,10705,Keeping a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel for homosexual practices,11,160,v0.26.0 +SX56097,10705,Keeping a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Keeping a brothel for homosexual practices,11,160,v0.26.0 +SX56064,10706,Letting premises for use as a brothel for homosexual practices,107 Brothel Keeping,SNM,Summary non-motoring,Letting premises for use as a brothel for homosexual practices,11,160,v0.26.0 +SX56066,10707,Tenant permitting premises to be used as a brothel for homosexual practices (historic),107 Brothel Keeping,SNM,Summary non-motoring,Tenant permitting premises to be used as a brothel for homosexual practices (historic),11,160,v0.26.0 +AW06030,10835,Selling animal to person under 16,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Selling animal to person under 16,11,160,v0.26.0 +AW06035,10835,Selling animal to person under 16,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Selling animal to person under 16,11,160,v0.26.0 +AW06009,10838,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),11,160,v0.26.0 +AW06010,10838,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),11,160,v0.26.0 +AW06011,10838,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),108a Animal Cruelty under sections 4-8 under Animal Welfare Act 2006,SNM,Summary non-motoring,Failure to certify working dog before 3 months old; showing dog with a removed tail; knowingly giving false information to a vet about giving of S.6 certificate (Animal Welfare Act 2006),11,160,v0.26.0 +AW06034,10839,Intentionally obstructing person exercising power conferred by this section relating to an animal in distress,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Intentionally obstructing person exercising power conferred by this section relating to an animal in distress,11,160,v0.26.0 +FI68095,11532,Trespassing with firearm or imitation firearm on land (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Trespassing with firearm or imitation firearm on land (Group I),11,160,v0.26.0 +FI68096,11532,Trespassing with firearm or imitation firearm on land (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Trespassing with firearm or imitation firearm on land (Group I),11,160,v0.26.0 +FI68097,11533,Trespassing with firearm on land (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Trespassing with firearm on land (Group II),11,160,v0.26.0 +FI68098,11534,Trespass with air weapon on land (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Trespass with air weapon on land (Group III),11,160,v0.26.0 +CJ01015,12568,Harassment etc. of a person in his home,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Harassment etc. of a person in his home,11,160,v0.26.0 +PC17001,12588,Possess pyrotechnic article at a musical event (Policing and Crime Act 2017),125G Possess pyrotechnic article at musical event ,SNM,Summary non-motoring,Possess pyrotechnic article at a musical event (Policing and Crime Act 2017),11,160,v0.26.0 +LG64036,14223,Selling etc. intoxicating liquor at any place not authorised by his licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor at any place not authorised by his licence,11,160,v0.26.0 +LG64037,14245,"Licence holder (on-licence) selling etc., intoxicating liquor to persons not permitted by the conditions of the licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"Licence holder (on-licence) selling etc., intoxicating liquor to persons not permitted by the conditions of the licence",11,160,v0.26.0 +LG83002,14245,"Licence holder (on-licence) selling etc., intoxicating liquor to persons not permitted by the conditions of the licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"Licence holder (on-licence) selling etc., intoxicating liquor to persons not permitted by the conditions of the licence",11,160,v0.26.0 +LG64038,14246,Licence holder (Part IV licence) knowingly permitting intoxicating liquor to be consumed on the licensed premises by persons not permitted by the conditions of the licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder (Part IV licence) knowingly permitting intoxicating liquor to be consumed on the licensed premises by persons not permitted by the conditions of the licence,11,160,v0.26.0 +LG64034,14301,Selling intoxicating liquor without licence,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling intoxicating liquor without licence,11,160,v0.26.0 +LG64035,14301,Selling intoxicating liquor without licence,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling intoxicating liquor without licence,11,160,v0.26.0 +LG64007,14305,Supplying intoxicating liquor to member or guest at club premises not registered or not licensed,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Supplying intoxicating liquor to member or guest at club premises not registered or not licensed,11,160,v0.26.0 +CJ01001,19523,Summary offences under Criminal Justice and Police Act 2001 and the Serious Organised Crime and Police Act 2005,195 Criminal Justice & Police Act 2001 s.42,SNM,Summary non-motoring,Summary offences under Criminal Justice and Police Act 2001 and the Serious Organised Crime and Police Act 2005,11,160,v0.26.0 +CJ01016,19523,Summary offences under Criminal Justice and Police Act 2001 and the Serious Organised Crime and Police Act 2005,195 Criminal Justice & Police Act 2001 s.42,SNM,Summary non-motoring,Summary offences under Criminal Justice and Police Act 2001 and the Serious Organised Crime and Police Act 2005,11,160,v0.26.0 +CL67008,19553,Causing wasteful employment of the police etc.,195 Criminal Law Act 1967 S.5(2) - Causing wasteful employment of the police,SNM,Summary non-motoring,Causing wasteful employment of the police etc.,11,160,v0.26.0 +CL67013,19553,Causing wasteful employment of the police etc.,195 Criminal Law Act 1967 S.5(2) - Causing wasteful employment of the police,SNM,Summary non-motoring,Causing wasteful employment of the police etc.,11,160,v0.26.0 +AA60002,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60003,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60004,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60005,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60006,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60007,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60008,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60009,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60010,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AA60011,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +AP03002,10814,Offences under Abandonment of Animals Act 1960,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Abandonment of Animals Act 1960,11,180,v0.26.0 +IQ05001,13815,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,11,180,v0.26.0 +IQ05002,13815,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,11,180,v0.26.0 +IQ05003,13815,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,11,180,v0.26.0 +IQ05004,13815,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Non-compliance with an inquiry or actions that are likely to hinder the inquiry,11,180,v0.26.0 +MI09001,15004,Offences against Marine Insurance (Gambling Policies) Act 1909,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Marine Insurance (Gambling Policies) Act 1909,11,180,v0.26.0 +YJ99005,17701,Wilfully giving false unsworn evidence,Other summary non-motoring offences,SNM,Summary non-motoring,Wilfully giving false unsworn evidence,11,180,v0.26.0 +YJ99012,17701,Wilfully giving false unsworn evidence,Other summary non-motoring offences,SNM,Summary non-motoring,Wilfully giving false unsworn evidence,11,180,v0.26.0 +PL97001,19511,Failure to attend etc. an inquiry into matters connected with NCIS,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to attend etc. an inquiry into matters connected with NCIS,11,180,v0.26.0 +COM0004,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +COML060,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +COML061,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80002,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80003,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80004,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80005,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80006,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80007,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80008,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80010,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80011,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80012,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80013,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80014,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80015,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80515,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +MC80520,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +WM00114,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +YY00143,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +ZZ00053,19521,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,195 Magistrates Courts Act 1980 (except S.106),SNM,Summary non-motoring,Summary offences under Magistrates' Courts Act 1980 (except S.106) and Justice of the Peace Act 1361,11,180,v0.26.0 +GL08059,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52005,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52006,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52007,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52008,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52009,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52010,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52011,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52012,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52014,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52015,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52016,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52017,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52018,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52019,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52032,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52033,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52034,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52035,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52036,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52037,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PR52038,19546,Conveyance etc. of List C articles into or out of prison,Other summary non-motoring offences,SNM,Summary non-motoring,Conveyance etc. of List C articles into or out of prison,11,180,v0.26.0 +PL97005,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97011,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97012,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97013,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97014,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97015,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97021,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97022,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97023,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97024,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +PL97025,19565,Disclosure of information provided on Certificates of Criminal Records,Other summary non-motoring offences,SNM,Summary non-motoring,Disclosure of information provided on Certificates of Criminal Records,11,180,v0.26.0 +BR00ST8,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CJ65001,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CJ91039,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CJ91048,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CJ91381,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CJ91501,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +GL09128,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +GM000025,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +YY000067,19579,Failure to comply with conditions specified on licence - release on licence following return to prison,195 Criminal Justice Act 1991 S.40A - Failure to comply with conditions specified on licence (release following recall to prison),SNM,Summary non-motoring,Failure to comply with conditions specified on licence - release on licence following return to prison,11,180,v0.26.0 +CY33011,10906,Allowing child or young person to be in brothel,"109 Cruelty to a Child, etc.",SNM,Summary non-motoring,Allowing child or young person to be in brothel,11,200,v0.26.0 +LG64126,14271,Relevant person working in licensed premises to permitting drunkenness or violent behaviour etc.,142 Other offences by licenced persons,SNM,Summary non-motoring,"Failure to leave the premises when asked to do so, for the purposes of ensuring compliance with an order",11,200,v0.26.0 +LG64005,14334,Forgery of licence etc. (Licensing Act 1964),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Forgery of licence etc. (Licensing Act 1964),11,209,v0.26.0 +LG64091,14350,"Voter fraudulently taking ballot paper out of polling station, etc.",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Voter fraudulently taking ballot paper out of polling station, etc.",11,209,v0.26.0 +PZ71001,16000,"Acting without certificate, refusal to produce certificate, etc. (Pedlars Act 1871)","160 Pedlars Act - Acting without certificate, refusal to produce certificate, etc",SNM,Summary non-motoring,"Acting without certificate, refusal to produce certificate, etc. (Pedlars Act 1871)",11,209,v0.26.0 +PZ71002,16000,"Acting without certificate, refusal to produce certificate, etc. (Pedlars Act 1871)","160 Pedlars Act - Acting without certificate, refusal to produce certificate, etc",SNM,Summary non-motoring,"Acting without certificate, refusal to produce certificate, etc. (Pedlars Act 1871)",11,209,v0.26.0 +SO05001,12567,Failing to obey a police direction to leave an exclusion area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to obey a police direction to leave an exclusion area,11,212,v0.26.0 +LG03097,14388,"Selling by retail alcohol on, or from, a vehicle at a time when vehicle is not permanently or temporarily parked",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Selling by retail alcohol on, or from, a vehicle at a time when vehicle is not permanently or temporarily parked",11,218,v0.26.0 +LG03098,14389,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,11,218,v0.26.0 +LG03098A,14389,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,11,218,v0.26.0 +LG03099,14389,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling or attempting or allowing the sale of alcohol in contravention of an order prohibiting the sale of alcohol on trains,11,218,v0.26.0 +LG03108,14391,Knowingly keeping premises open in contravention of closure order (identified relevant premises 24 hrs maximum),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly keeping premises open in contravention of closure order (identified relevant premises 24 hrs maximum),11,218,v0.26.0 +LG03109,14392,Knowingly permitting relevant premises to be open in contravention of closure order stating they must remain closed until relevant time,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly permitting relevant premises to be open in contravention of closure order stating they must remain closed until relevant time,11,218,v0.26.0 +LG03110,14393,Allowing premises to be open in contravention of order stating they must remain closed until relevant time (licence otherwise in force),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing premises to be open in contravention of order stating they must remain closed until relevant time (licence otherwise in force),11,218,v0.26.0 +AS03005,19616,Without reasonable excuse permitting premises to be open in contravention of closure order,Other summary non-motoring offences,SNM,Summary non-motoring,Without reasonable excuse permitting premises to be open in contravention of closure order,11,218,v0.26.0 +PP18001,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18002,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18003,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18004,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18005,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18006,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +PP18007,19709,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,Other summary non-motoring offences,SNM,Summary non-motoring,Offences breaching reg.7(1-4) of the Personal Protective Equipment Regulations 2018,11,218,v0.26.0 +RV20001,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20002,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20003,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20004,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20005,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20006,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20007,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20008,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20009,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20010,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20011,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20012,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20013,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20014,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20015,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20016,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20017,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +RV20018,82525,Summary offences under Road Vehicles (Approval) Regulations 2020,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Road Vehicles (Approval) Regulations 2020,12,218,v0.26.0 +AS14009,10441,Obstruct a person serving / enforcing a closure notice / order,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Obstruct a person serving / enforcing a closure notice / order,11,220,v0.26.0 +CL77019,10502,Assaults punishable under special enactments and not falling under other headings,105 Common assault and battery,SNM,Summary non-motoring,Assaults punishable under special enactments and not falling under other headings,11,220,v0.26.0 +CU84001,10502,Assaults punishable under special enactments and not falling under other headings,105 Common assault and battery,SNM,Summary non-motoring,Assaults punishable under special enactments and not falling under other headings,11,220,v0.26.0 +CE14007,11301,Supplier of regulated / reportable explosives precursor fail to report suspicious transaction / proposed transaction; Fail to report significant disappearance / theft of regulated / reportable explosives precursors,113A Failing to report significant disappearance/theft of regulated/reportable explosives precursors,SNM,Summary non-motoring,Supplier of regulated / reportable explosives precursor fail to report suspicious transaction / proposed transaction; Fail to report significant disappearance / theft of regulated / reportable explosives precursors,11,220,v0.26.0 +CE14008,11301,Supplier of regulated / reportable explosives precursor fail to report suspicious transaction / proposed transaction; Fail to report significant disappearance / theft of regulated / reportable explosives precursors,113A Failing to report significant disappearance/theft of regulated/reportable explosives precursors,SNM,Summary non-motoring,Supplier of regulated / reportable explosives precursor fail to report suspicious transaction / proposed transaction; Fail to report significant disappearance / theft of regulated / reportable explosives precursors,11,220,v0.26.0 +LG64123,14267,Permitting relevant licensed premises to be open in contravention of a closure order,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting relevant licensed premises to be open in contravention of a closure order,11,220,v0.26.0 +LG64124,14268,Permitting relevant licensed premises to be open in contravention of an order made under S.3(b) of the Licensing Act 1964,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting relevant licensed premises to be open in contravention of an order made under S.3(b) of the Licensing Act 1964,11,220,v0.26.0 +CJ01005,14274,"Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); opening the premises without reasonable excuse, in contravention of closure order",142 Other offences by licenced persons,SNM,Summary non-motoring,"Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); opening the premises without reasonable excuse, in contravention of closure order",11,220,v0.26.0 +FS90031,10107,Summary offences under Food Safety Act 1990,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Food Safety Act 1990,11,221,v0.26.0 +FS90032,10107,Summary offences under Food Safety Act 1990,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Food Safety Act 1990,11,221,v0.26.0 +GF04002,10110,Failure to comply with specified Community provision referred to in Part II of the Schedule (Genetically Modified Animal Feed (England) Regulations 2004),"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Failure to comply with specified Community provision referred to in Part II of the Schedule (Genetically Modified Animal Feed (England) Regulations 2004),11,221,v0.26.0 +GF04003,10111,Contravention of the requirements of a Notice under sub-paragraph 8(2)(a) (Genetically Modified Animal Feed (England) Regulations 2004),"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Contravention of the requirements of a Notice under sub-paragraph 8(2)(a) (Genetically Modified Animal Feed (England) Regulations 2004),11,221,v0.26.0 +WA95002,10805,Offences by person engaged in lairaging of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences by person engaged in lairaging of animals,11,221,v0.26.0 +WA95003,10805,Offences by person engaged in lairaging of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences by person engaged in lairaging of animals,11,221,v0.26.0 +WA95004,10805,Offences by person engaged in lairaging of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences by person engaged in lairaging of animals,11,221,v0.26.0 +WA95005,10805,Offences by person engaged in lairaging of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences by person engaged in lairaging of animals,11,221,v0.26.0 +WA95006,10805,Offences by person engaged in lairaging of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences by person engaged in lairaging of animals,11,221,v0.26.0 +WA95007,10807,Offences pertaining to occupier of slaughterhouse,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences pertaining to occupier of slaughterhouse,11,221,v0.26.0 +WA95008,10807,Offences pertaining to occupier of slaughterhouse,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences pertaining to occupier of slaughterhouse,11,221,v0.26.0 +WA95009,10807,Offences pertaining to occupier of slaughterhouse,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences pertaining to occupier of slaughterhouse,11,221,v0.26.0 +WA95010,10807,Offences pertaining to occupier of slaughterhouse,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences pertaining to occupier of slaughterhouse,11,221,v0.26.0 +BE99001,11002,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,11,221,v0.26.0 +BE99002,11002,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,11,221,v0.26.0 +BE99003,11002,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under the Bovine Spongiform Encephalopathy (Feeding Stuffs and Surveillance) Regulations 1999,11,221,v0.26.0 +FI68281,11588,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),11,221,v0.26.0 +FI68299,11588,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),11,221,v0.26.0 +FI68300,11588,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failing to report a transaction authorised by a visitor's shotgun permit (Group II),11,221,v0.26.0 +DOR052,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +DOR41,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +DOR42,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68002,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68003,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68004,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68005,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68006,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68007,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68008,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68009,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68010,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68011,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68012,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68013,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68014,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68015,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68016,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF68017,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83004,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83005,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83006,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83007,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83008,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83009,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83010,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83011,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83012,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83013,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83014,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83015,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83016,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83017,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83018,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83019,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83020,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83021,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SF83022,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67001,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67001B,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67002,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67003,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67004,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67005,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67006,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67007,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67008,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67009,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67010,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67011,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67012,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67013,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67014,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67015,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67016,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67017,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67018,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67019,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67020,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67021,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67022,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67023,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67024,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67025,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH67026,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH68001,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +SH68002,11601,Offences against Sea Fisheries Acts 1851 to 1968,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Acts 1851 to 1968,11,221,v0.26.0 +FH81001,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81002,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81003,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81004,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81006,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81007,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81008,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FH81DP01,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +KE00124,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +KE00132,11617,Offences against Sea Fish Industry Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fish Industry Act 1970,11,221,v0.26.0 +FD71001,11700,Summary offences under Friendly Societies Acts 1896 to 1971,117 Friendly Societies Acts,SNM,Summary non-motoring,Summary offences under Friendly Societies Acts 1896 to 1971,11,221,v0.26.0 +FR744398,11700,Summary offences under Friendly Societies Acts 1896 to 1971,117 Friendly Societies Acts,SNM,Summary non-motoring,Summary offences under Friendly Societies Acts 1896 to 1971,11,221,v0.26.0 +FS19741,11700,Summary offences under Friendly Societies Acts 1896 to 1971,117 Friendly Societies Acts,SNM,Summary non-motoring,Summary offences under Friendly Societies Acts 1896 to 1971,11,221,v0.26.0 +FS74001,11700,Summary offences under Friendly Societies Acts 1896 to 1971,117 Friendly Societies Acts,SNM,Summary non-motoring,Summary offences under Friendly Societies Acts 1896 to 1971,11,221,v0.26.0 +LO31091,11700,Summary offences under Friendly Societies Acts 1896 to 1971,117 Friendly Societies Acts,SNM,Summary non-motoring,Summary offences under Friendly Societies Acts 1896 to 1971,11,221,v0.26.0 +PP07002,12580,Failure to comply with football banning order requirement under SS.51 & 52 Police Public Order and Criminal Justice (Scotland) Act 2006,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with football banning order requirement under SS.51 & 52 Police Public Order and Criminal Justice (Scotland) Act 2006,11,221,v0.26.0 +LG64125,14269,Permitting relevant licensed premises to be open in contravention of an order made under S.3(c) of the Licensing Act 1964,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting relevant licensed premises to be open in contravention of an order made under S.3(c) of the Licensing Act 1964,11,221,v0.26.0 +CJ01006,14275,Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); failure to comply with any other terms of closure order,142 Other offences by licenced persons,SNM,Summary non-motoring,Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); failure to comply with any other terms of closure order,11,221,v0.26.0 +CC000080,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +CC000106,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +DC00049,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +HI00003,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +NA48005,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +SUFF016,15104,Failure or neglect to maintain so that accommodation has to be provided,152 Other Social Security offences,SNM,Summary non-motoring,Failure or neglect to maintain so that accommodation has to be provided,11,221,v0.26.0 +SS92026,15111,Offences against Regulations made under Social Security Administration Act 1992,152 Other Social Security offences,SNM,Summary non-motoring,Offences against Regulations made under Social Security Administration Act 1992,11,221,v0.26.0 +SS75006,15113,Not known,Not known,SNM,Summary non-motoring,Not known,11,221,v0.26.0 +SS75008,15113,Not known,Not known,SNM,Summary non-motoring,Not known,11,221,v0.26.0 +SS75010,15113,Not known,Not known,SNM,Summary non-motoring,Not known,11,221,v0.26.0 +AS00082,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +AS00108,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +CC00027,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +CC00080,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +CC00106,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +CX00038,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +DB0021,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +DOR048,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +FTNCCBEN,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +GL08110,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +KE00231,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +LAN0066,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +LO31073,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS00001,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS01112H,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS19922,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS1992B,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS91121A,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92001,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92001B,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92001C,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92001G,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92002,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92003,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92004,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92005,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92006,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92007,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92041,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92042,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92042B,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92043,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92044,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92045,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92045B,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92047,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92048,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92111,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92112,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS921121,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92112B,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS921912,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92GW01,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92SW05,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92SW07,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +SS92SW08,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +STAF0003,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +WM00096,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +YY00324,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +YY00329,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +YY00338,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +ZZ92042,15114,Making false representation or other offences against Social Security Administration Act 1992,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Making false representation or other offences against Social Security Administration Act 1992,11,221,v0.26.0 +JS95001,15115,All offences under Jobseekers Act 1995,152 Other Social Security offences,SNM,Summary non-motoring,All offences under Jobseekers Act 1995,11,221,v0.26.0 +JS95002,15115,All offences under Jobseekers Act 1995,152 Other Social Security offences,SNM,Summary non-motoring,All offences under Jobseekers Act 1995,11,221,v0.26.0 +JS95003,15115,All offences under Jobseekers Act 1995,152 Other Social Security offences,SNM,Summary non-motoring,All offences under Jobseekers Act 1995,11,221,v0.26.0 +JS95004,15115,All offences under Jobseekers Act 1995,152 Other Social Security offences,SNM,Summary non-motoring,All offences under Jobseekers Act 1995,11,221,v0.26.0 +JS95005,15115,All offences under Jobseekers Act 1995,152 Other Social Security offences,SNM,Summary non-motoring,All offences under Jobseekers Act 1995,11,221,v0.26.0 +CR03001,16815,Prohibition on the use and marketing and sale of creosote and related substances,168 Public Health Offence,SNM,Summary non-motoring,Prohibition on the use and marketing and sale of creosote and related substances,11,221,v0.26.0 +CR03002,16815,Prohibition on the use and marketing and sale of creosote and related substances,168 Public Health Offence,SNM,Summary non-motoring,Prohibition on the use and marketing and sale of creosote and related substances,11,221,v0.26.0 +CR03003,16815,Prohibition on the use and marketing and sale of creosote and related substances,168 Public Health Offence,SNM,Summary non-motoring,Prohibition on the use and marketing and sale of creosote and related substances,11,221,v0.26.0 +AS00015,16816,Not known,Not known,SNM,Summary non-motoring,Not known,11,221,v0.26.0 +EP90064,16885,Fail to comply with requirement of Inspector concerning genetically modified organism (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Fail to comply with requirement of Inspector concerning genetically modified organism (Environmental Protection Act 1990),11,221,v0.26.0 +EP90065,16886,Prevent person from appearing before / answering a question of an inspector (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Prevent person from appearing before / answering a question of an inspector (Environmental Protection Act 1990),11,221,v0.26.0 +EP90066,16887,Obstruct Inspector exercising powers other than those under s.117 (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Obstruct Inspector exercising powers other than those under s.117 (Environmental Protection Act 1990),11,221,v0.26.0 +TR68991,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49002,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49010,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49011,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49012,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49013,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49014,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49015,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49016,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49017,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49018,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49019,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49025,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49027,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT49053,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT67001,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +WT67015,19100,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against the Wireless Telegraphy Acts, 1949 to 1967. (except Sec 5(a) and Sec 13 of the 1949 Act)",11,221,v0.26.0 +IA99007,19437,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,194 Immigration Offence,SNM,Summary non-motoring,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,11,221,v0.26.0 +IA99008,19437,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,194 Immigration Offence,SNM,Summary non-motoring,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,11,221,v0.26.0 +IA99009,19437,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,194 Immigration Offence,SNM,Summary non-motoring,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,11,221,v0.26.0 +IA99010,19437,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,194 Immigration Offence,SNM,Summary non-motoring,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,11,221,v0.26.0 +IA99011,19437,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,194 Immigration Offence,SNM,Summary non-motoring,Giving false information with a view to obtaining assistance under Part VI (support for asylum seekers) for himself or any other person,11,221,v0.26.0 +IM06003,19457,Obtaining or seeking to obtain an accession worker card by means including deception,194 Immigration Offence,SNM,Summary non-motoring,Obtaining or seeking to obtain an accession worker card by means including deception,11,221,v0.26.0 +TA96001,19578,Summary offences under Treasure Act 1996,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Treasure Act 1996,11,221,v0.26.0 +AD76001,19628,Summary offences under Adoption Act 1976,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption Act 1976,11,221,v0.26.0 +AD76007,19628,Summary offences under Adoption Act 1976,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Adoption Act 1976,11,221,v0.26.0 +PA08002,19661,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,11,221,v0.26.0 +PA08003,19661,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,11,221,v0.26.0 +PA08004,19661,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plastic Materials and Articles in Contact with Food (England) Regulations 2008,11,221,v0.26.0 +GP05005,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05006,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05007,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05009,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05010,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05011,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05012,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +GP05GW01,19663,Summary offences under General Product Safety Regulations 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under General Product Safety Regulations 2005,11,221,v0.26.0 +CJ91001H,19667,Failing to comply with requirement imposed by SS.46 or 47 of Health Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Failing to comply with requirement imposed by SS.46 or 47 of Health Act 2006,11,221,v0.26.0 +HA06010,19667,Failing to comply with requirement imposed by SS.46 or 47 of Health Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Failing to comply with requirement imposed by SS.46 or 47 of Health Act 2006,11,221,v0.26.0 +LAN0046,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +TB02001,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +TB02002,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +TB02003,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +WI00002,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +WI00006,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +YY000168,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +YY000200,19685,Summary offences in relation to manufacture of tobacco products,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to manufacture of tobacco products,11,221,v0.26.0 +EC06003,19695,"Summary offences under regulation 46, 49, 50(1) or 51 of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 46, 49, 50(1) or 51 of Electromagnetic Compatibility Regulations 2006",11,221,v0.26.0 +EC06004,19695,"Summary offences under regulation 46, 49, 50(1) or 51 of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 46, 49, 50(1) or 51 of Electromagnetic Compatibility Regulations 2006",11,221,v0.26.0 +RE00001,19696,Contravening or failing to comply with Regulations 5(1) or 12 of Radio Equipment and Telecommunications Terminal Equipment Regulations 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening or failing to comply with Regulations 5(1) or 12 of Radio Equipment and Telecommunications Terminal Equipment Regulations 2000,11,221,v0.26.0 +AF15005,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15006,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15007,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15008,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15009,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15010,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15011,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15012,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15013,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15014,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15020,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15021,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +AF15022,19705,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",Other summary non-motoring offences,SNM,Summary non-motoring,"Various summary offences contrary to regulations under the the Animal Feed (Hygiene, Sampling etc. and Enforcement) (England) Regulations 2015.",11,221,v0.26.0 +PA34001,10806,Offences under Protection of Animals Act 1934,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1934,11,230,v0.26.0 +PA34002,10806,Offences under Protection of Animals Act 1934,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1934,11,230,v0.26.0 +PA34003,10806,Offences under Protection of Animals Act 1934,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals Act 1934,11,230,v0.26.0 +AM68001,10821,Offences under Agriculture (Miscellaneous Provisions) Act 1968,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Agriculture (Miscellaneous Provisions) Act 1968,11,230,v0.26.0 +AM68002,10821,Offences under Agriculture (Miscellaneous Provisions) Act 1968,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Agriculture (Miscellaneous Provisions) Act 1968,11,230,v0.26.0 +BD73001,11107,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,11,230,v0.26.0 +BD73002,11107,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,11,230,v0.26.0 +BD73003,11107,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,11,230,v0.26.0 +BDA1973,11107,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,11,230,v0.26.0 +KE00241,11107,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1973 - e.g. Licensing of breeding establishments for dogs,11,230,v0.26.0 +BD70000,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BED0026,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BS99001,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BS99002,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BS99003,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BS99004,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BS99005,11122,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.8 & 9(1),11,230,v0.26.0 +BD73SW01,11123,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),11,230,v0.26.0 +BS99006,11123,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),11,230,v0.26.0 +BS99007,11123,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding and Sale of Dogs (Welfare) Act 1999 SS.9(6) & 9(7),11,230,v0.26.0 +EA19123,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED44005,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96002,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96003,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96004,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96005,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96006,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96007,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96008,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96010,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96013,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +ED96014,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +GL07043,11201,Offences against Education Acts 1944-2002,112B Education Acts - Other,SNM,Summary non-motoring,Offences against Education Acts 1944-2002,11,230,v0.26.0 +EA4441A,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +ED96001,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +HI00129,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +KE00152,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +SF00014,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +YY000088,11203,Parent's failure to secure child's regular attendance at school,112A Education Acts - Truancy,SNM,Summary non-motoring,Parent's failure to secure child's regular attendance at school,11,230,v0.26.0 +FA88006,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FA88008,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FA88010,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FI68161,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FI68341,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FI68342,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FI68355,11562,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender firearm certificate, firearm or ammunition on revocation of certificate (Group I)",11,230,v0.26.0 +FA88007,11563,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",11,230,v0.26.0 +FA88009,11563,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",11,230,v0.26.0 +FA88011,11563,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",11,230,v0.26.0 +FI68162,11563,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",11,230,v0.26.0 +FI68356,11563,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failing to surrender shotgun certificate, shotgun or ammunition on revocation of certificate (Group II)",11,230,v0.26.0 +FI68173,11570,Failure to hand over firearm or ammunition on demand by constable (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group I),11,230,v0.26.0 +FI68176,11570,Failure to hand over firearm or ammunition on demand by constable (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group I),11,230,v0.26.0 +FI68174,11571,Failure to hand over firearm or ammunition on demand by constable (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group II),11,230,v0.26.0 +FI68177,11571,Failure to hand over firearm or ammunition on demand by constable (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group II),11,230,v0.26.0 +FI68175,11572,Failure to hand over firearm or ammunition on demand by constable (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group III),11,230,v0.26.0 +FI68178,11572,Failure to hand over firearm or ammunition on demand by constable (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to hand over firearm or ammunition on demand by constable (Group III),11,230,v0.26.0 +WI34001,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34002,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34003,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34004,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34005,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34006,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34007,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34008,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34009,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +WI34010,11609,Offences against Whaling Industry (Regulation) Act 1934,116 Fishery Acts,SNM,Summary non-motoring,Offences against Whaling Industry (Regulation) Act 1934,11,230,v0.26.0 +PU36001,12501,Wearing political uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wearing political uniform,11,230,v0.26.0 +PU86014,12514,Failing to comply with conditions on public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions on public processions,11,230,v0.26.0 +PU86015,12514,Failing to comply with conditions on public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions on public processions,11,230,v0.26.0 +PU86092,12514,Failing to comply with conditions on public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions on public processions,11,230,v0.26.0 +PU86019,12515,Failing to comply with conditions imposed on public assemblies,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions imposed on public assemblies,11,230,v0.26.0 +PU86020,12515,Failing to comply with conditions imposed on public assemblies,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions imposed on public assemblies,11,230,v0.26.0 +PU86094,12515,Failing to comply with conditions imposed on public assemblies,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with conditions imposed on public assemblies,11,230,v0.26.0 +PU86017,12517,Fail to comply with prohibition on public procession,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Fail to comply with prohibition on public procession,11,230,v0.26.0 +PU86018,12517,Fail to comply with prohibition on public procession,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Fail to comply with prohibition on public procession,11,230,v0.26.0 +PU86093,12517,Fail to comply with prohibition on public procession,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Fail to comply with prohibition on public procession,11,230,v0.26.0 +PU86102,12518,Offences under Public Order Act 1986,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Offences under Public Order Act 1986,11,230,v0.26.0 +PU86104,12520,Inciting another to take part in a prohibited trespassory assembly,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Inciting another to take part in a prohibited trespassory assembly,11,230,v0.26.0 +CJ94010,12522,Failing to leave land when directed or to return as a trespasser within three months,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to leave land when directed or to return as a trespasser within three months,11,230,v0.26.0 +CJ94011,12522,Failing to leave land when directed or to return as a trespasser within three months,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to leave land when directed or to return as a trespasser within three months,11,230,v0.26.0 +DOR39,12522,Failing to leave land when directed or to return as a trespasser within three months,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to leave land when directed or to return as a trespasser within three months,11,230,v0.26.0 +CJ94012,12531,Failing to leave land when directed or returning within 7 days of the direction (raves),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to leave land when directed or returning within 7 days of the direction (raves),11,230,v0.26.0 +CJ94013,12531,Failing to leave land when directed or returning within 7 days of the direction (raves),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to leave land when directed or returning within 7 days of the direction (raves),11,230,v0.26.0 +CJ94015,12533,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,11,230,v0.26.0 +CJ94016,12533,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,11,230,v0.26.0 +CJ94037,12533,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,11,230,v0.26.0 +CJ94038,12533,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Disrupting or obstructing a lawful activity or seeking to intimidate someone so to do,11,230,v0.26.0 +CJ94017,12534,Failure to leave land when directed or returning within 3 months of direction (aggravated trespass),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave land when directed or returning within 3 months of direction (aggravated trespass),11,230,v0.26.0 +CJ94018,12534,Failure to leave land when directed or returning within 3 months of direction (aggravated trespass),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave land when directed or returning within 3 months of direction (aggravated trespass),11,230,v0.26.0 +PT00004,12544,Failing to furnish information when required by examining officer - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to furnish information when required by examining officer - Terrorism act 2000,11,230,v0.26.0 +PT00051,12544,Failing to furnish information when required by examining officer - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to furnish information when required by examining officer - Terrorism act 2000,11,230,v0.26.0 +PT89069,12544,Failing to furnish information when required by examining officer - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to furnish information when required by examining officer - Terrorism act 2000,11,230,v0.26.0 +PT89134,12544,Failing to furnish information when required by examining officer - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to furnish information when required by examining officer - Terrorism act 2000,11,230,v0.26.0 +PT00005,12545,Failing to produce either a valid passport or identifying document when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to produce either a valid passport or identifying document when required by examining officer,11,230,v0.26.0 +PT89070,12545,Failing to produce either a valid passport or identifying document when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to produce either a valid passport or identifying document when required by examining officer,11,230,v0.26.0 +PT89071,12545,Failing to produce either a valid passport or identifying document when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to produce either a valid passport or identifying document when required by examining officer,11,230,v0.26.0 +PT00006,12546,Failing to declare or produce any relevant documents when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to declare or produce any relevant documents when required by examining officer,11,230,v0.26.0 +PT89072,12546,Failing to declare or produce any relevant documents when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to declare or produce any relevant documents when required by examining officer,11,230,v0.26.0 +PT89073,12546,Failing to declare or produce any relevant documents when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to declare or produce any relevant documents when required by examining officer,11,230,v0.26.0 +PT89143,12546,Failing to declare or produce any relevant documents when required by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to declare or produce any relevant documents when required by examining officer,11,230,v0.26.0 +PT00014,12547,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,11,230,v0.26.0 +PT00053,12547,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,11,230,v0.26.0 +PT89074,12547,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to submit to search by examining officer or person acting on his/her behalf - Terrorism act 2000,11,230,v0.26.0 +PT00015,12548,Failing to complete and produce an embarkation card when required to by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to complete and produce an embarkation card when required to by examining officer,11,230,v0.26.0 +PT89075,12548,Failing to complete and produce an embarkation card when required to by examining officer,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to complete and produce an embarkation card when required to by examining officer,11,230,v0.26.0 +PL02027,12549,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,11,230,v0.26.0 +PT00009,12549,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,11,230,v0.26.0 +PT89137,12549,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave cordoned area immediately when ordered to do so by a constable in uniform,11,230,v0.26.0 +PL02030,12550,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",11,230,v0.26.0 +PT00010,12550,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",11,230,v0.26.0 +PT89138,12550,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave premises, which abut or are wholly or partially within a cordoned area, immediately if ordered to do so by a constable in uniform",11,230,v0.26.0 +PL02028,12551,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,11,230,v0.26.0 +PT00011,12551,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,11,230,v0.26.0 +PT89139,12551,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure of driver or person in charge of a vehicle which is in a cordoned area to immediately move the vehicle if ordered to do so by a constable in uniform,11,230,v0.26.0 +PL02029,12552,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,11,230,v0.26.0 +PT00012,12552,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,11,230,v0.26.0 +PT89140,12552,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Contravention of a prohibition or restriction order made by a constable in uniform to a cordoned area,11,230,v0.26.0 +PT00029,12553,Wilfully obstructing a constable in the execution of his duty in a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing a constable in the execution of his duty in a cordoned area,11,230,v0.26.0 +PT89141,12553,Wilfully obstructing a constable in the execution of his duty in a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing a constable in the execution of his duty in a cordoned area,11,230,v0.26.0 +PT00008,12554,Failure to move vehicle when ordered to do so by a constable in uniform (vehicle has been permitted to remain at rest in contravention of any prohibition or restriction),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to move vehicle when ordered to do so by a constable in uniform (vehicle has been permitted to remain at rest in contravention of any prohibition or restriction),11,230,v0.26.0 +PT89135,12554,Failure to move vehicle when ordered to do so by a constable in uniform (vehicle has been permitted to remain at rest in contravention of any prohibition or restriction),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to move vehicle when ordered to do so by a constable in uniform (vehicle has been permitted to remain at rest in contravention of any prohibition or restriction),11,230,v0.26.0 +PT00013,12556,Wilfully obstructing or seeking to frustrate the object of a search in a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing or seeking to frustrate the object of a search in a cordoned area,11,230,v0.26.0 +PT89142,12556,Wilfully obstructing or seeking to frustrate the object of a search in a cordoned area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilfully obstructing or seeking to frustrate the object of a search in a cordoned area,11,230,v0.26.0 +CJ94036,12564,Committing an offence knowing that a direction under S.63(2) applies and making preparations for or attending a gathering (rave) within 24 hours starting when the direction was given,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Committing an offence knowing that a direction under S.63(2) applies and making preparations for or attending a gathering (rave) within 24 hours starting when the direction was given,11,230,v0.26.0 +CJ94034,12565,Failure to leave relevant land as soon as reasonably practicable or entering any land in area of relevant local authority as a trespasser before end of relevant period with the intention of residing there,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave relevant land as soon as reasonably practicable or entering any land in area of relevant local authority as a trespasser before end of relevant period with the intention of residing there,11,230,v0.26.0 +CJ94035,12565,Failure to leave relevant land as soon as reasonably practicable or entering any land in area of relevant local authority as a trespasser before end of relevant period with the intention of residing there,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to leave relevant land as soon as reasonably practicable or entering any land in area of relevant local authority as a trespasser before end of relevant period with the intention of residing there,11,230,v0.26.0 +SO05015,12570,Organising a demonstration in a public place in a designated area,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Organising a demonstration in a public place in a designated area,11,230,v0.26.0 +SO05018,12572,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,11,230,v0.26.0 +SO05019,12572,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,11,230,v0.26.0 +SO05020,12572,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,11,230,v0.26.0 +SO05025,12572,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with a condition or diverging from the particulars specified in the authorisation in capacity as an organiser or otherwise,11,230,v0.26.0 +CJ94041,12593,Offences relating to the failiure to leave land / remove vehicle and returning without permission ,Summary non-motoring,SNM,Summary non-motoring,Offences relating to the failiure to leave land / remove vehicle and returning without permission ,11,230,v0.26.0 +CJ94042,12593,Offences relating to the failiure to leave land / remove vehicle and returning without permission ,Summary non-motoring,SNM,Summary non-motoring,Offences relating to the failiure to leave land / remove vehicle and returning without permission ,11,230,v0.26.0 +CA81001,12600,Interference with motor vehicle/trailer,126 Interference with Motor Vehicles,SNM,Summary non-motoring,Interference with motor vehicle/trailer,11,230,v0.26.0 +CA81002,12600,Interference with motor vehicle/trailer,126 Interference with Motor Vehicles,SNM,Summary non-motoring,Interference with motor vehicle/trailer,11,230,v0.26.0 +DB0031,12600,Interference with motor vehicle/trailer,126 Interference with Motor Vehicles,SNM,Summary non-motoring,Interference with motor vehicle/trailer,11,230,v0.26.0 +LN69009,14219,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",11,230,v0.26.0 +LN69010,14219,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",11,230,v0.26.0 +LN69011,14219,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"Person licensed to keep refreshment house allowing gaming therein suffering his premises to be the resort of prostitutes, thieves, drunken or disorderly persons or doing or permitting any act in contravention of his licence",11,230,v0.26.0 +LN69008,14237,Person licensed to keep refreshment house refusing to admit constable,142 Other offences by licenced persons,SNM,Summary non-motoring,Person licensed to keep refreshment house refusing to admit constable,11,230,v0.26.0 +LN69004,14251,Making unlawful charge in refreshment house (tariff not displayed as required) or touting for custom,142 Other offences by licenced persons,SNM,Summary non-motoring,Making unlawful charge in refreshment house (tariff not displayed as required) or touting for custom,11,230,v0.26.0 +LN69005,14251,Making unlawful charge in refreshment house (tariff not displayed as required) or touting for custom,142 Other offences by licenced persons,SNM,Summary non-motoring,Making unlawful charge in refreshment house (tariff not displayed as required) or touting for custom,11,230,v0.26.0 +SB76003,15110,Illegal possession of documents relating to benefits etc.,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Illegal possession of documents relating to benefits etc.,11,230,v0.26.0 +SB76015,15110,Illegal possession of documents relating to benefits etc.,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Illegal possession of documents relating to benefits etc.,11,230,v0.26.0 +SS92018,15110,Illegal possession of documents relating to benefits etc.,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Illegal possession of documents relating to benefits etc.,11,230,v0.26.0 +SS92019,15110,Illegal possession of documents relating to benefits etc.,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Illegal possession of documents relating to benefits etc.,11,230,v0.26.0 +SS92020,15110,Illegal possession of documents relating to benefits etc.,151 Benefit fraud offences - summary,SNM,Summary non-motoring,Illegal possession of documents relating to benefits etc.,11,230,v0.26.0 +CT13004,15117,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,230,v0.26.0 +CT13005,15117,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,230,v0.26.0 +CT13006,15118,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,230,v0.26.0 +CT13007,15118,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,230,v0.26.0 +AJ99002,15902,"Misrepresentations - any person who intentionally fails to comply with any requirements, imposed by virtue of this Part as to the information furnished by him or in furnishing any information required by virtue of this Part makes any statement or representation which he knows or believes to be false shall be guilty of an offence",158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,"Misrepresentations - any person who intentionally fails to comply with any requirements, imposed by virtue of this Part as to the information furnished by him or in furnishing any information required by virtue of this Part makes any statement or representation which he knows or believes to be false shall be guilty of an offence",11,230,v0.26.0 +FS04009,16407,False alarms of fire (Fire Services Act 1947),Other summary non-motoring offences,SNM,Summary non-motoring,False alarms of fire (Fire Services Act 1947),11,230,v0.26.0 +FS04010,16407,False alarms of fire (Fire Services Act 1947),Other summary non-motoring offences,SNM,Summary non-motoring,False alarms of fire (Fire Services Act 1947),11,230,v0.26.0 +FS04011,16407,False alarms of fire (Fire Services Act 1947),Other summary non-motoring offences,SNM,Summary non-motoring,False alarms of fire (Fire Services Act 1947),11,230,v0.26.0 +FS47020,16407,False alarms of fire (Fire Services Act 1947),Other summary non-motoring offences,SNM,Summary non-motoring,False alarms of fire (Fire Services Act 1947),11,230,v0.26.0 +FS47021,16407,False alarms of fire (Fire Services Act 1947),Other summary non-motoring offences,SNM,Summary non-motoring,False alarms of fire (Fire Services Act 1947),11,230,v0.26.0 +ST72001,17908,Offences under Sunday Theatre Act 1972,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Sunday Theatre Act 1972,11,230,v0.26.0 +PC00002,19348,Failure to provide a sample,193 Drug offences - summary,SNM,Summary non-motoring,Failure to provide a sample,11,230,v0.26.0 +PL84001,19348,Failure to provide a sample,193 Drug offences - summary,SNM,Summary non-motoring,Failure to provide a sample,11,230,v0.26.0 +DA05001,19353,Failure to attend or stay for the duration of an initial assessment following test for class A drug,193 Offences under the Drugs Act 2005 - summary,SNM,Summary non-motoring,Failure to attend or stay for the duration of an initial assessment following test for class A drug,11,230,v0.26.0 +DA05002,19354,Failure to attend or stay for the duration of a follow up assessment following test for class A drug,193 Offences under the Drugs Act 2005 - summary,SNM,Summary non-motoring,Failure to attend or stay for the duration of a follow up assessment following test for class A drug,11,230,v0.26.0 +IA99021,19439,Deliberate failure or refusal of a sponsor to maintain an immigrant so that that person has to rely on support arrangements created under Part VI of the Immigration and Asylum Act 1999,194 Immigration Offence,SNM,Summary non-motoring,Deliberate failure or refusal of a sponsor to maintain an immigrant so that that person has to rely on support arrangements created under Part VI of the Immigration and Asylum Act 1999,11,230,v0.26.0 +AS00009,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CA1985SW,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85053,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85054,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85055,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85056,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85057,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85058,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85059,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85060,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85061,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85062,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85063,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85064,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85068,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85073,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85074,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85075,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85076,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85081,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85082,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85084,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85085,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85086,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85087,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85088,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85089,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85090,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85091,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85092,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85093,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85094,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85095,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85096,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85097,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85098,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85099,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85100,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85107,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85108,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85109,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85110,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85111,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85112,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85115,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85116,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85117,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85118,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85119,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85120,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85122,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85123,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85124,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85125,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85129,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85130,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85131,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85132,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85133,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85134,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85135,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85136,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85137,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85138,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85139,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85140,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85141,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85142,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85143,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85144,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85145,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85146,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85147,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85148,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85149,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85150,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85151,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85152,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85153,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85154,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85155,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85156,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85157,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85158,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85159,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85160,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85163,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85164,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85166,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85167,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85168,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85169,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85170,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85171,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85172,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85173,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85174,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85179,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85180,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85181,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85182,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85183,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85184,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85185,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85186,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85187,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85188,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85189,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85190,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85191,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85192,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85193,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85194,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85195,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85196,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85197,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85198,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85199,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85200,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85201,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85202,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85203,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85204,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85205,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85209,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85210,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85211,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85212,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85214,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85215,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85216,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85217,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85218,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85219,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85220,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85235,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85239,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85240,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85255,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85256,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85257,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85258,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85259,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85260,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85261,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85262,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85263,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85264,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85265,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85266,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85267,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85269,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85270,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85278,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85279,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85280,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85281,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85282,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CM85283,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06001,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06002,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06003,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06004,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06005,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06006,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06007,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06008,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06009,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06010,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06011,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06012,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06013,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06014,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06015,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06016,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06018,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06019,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06020,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06021,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06022,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06023,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06024,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06025,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06026,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06027,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06028,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06029,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06030,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06031,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06032,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06033,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06034,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06035,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06039,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06040,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06043,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06044,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06045,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06047,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06048,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06049,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06050,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06053,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06054,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06060,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06063,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06064,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06065,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06066,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06067,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06068,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06069,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06070,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06075,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06076,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06077,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06080,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06091,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06094,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06096,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06097,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06098,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06100,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06101,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06102,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06103,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06104,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06105,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06112,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06113,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06115,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06116,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06118,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06120,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06121,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06122,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06124,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06126,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06128,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06129,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06130,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06131,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06135,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06137,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06138,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06139,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06140,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06141,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06143,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06144,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06145,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06147,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06148,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06150,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06154,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06156,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06157,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06158,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06164,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06172,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06173,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06174,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06175,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06177,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06181,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06182,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06183,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06184,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06185,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06186,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06192,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06193,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06194,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06195,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06196,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06197,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06198,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06199,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06200,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06201,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06202,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06203,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06207,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06208,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06210,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06211,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06212,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06221,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06222,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06223,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06224,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06225,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06226,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06227,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06228,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06229,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06230,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06234,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06235,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06236,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06238,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06241,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06242,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06243,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CS06244,19504,Summary offences under Companies Acts 1948 to 2006,195 Companies Acts 1948 to 1989,SNM,Summary non-motoring,Summary offences under Companies Acts 1948 to 2006,11,230,v0.26.0 +CJ91004,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91005,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91006,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91033,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91036,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91037,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +CJ91045,19569,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,230,v0.26.0 +AS03004,19615,Contravention of a direction given by a constable under Section 30(4) [dispersal of groups and removal of persons under 16 to their place of residence],196 Anti-social Behaviour Act 2003 S.32 - Contravention of direction by constable regarding dispersal of persons aged under 16 to their place of residence,SNM,Summary non-motoring,Contravention of a direction given by a constable under Section 30(4) [dispersal of groups and removal of persons under 16 to their place of residence],11,230,v0.26.0 +FS04002,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04003,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04004,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04005,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04006,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04007,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +FS04008,19630,Summary offences under Fire and Rescue Services Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Fire and Rescue Services Act 2004,11,230,v0.26.0 +RT88006,80304,Being in charge of a motor vehicle while unfit through drink or drugs (impairment),803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Being in charge of a motor vehicle while unfit through drink or drugs (impairment),12,230,v0.26.0 +RC86300,80305,"Being in charge of a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,"Being in charge of a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,230,v0.26.0 +RT88008,80305,"Being in charge of a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,"Being in charge of a motor vehicle while having a breath, urine or blood alcohol concentration in excess of the prescribed limit",12,230,v0.26.0 +RT88011,80306,Being in charge of a motor vehicle and failing to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Being in charge of a motor vehicle and failing to provide a specimen for a laboratory test or two specimens for analysis of breath if at the relevant time driving or attempting to drive a motor vehicle,12,230,v0.26.0 +RT88347,80311,Being in charge of a mechanically propelled vehicle whilst unfit to drive through drink or drugs (impairment) - drink,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Being in charge of a mechanically propelled vehicle whilst unfit to drive through drink or drugs (impairment) - drink,12,230,v0.26.0 +RT88348,80312,Being in charge of a mechanically propelled vehicle whilst unfit to drive through drink or drugs (impairment) - drugs,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Being in charge of a mechanically propelled vehicle whilst unfit to drive through drink or drugs (impairment) - drugs,12,230,v0.26.0 +16PV001,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +PV64001,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +PV64002,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +PV64003,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +PV64004,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +PV64005,10106,Summary offences under Plant Varieties and Seeds Act 1964,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Plant Varieties and Seeds Act 1964,11,250,v0.26.0 +VG24019,10431,Resisting or obstructing a constable in execution of duty - offences under the Vagrancy Act 1824,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Vagrancy Act 1824,11,250,v0.26.0 +VG24020,10431,Resisting or obstructing a constable in execution of duty - offences under the Vagrancy Act 1824,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Vagrancy Act 1824,11,250,v0.26.0 +DH49001,10808,Offences under Docking and Nicking of Horses Act 1949,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Docking and Nicking of Horses Act 1949,11,250,v0.26.0 +DH49002,10808,Offences under Docking and Nicking of Horses Act 1949,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Docking and Nicking of Horses Act 1949,11,250,v0.26.0 +DH49003,10808,Offences under Docking and Nicking of Horses Act 1949,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Docking and Nicking of Horses Act 1949,11,250,v0.26.0 +CA52001,10810,Offences under Cockfighting Act 1952,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Cockfighting Act 1952,11,250,v0.26.0 +PA54001,10811,Offences under Protection of Animals (Amendment) Act 1954,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals (Amendment) Act 1954,11,250,v0.26.0 +SL74011,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74012,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74013,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74014,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74015,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74016,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74018,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +SL74019,10813,Offences under Slaughterhouses Act 1974,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughterhouses Act 1974,11,250,v0.26.0 +AP62001,10817,Offences under Animals (Cruel Poisons) Act 1962,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animals (Cruel Poisons) Act 1962,11,250,v0.26.0 +SP67001,10820,Offences under Slaughter of Poultry Act 1967,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughter of Poultry Act 1967,11,250,v0.26.0 +SP67002,10820,Offences under Slaughter of Poultry Act 1967,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughter of Poultry Act 1967,11,250,v0.26.0 +SP67003,10820,Offences under Slaughter of Poultry Act 1967,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Slaughter of Poultry Act 1967,11,250,v0.26.0 +EP75010,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +ES79018,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +FW51001,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +FW51002,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +FW51003,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +FW51004,11300,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",113B Explosives Acts - Other,SNM,Summary non-motoring,"Offences against Explosives Acts 1875 and 1923, restrictions relating to the manufacture of fireworks (Fireworks Act 1951) and orders made under the Emergency Laws (Miscellaneous Provisions) Act 1953",11,250,v0.26.0 +FI68144,11556,Supplying firearm to person drunk or of unsound mind (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group I),11,250,v0.26.0 +FI68145,11556,Supplying firearm to person drunk or of unsound mind (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group I),11,250,v0.26.0 +FI68150,11556,Supplying firearm to person drunk or of unsound mind (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group I),11,250,v0.26.0 +FI68151,11556,Supplying firearm to person drunk or of unsound mind (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group I),11,250,v0.26.0 +FI68146,11557,Supplying firearm to person drunk or of unsound mind (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group II),11,250,v0.26.0 +FI68147,11557,Supplying firearm to person drunk or of unsound mind (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group II),11,250,v0.26.0 +FI68152,11557,Supplying firearm to person drunk or of unsound mind (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group II),11,250,v0.26.0 +FI68153,11557,Supplying firearm to person drunk or of unsound mind (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group II),11,250,v0.26.0 +FI68148,11558,Supplying firearm to person drunk or of unsound mind (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group III),11,250,v0.26.0 +FI68149,11558,Supplying firearm to person drunk or of unsound mind (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group III),11,250,v0.26.0 +FI68154,11558,Supplying firearm to person drunk or of unsound mind (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group III),11,250,v0.26.0 +FI68155,11558,Supplying firearm to person drunk or of unsound mind (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying firearm to person drunk or of unsound mind (Group III),11,250,v0.26.0 +FI68187,11575,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",11,250,v0.26.0 +FI68188,11575,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",11,250,v0.26.0 +FI68189,11575,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",11,250,v0.26.0 +FI68190,11575,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Failure to give constable facilities for examination of firearms in transit, or to produce papers (Group I)",11,250,v0.26.0 +NP44001,11802,"Taking or destroying game or rabbits by night on roads, etc, or at openings, etc, from lands, etc",118 Night Poaching,SNM,Summary non-motoring,"Taking or destroying game or rabbits by night on roads, etc, or at openings, etc, from lands, etc",11,250,v0.26.0 +DC00088,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47002,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47005,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47006,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47033,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47036,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47037,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47038,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47039,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47040,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47041,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47042,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47043,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47044,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47046,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47047,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47048,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47049,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47050,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +TP47051,12302,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Nuisances /obstruction / annoyance / danger to others other than those caused by vehicles,11,250,v0.26.0 +SP85020,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85021,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85022,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85023,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85024,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85025,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85026,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85027,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85028,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +SP85049,12516,"Possessing fireworks etc in, or when entering, a designated sports ground",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Possessing fireworks etc in, or when entering, a designated sports ground",11,250,v0.26.0 +HS06002,13824,Failure to comply with a notice requiring production of a document,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to comply with a notice requiring production of a document,11,250,v0.26.0 +GL08073,13900,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",Other summary non-motoring offences,SNM,Summary non-motoring,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",11,250,v0.26.0 +VG24010,13900,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",Other summary non-motoring offences,SNM,Summary non-motoring,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",11,250,v0.26.0 +VG24011,13900,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",Other summary non-motoring offences,SNM,Summary non-motoring,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",11,250,v0.26.0 +VG24012,13900,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",Other summary non-motoring offences,SNM,Summary non-motoring,"Exposing the person in any street, etc. or in view thereof, or in any place or public resort with intent to insult any female",11,250,v0.26.0 +SP85029,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85030,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85031,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85032,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85033,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85034,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85037,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85038,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85042,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85043,14264,Offences relating to licensing hours within sports grounds,142 Other offences by licenced persons,SNM,Summary non-motoring,Offences relating to licensing hours within sports grounds,11,250,v0.26.0 +SP85046,14265,Failing to close a bar when required to do so by a constable,142 Other offences by licenced persons,SNM,Summary non-motoring,Failing to close a bar when required to do so by a constable,11,250,v0.26.0 +SP85047,14265,Failing to close a bar when required to do so by a constable,142 Other offences by licenced persons,SNM,Summary non-motoring,Failing to close a bar when required to do so by a constable,11,250,v0.26.0 +LG64014,14347,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",11,250,v0.26.0 +LG83001,14347,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",11,250,v0.26.0 +LG83021,14347,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Chairman and Secretary - signing false statement, application for renewal of registration certificate, etc. or notice under s.51(4) Licensing Act 1964",11,250,v0.26.0 +SP85003,14361,Being in possession of intoxicating liquor on vehicle,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Being in possession of intoxicating liquor on vehicle,11,250,v0.26.0 +SP85006,14361,Being in possession of intoxicating liquor on vehicle,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Being in possession of intoxicating liquor on vehicle,11,250,v0.26.0 +SP85008,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85009,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85010,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85011,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85012,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85013,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85014,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85015,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +SP85016,14362,"Being in possession of intoxicating liquor in, or when entering, a sports event",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Being in possession of intoxicating liquor in, or when entering, a sports event",11,250,v0.26.0 +CY33029,14702,Causing or allowing person under 18 to go abroad to perform for profit,147 Employment of Children Acts,SNM,Summary non-motoring,Causing or allowing person under 18 to go abroad to perform for profit,11,250,v0.26.0 +CY63001,14706,Causing or allowing children to take part in entertainments without licence,147 Employment of Children Acts,SNM,Summary non-motoring,Causing or allowing children to take part in entertainments without licence,11,250,v0.26.0 +CY63002,14706,Causing or allowing children to take part in entertainments without licence,147 Employment of Children Acts,SNM,Summary non-motoring,Causing or allowing children to take part in entertainments without licence,11,250,v0.26.0 +CY63003,14706,Causing or allowing children to take part in entertainments without licence,147 Employment of Children Acts,SNM,Summary non-motoring,Causing or allowing children to take part in entertainments without licence,11,250,v0.26.0 +MQ54001,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54002,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54003,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54004,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54005,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54006,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54007,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54008,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54009,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54010,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54011,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54012,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +MQ54013,14817,Offences under Coal Mines Acts 1887-1937,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Coal Mines Acts 1887-1937,11,250,v0.26.0 +NA48006,15105,Making false statement to obtain accommodation,152 Other Social Security offences,SNM,Summary non-motoring,Making false statement to obtain accommodation,11,250,v0.26.0 +NA48010,15105,Making false statement to obtain accommodation,152 Other Social Security offences,SNM,Summary non-motoring,Making false statement to obtain accommodation,11,250,v0.26.0 +FL70001,15107,Making false statements or misrepresentations,152 Other Social Security offences,SNM,Summary non-motoring,Making false statements or misrepresentations,11,250,v0.26.0 +NV57001,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57003,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57004,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57005,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57006,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57008,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57024,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57031,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57032,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57033,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57034,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57035,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57036,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57037,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57039,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57052,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57053,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57054,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57055,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57056,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57057,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +NV57061,15417,Offences under Naval Discipline Act 1957,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Naval Discipline Act 1957,11,250,v0.26.0 +TR00004,15513,Unlawful disclosure of information provided or contained under regulations made under S.81,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Unlawful disclosure of information provided or contained under regulations made under S.81,11,250,v0.26.0 +FI68032,15706,Taking firearms or ammunition in pawn (Group I) (Firearms Act 1968),Other summary non-motoring offences,SNM,Summary non-motoring,Taking firearms or ammunition in pawn (Group I) (Firearms Act 1968),11,250,v0.26.0 +FI68033,15707,Taking shotgun in pawn (Group II),Other summary non-motoring offences,SNM,Summary non-motoring,Taking shotgun in pawn (Group II),11,250,v0.26.0 +VG24001,16601,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,166 Offence by Prostitute,SNM,Summary non-motoring,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,11,250,v0.26.0 +VG24002,16601,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,166 Offence by Prostitute,SNM,Summary non-motoring,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,11,250,v0.26.0 +VG24007,16601,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,166 Offence by Prostitute,SNM,Summary non-motoring,Common prostitute behaving in a riotous and indecent manner in a public place - so far as it relates to this offence when committed by a person who has been convicted as an idle and disorderly person,11,250,v0.26.0 +BED0018,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +CC000066,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +CX00014,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +DB0009,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL07074,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL07078,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL07087,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL08017,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL08082,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL09100,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GL09105,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +GM000082,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +LR01056,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +LR01057,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +LR01058,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +LR01059,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL40001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL40002,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL40003,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL40004,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42002,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42005,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42006,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42007,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RL42008,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW68001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW68002,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89002,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89003,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89004,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89005,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89006,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89007,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW89008,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +RW94001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +SY00003,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +TA62001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +TW79001,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +WM000073,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +YY000129,16901,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.","169A Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc",SNM,Summary non-motoring,"Travelling by railway without paying correct fare, failing to show ticket, failing to give name and address, etc.",11,250,v0.26.0 +VG24003,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24005,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24006,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24009,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24013,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24047,18200,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,182 Begging,SNM,Summary non-motoring,Wandering abroad or being in any street etc to beg or gather alms or causing or procuring any child so to do,11,250,v0.26.0 +VG24018,18501,Being on enclosed premises for an unlawful purpose,185 Being on enclosed premises for an unlawful purpose,SNM,Summary non-motoring,Being on enclosed premises for an unlawful purpose,11,250,v0.26.0 +VG24004,18801,Any petty chapman or peddler trading without a licence (Vagrancy Act 1824),Other summary non-motoring offences,SNM,Summary non-motoring,Any petty chapman or peddler trading without a licence (Vagrancy Act 1824),11,250,v0.26.0 +VG24008,18801,Any petty chapman or peddler trading without a licence (Vagrancy Act 1824),Other summary non-motoring offences,SNM,Summary non-motoring,Any petty chapman or peddler trading without a licence (Vagrancy Act 1824),11,250,v0.26.0 +VG24021,18805,Collecting alms or endeavouring to procure charitable contributions by fraudulent pretence,Other summary non-motoring offences,SNM,Summary non-motoring,Collecting alms or endeavouring to procure charitable contributions by fraudulent pretence,11,250,v0.26.0 +YY000087,18805,Collecting alms or endeavouring to procure charitable contributions by fraudulent pretence,Other summary non-motoring offences,SNM,Summary non-motoring,Collecting alms or endeavouring to procure charitable contributions by fraudulent pretence,11,250,v0.26.0 +VG24022,18806,Pretending or professing to tell fortunes etc.,Other summary non-motoring offences,SNM,Summary non-motoring,Pretending or professing to tell fortunes etc.,11,250,v0.26.0 +VG24030,18899,Offences against Vagrancy Act 1824,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Vagrancy Act 1824,11,250,v0.26.0 +WM85001,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85002,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85003,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85004,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85005,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85006,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85007,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85008,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85009,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85011,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85012,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85013,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85014,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85015,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85016,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85017,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85018,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85019,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85020,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85021,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85022,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85023,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85024,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85025,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85026,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85027,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85028,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85029,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85030,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85031,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85032,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85033,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85034,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85035,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85036,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85037,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85038,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85039,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85040,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85041,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85042,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85043,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85044,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85045,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85046,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85047,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85049,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85050,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85051,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85052,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85053,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85054,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85055,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85056,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85057,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85058,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85059,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85060,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85061,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85062,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85063,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85064,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85065,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85066,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85067,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85068,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85069,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85070,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85071,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85072,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85073,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85074,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85075,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85076,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85077,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85078,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85079,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85080,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85081,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85082,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85083,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85084,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85085,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85086,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85087,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85088,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85089,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85090,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85091,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85092,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85093,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85094,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85095,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85096,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85097,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85098,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85099,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85100,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85101,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85102,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85103,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85104,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85105,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85106,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85107,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85108,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85109,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85110,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85111,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85112,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85113,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85114,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85115,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85117,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85118,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85119,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85120,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85121,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85122,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85124,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85125,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85126,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85127,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85128,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85129,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85130,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85131,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85132,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85133,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85134,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85135,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85136,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85137,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85138,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85139,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85140,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85141,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85142,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85143,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85144,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85145,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85146,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85147,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85148,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85149,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85150,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85151,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85152,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85153,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85154,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85155,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85156,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85157,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85158,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85159,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85160,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85161,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85162,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85163,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85164,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85165,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85166,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85167,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85168,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85169,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85170,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85171,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85172,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85173,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85174,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85175,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85176,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85177,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85178,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85179,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85180,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85181,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85182,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85183,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85184,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85185,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85186,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85187,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85188,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85189,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85190,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85191,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85192,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +WM85193,18901,Offences under Weights and Measures Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Weights and Measures Act 1985,11,250,v0.26.0 +AH64001,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64002,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64003,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64004,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64005,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64006,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64007,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64008,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64009,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64010,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64011,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64012,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64013,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64014,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64015,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64016,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64017,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64018,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64019,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +AH64020,19533,Summary offences under Agriculture and Horticulture Act 1964,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Agriculture and Horticulture Act 1964,11,250,v0.26.0 +CD98027,19560,Breach of supervision requirements of Detention and Training Order,195 Breach of supervision requirements of a Detention and Training Order,SNM,Summary non-motoring,Breach of supervision requirements of Detention and Training Order,11,250,v0.26.0 +PC00700,19560,Breach of supervision requirements of Detention and Training Order,195 Breach of supervision requirements of a Detention and Training Order,SNM,Summary non-motoring,Breach of supervision requirements of Detention and Training Order,11,250,v0.26.0 +PC00702,19560,Breach of supervision requirements of Detention and Training Order,195 Breach of supervision requirements of a Detention and Training Order,SNM,Summary non-motoring,Breach of supervision requirements of Detention and Training Order,11,250,v0.26.0 +PE51001,10809,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,11,270,v0.26.0 +PE51002,10809,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,11,270,v0.26.0 +PE51003,10809,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,11,270,v0.26.0 +PE51004,10809,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,11,270,v0.26.0 +PE51005,10809,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Pet Animals Act 1951 - e.g. Licensing of pet shops,11,270,v0.26.0 +AB63001,10818,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,11,270,v0.26.0 +AB63002,10818,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,11,270,v0.26.0 +AB63003,10818,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,11,270,v0.26.0 +AB63004,10818,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Boarding Establishments Act 1963 - e.g. Licensing and inspection of boarding establishment to ensure welfare of animals,11,270,v0.26.0 +CY33012,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CY33013,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CY33014,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CY33015,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CY33016,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CY33017,14701,"Causing a child or young person to be in any street, etc., for purpose of begging",147 Employment of Children Acts,SNM,Summary non-motoring,"Causing a child or young person to be in any street, etc., for purpose of begging",11,270,v0.26.0 +CP75002,14802,Breach of contract involving injury to persons or property,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Breach of contract involving injury to persons or property,11,270,v0.26.0 +TU92001,14802,Breach of contract involving injury to persons or property,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Breach of contract involving injury to persons or property,11,270,v0.26.0 +TU92002,14802,Breach of contract involving injury to persons or property,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Breach of contract involving injury to persons or property,11,270,v0.26.0 +AF06085,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55016,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55029,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55030,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55031,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55032,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55033,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55034,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55037,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55038,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55039,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55040,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55041,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55045,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55046,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55057,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55061,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55062,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AR55063,15302,Offences against Army Act 1955,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Army Act 1955,11,280,v0.26.0 +AI55046,15501,Offences under Air Force Act 1955,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Force Act 1955,11,280,v0.26.0 +AI55057,15501,Offences under Air Force Act 1955,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Force Act 1955,11,280,v0.26.0 +AI55061,15501,Offences under Air Force Act 1955,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Force Act 1955,11,280,v0.26.0 +AI55062,15501,Offences under Air Force Act 1955,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Force Act 1955,11,280,v0.26.0 +AI55063,15501,Offences under Air Force Act 1955,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Force Act 1955,11,280,v0.26.0 +PS75002,18105,Searching for stores near Her Majesty's ships etc without authority,Other summary non-motoring offences,SNM,Summary non-motoring,Searching for stores near Her Majesty's ships etc without authority,11,305,v0.26.0 +EC60001,19539,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,11,305,v0.26.0 +EC60002,19539,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,11,305,v0.26.0 +ED44001,19539,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecclesiastical Courts Jurisdiction Act 1860,11,305,v0.26.0 +CJ01003,14272,"Aiding and abetting licensed person, or other acting on his behalf, to commit offences not included above or elsewhere in Appendix D",142 Other offences by licenced persons,SNM,Summary non-motoring,Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); obstruction of a constable,11,315,v0.26.0 +TP47004,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +TP47007,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +TP47008,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +TP47014,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +TP47034,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +TP47035,16203,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,162 Disorderly Behaviour,SNM,Summary non-motoring,Offences which relate to disorderly behaviour (except offences included under specific heads such as drunkenness) Town Police Clauses Act 1847,11,315,v0.26.0 +WC81004,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81005,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81006,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81007,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81008,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81009,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81010,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81011,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81016,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81017,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81018,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81019,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81020,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81021,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81022,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81165,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81166,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81167,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81168,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81169,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81170,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81171,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81172,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81175,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81176,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +WC81177,19002,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,315,v0.26.0 +TP47001,16403,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",164 Other offences against certain local regulations,SNM,Summary non-motoring,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,320,v0.26.0 +TP47015,16403,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",164 Other offences against certain local regulations,SNM,Summary non-motoring,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,320,v0.26.0 +TP47020,16403,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",164 Other offences against certain local regulations,SNM,Summary non-motoring,"Offences under Town Police Clauses Act 1847 (except offences involving disorderly behaviour or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,320,v0.26.0 +CD98023,19585,Power of Justice to take depositions; witness refusing to have his evidence taken as a deposition or to produce the document or other exhibit,Other summary non-motoring offences,SNM,Summary non-motoring,Power of Justice to take depositions; witness refusing to have his evidence taken as a deposition or to produce the document or other exhibit,11,320,v0.26.0 +WM000144,19585,Power of Justice to take depositions; witness refusing to have his evidence taken as a deposition or to produce the document or other exhibit,Other summary non-motoring offences,SNM,Summary non-motoring,Power of Justice to take depositions; witness refusing to have his evidence taken as a deposition or to produce the document or other exhibit,11,320,v0.26.0 +CJ88SW01,10433,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,11,330,v0.26.0 +GL09125,10433,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,11,330,v0.26.0 +PL64003,10433,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,11,330,v0.26.0 +PL64004,10433,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,11,330,v0.26.0 +PL96003,10433,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing a constable in execution of duty - offences under the Police Act 1996,11,330,v0.26.0 +SO05003,10435,Resisting or wilfully obstructing a designated person or his assistant in exercise of such power,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or wilfully obstructing a designated person or his assistant in exercise of such power,11,330,v0.26.0 +SO05006,10438,Resisting or wilfully obstructing a member of a joint investigation team carrying out his functions as a member of that team,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or wilfully obstructing a member of a joint investigation team carrying out his functions as a member of that team,11,330,v0.26.0 +PL02004,10509,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",11,330,v0.26.0 +PL02005,10509,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",11,330,v0.26.0 +PL02051,10509,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",11,330,v0.26.0 +PL02052,10509,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",105 Common assault and battery,SNM,Summary non-motoring,"Resisting or wilfully obstructing a designated or accredited person, or person assisting, in the execution of his or her duty",11,330,v0.26.0 +TM04002,10511,Resisting or wilfully obstructing a traffic officer in the execution of his duties,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a traffic officer in the execution of his duties,11,330,v0.26.0 +BA07003,19461,Obstructing a designated immigration officer exercising S.2 of UK Borders Act 2007 detention powers,194 Immigration Offence,SNM,Summary non-motoring,Obstructing a designated immigration officer exercising S.2 of UK Borders Act 2007 detention powers,11,330,v0.26.0 +CJ94008,19508,Summary offences under Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice and Public Order Act 1994,11,330,v0.26.0 +CJ94009,19508,Summary offences under Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice and Public Order Act 1994,11,330,v0.26.0 +CJ94032,19508,Summary offences under Criminal Justice and Public Order Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice and Public Order Act 1994,11,330,v0.26.0 +CJ94033,19544,"Failure to remove item worn, when required to do so by a constable in the exercise of powers under S.60AA of Criminal Justice and Public Order Act 1994",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to remove item worn, when required to do so by a constable in the exercise of powers under S.60AA of Criminal Justice and Public Order Act 1994",11,330,v0.26.0 +CJ91002,19567,Failure by young offender to comply with supervision requirements after release from custodial sentence,195 Criminal Justice Act 1991 S.65 - Failure by young offender to comply with supervision requirements after release from custodial sentence,SNM,Summary non-motoring,Failure by young offender to comply with supervision requirements after release from custodial sentence,11,330,v0.26.0 +EV03002,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03003,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03004,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03005,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03006,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03007,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +EV03008,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +GM000136,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +GV92001,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +GV92002,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +GV92003,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +GV92004,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98021,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98022,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98023,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98025,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98026,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +PH98027,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86025,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86076,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86091,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC861000E,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86109,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86122,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86252,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86269,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86295,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86296,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86297,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86298,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86304,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86339,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86363,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86364,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86409,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86441,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86442,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86444,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86445,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86446,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86447,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86448,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86449,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86450,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86451,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86452,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86453,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86454,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86455,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86456,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86457,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86458,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86459,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86460,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86461,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86462,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86463,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86464,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86465,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86466,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86467,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86468,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86469,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86552,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86639,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86709,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86744,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86745,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86746,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86852,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86918,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86919,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86920,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86921,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86922,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86976,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86977,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RC86978,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72001,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72002,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72003,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72004,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72005,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72006,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72007,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RF72008,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RO88007,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RO88008,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84038,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84042,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84043,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84053,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84054,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84056,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84057,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84058,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RR84170H,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT60018,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT84001,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT84SW01,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88016,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88018,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88024,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88069,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88070,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88071,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88104,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88105,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88106,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88107,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88108,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88132,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88133,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88135,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88158,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88159,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88185,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88186,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88187,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88188,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88199,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88200,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88202,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88203G,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88205,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88206,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88211,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88212,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88257,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88301,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88302,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88303,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88304,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88305,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88306,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88307,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88308,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88309,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88310,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88311,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88312,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88329,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88330,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88331,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88401,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88402,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88407,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88408,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88417,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88419,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88420,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88421,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88422,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88423,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88424,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88427,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88450,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88453,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88454,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88463,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88468,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88522,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88523,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88550,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88551,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88556,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88557,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88558,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88559,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88560,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88561,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88935,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88939,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88941,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88942,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88947,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88948,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RT88949,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +RV71040,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TR18012,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TR18013,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TR18014,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TR18015,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TV00007,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +TV00008,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +UT08002H,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +WI00032,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +YY000025,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +YY000096,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +YY0021,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +YY0045,82590,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,330,v0.26.0 +LG02001,14112,Being drunk in any highway or other public place or on licensed premises while having charge of a child under 7 years,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being drunk in any highway or other public place or on licensed premises while having charge of a child under 7 years,11,340,v0.26.0 +LG72004,14102,"Being drunk while in charge on any highway or other public place of any carriage, horse, cattle or steam engine","141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,"Being drunk while in charge on any highway or other public place of any carriage, horse, cattle or steam engine",11,349,v0.26.0 +LG72005,14102,"Being drunk while in charge on any highway or other public place of any carriage, horse, cattle or steam engine","141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,"Being drunk while in charge on any highway or other public place of any carriage, horse, cattle or steam engine",11,349,v0.26.0 +LG72007,14103,Being drunk when in possession of any loaded firearms,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being drunk when in possession of any loaded firearms,11,349,v0.26.0 +LG64059,14307,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,11,349,v0.26.0 +LG64060,14307,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,11,349,v0.26.0 +LG83012,14307,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,11,349,v0.26.0 +LG83013,14307,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,11,349,v0.26.0 +LG83020,14307,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,In licensed premises procuring intoxicating liquor for a drunken person or aiding a drunken person to obtain drink,11,349,v0.26.0 +ED44010,14704,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,147 Employment of Children Acts,SNM,Summary non-motoring,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,11,349,v0.26.0 +ED96011,14704,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,147 Employment of Children Acts,SNM,Summary non-motoring,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,11,349,v0.26.0 +ED96012,14704,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,147 Employment of Children Acts,SNM,Summary non-motoring,Employ a child in contravention of a prohibition/restriction on employment imposed by local education authority; Fail to comply with LEA notice to ascertain if employed child is rendered unfit to obtain full education,11,349,v0.26.0 +CU84009,19686,Summary offences under County Courts Act 1984 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under County Courts Act 1984 ,11,375,v0.26.0 +BO00001,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +BY3715,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +DB0064,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +DB0065,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +DB0073,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +GL09087,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +GM000117,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +HA35SW01,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +HA35SW02,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +HI00048,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +HY35008,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +HY80020,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +LO055,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +MP39001,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +MP39002,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +MP39015,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +MP39016,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +NORF019,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +QX00037,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86135,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86405,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86430,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86690,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86705,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RC86730,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84001,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84001H,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84001Y,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84077,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84078,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84078H,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84079,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84091,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84092,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84093,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84094,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84095,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84096,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84097,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84098,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84099,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84100,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84101,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84102,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84103,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84104,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84109,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84111,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84112,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84135,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84136,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84136H,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84137,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84138,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84138G,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84139,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84140,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84141,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84143,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84145,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84147,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84148,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84149,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84150,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84151,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84152,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84153,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84154,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84154H,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84155,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84156,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84157,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84158,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84159,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84165,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84170,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84181,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84182,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84183,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RR84184,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT841529,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84GW01,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84GW02,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84SW04,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84SW07,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84SW09,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT84SW10,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88030,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88031,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88032,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88036,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88037,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88460,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88517,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88518,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88519,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +RT88S18,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +SF00012,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +SUFF005,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +SUFF006,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +SUFF038,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +TV00017,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +WK011008,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +WM000005,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +WM00007,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +WM00015,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +WM00017,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +XX30030,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +XX30031,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +XX30033,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000016,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00003,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000031,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000058,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000059,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000063,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY000064,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY0003,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00039,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00088,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00090,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00107,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00117,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00118,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00120,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00128,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00129,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00130,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00131,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00140,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00141,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00150,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY00173,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY0085,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +YY0095,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +ZZ00009,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +ZZ00010,82090,"Other obstruction, waiting and parking offences",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Other obstruction, waiting and parking offences",12,375,v0.26.0 +TP47010,11101,Offences in relation to dogs under Town Police Clauses Act 1847,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47021,11101,Offences in relation to dogs under Town Police Clauses Act 1847,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47027,11101,Offences in relation to dogs under Town Police Clauses Act 1847,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47028,11101,Offences in relation to dogs under Town Police Clauses Act 1847,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Town Police Clauses Act 1847,11,379,v0.26.0 +DC00069,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47009,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47029,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47030,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47031,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TP47032,13505,Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Police Clauses Act 1847,11,379,v0.26.0 +TG63002,15602,Offences under Town Gardens Protection Act 1863,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Town Gardens Protection Act 1863,11,379,v0.26.0 +PC17004,10447,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,11,392,v0.26.0 +PC17005,10447,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,11,392,v0.26.0 +PC17006,10447,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,11,392,v0.26.0 +PC17007,10447,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Intentionally obstruct or fail to comply with requirement imposed by law enforcement officer; provide false or fail to disclose information requested by law enforcement officer,11,392,v0.26.0 +SO22001,11621,"Undertake fishing operations in contravention of The Sea Fishing Operations (Monitoring Devices) (Wales) Order 2022, article 3, paragraph 1",116 Fishery Acts,SNM,Summary non-motoring,"Undertake fishing operations in contravention of The Sea Fishing Operations (Monitoring Devices) (Wales) Order 2022, article 3, paragraph 1",11,392,v0.26.0 +MS20019,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +MS20020,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +MS20023,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +MS20024,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +MS20025,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +MS20026,15044,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Merchant Shipping (Safety of Navigation) Regulations 2020,11,392,v0.26.0 +BH20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +BH20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CA20028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CD20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CF21002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20044,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20045,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20047,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20048,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20049,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20050,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20051,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CH20052,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20031,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20032,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20034,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20035,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20036,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20037,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20038,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20039,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20040,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20041,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20042,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20043,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20044,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20045,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20046,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20047,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20048,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20049,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20050,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20051,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20052,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20053,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20054,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20055,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20056,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20057,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20058,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20059,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20060,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20061,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20062,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20063,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20064,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20065,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20066,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20067,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CI20068,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CR20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CS20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20043,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20044,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20045,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20046,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20047,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20048,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20049,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20050,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20051,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20052,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20054,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20055,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20056,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20057,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20058,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20059,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20060,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20061,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20062,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20063,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20064,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20065,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20066,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20067,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20068,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20069,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20070,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20071,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CT20080,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CW22016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +ER20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HA20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HB20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20031,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20032,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HC20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HD20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HE20030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HF20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21031,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21032,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21034,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21035,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21036,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21037,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21038,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21039,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21040,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21041,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21042,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21043,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21044,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21045,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21046,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21047,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21048,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21049,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21050,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21051,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21052,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21053,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21054,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21055,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21056,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21057,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21058,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21059,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21060,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21065,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21080,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21081,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21083,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21084,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21085,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21086,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21087,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21088,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21089,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21090,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21091,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21092,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21093,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21094,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21095,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21096,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21097,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21098,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21099,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21100,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21101,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21102,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21103,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21104,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21105,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21106,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21107,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21108,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21109,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21110,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21111,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21112,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21113,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21114,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21115,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21122,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21123,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21124,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21125,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21126,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21136,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21137,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21138,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21139,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21140,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21141,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HI21142,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HL20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HN20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20028,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20031,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20032,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20034,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20035,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HR20038,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21040,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21041,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HS21042,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HV21018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +HW20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LA20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +LO20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +NE20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PD21005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PD21006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PD21007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PD21008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PH20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PW21004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PW21005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +PW21006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20061,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20062,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20063,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20064,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20065,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20066,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20067,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20068,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20069,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20070,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20071,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20072,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20073,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20082,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20083,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20084,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20085,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20086,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20087,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20088,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20091,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20116,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20117,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20118,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20119,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20123,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20125,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20126,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20127,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20128,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20129,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20130,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20131,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20132,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RE20133,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RL20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20036,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20038,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20040,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20041,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20044,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20045,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20046,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20047,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20048,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20049,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20050,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20051,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20052,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20053,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20054,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20055,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20056,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20057,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20058,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20059,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20060,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +RT20061,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20022,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20023,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20024,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20025,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20026,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20027,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20029,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20030,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20031,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20032,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20033,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20034,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20035,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WH20037,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20001,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20002,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20003,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20004,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20005,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20006,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20007,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20008,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20009,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20010,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20011,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20012,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20013,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20014,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20015,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20016,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20017,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20018,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20019,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20020,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +WR20021,16860,Breach of emergency period restrictions (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Breach of emergency period restrictions (coronavirus),11,392,v0.26.0 +CO20014,16861,Offences in relation to events and gatherings (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences in relation to events and gatherings (coronavirus),11,392,v0.26.0 +CO20015,16861,Offences in relation to events and gatherings (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences in relation to events and gatherings (coronavirus),11,392,v0.26.0 +CO20016,16861,Offences in relation to events and gatherings (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences in relation to events and gatherings (coronavirus),11,392,v0.26.0 +CO20017,16861,Offences in relation to events and gatherings (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences in relation to events and gatherings (coronavirus),11,392,v0.26.0 +CT04001,17910,Opening a large shop on Christmas Day,Other summary non-motoring offences,SNM,Summary non-motoring,Opening a large shop on Christmas Day,11,392,v0.26.0 +EP17001,19699,Manufacture rinse-off personal care product containing microbeads,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacture rinse-off personal care product containing microbeads,11,392,v0.26.0 +EP17002,19699,Manufacture rinse-off personal care product containing microbeads,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacture rinse-off personal care product containing microbeads,11,392,v0.26.0 +EP18001,19699,Manufacture rinse-off personal care product containing microbeads,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacture rinse-off personal care product containing microbeads,11,392,v0.26.0 +EP18002,19699,Manufacture rinse-off personal care product containing microbeads,Other summary non-motoring offences,SNM,Summary non-motoring,Manufacture rinse-off personal care product containing microbeads,11,392,v0.26.0 +DN18001,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +DN18002,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +DN18012,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +DN18015,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +DN18016,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +DN18017,19710,Obstructing/failure to assist person with power/executing warrant to inspect personal data,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing/failure to assist person with power/executing warrant to inspect personal data,11,392,v0.26.0 +EP18003,19711,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",11,392,v0.26.0 +EP18004,19711,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",11,392,v0.26.0 +EP18005,19711,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fail to supply or give false/misleading information, documents or records to enforcement officer; Intentionally obstruct enforcement officer (Environmental Protection (Microbeads) (Wales) Regulations 2018)",11,392,v0.26.0 +ES18023,19712,Fail to comply with stop notice within time limit specified (Control of Trade in Endangered Species Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Fail to comply with stop notice within time limit specified (Control of Trade in Endangered Species Regulations 2018),11,392,v0.26.0 +MS95055,15029,Summary offences relating to the contravention of regulations requiring insurance or security under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences relating to the contravention of regulations requiring insurance or security under the Merchant Shipping Act 1995,11,393,v0.26.0 +ST94001,17904,Shop opening in contravention of Sunday Trading Act 1994 Para.2(1) - large shops shall not be open for serving retail customers except in accordance with notice to local authority,Other summary non-motoring offences,SNM,Summary non-motoring,Shop opening in contravention of Sunday Trading Act 1994 Para.2(1) - large shops shall not be open for serving retail customers except in accordance with notice to local authority,11,393,v0.26.0 +HO04003,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +HO04004,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +HO04006,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +HO04007,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +MH06DP01,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +YY000166,19639,Offences connected with houses in multiple occupation and housing licences,"196 Housing Act 2004 - Summary - SS.72(1),(2)&(6)& 95(1)&(5)",SNM,Summary non-motoring,Offences connected with houses in multiple occupation and housing licences,11,393,v0.26.0 +MA09010,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09011,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09016,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09017,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09022,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09023,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +MA09027,19698,Summary offences under Marine and Coastal Access Act 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Marine and Coastal Access Act 2009,11,393,v0.26.0 +FF00001,10827,Offences relating to fur farming,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences relating to fur farming,11,394,v0.26.0 +LG03118,14398,Selling alcohol to a child on two or more different occasions,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Selling alcohol to a child on two or more different occasions,11,394,v0.26.0 +LG03127,14398,Selling alcohol to a child on two or more different occasions,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Selling alcohol to a child on two or more different occasions,11,394,v0.26.0 +LG03128,14398,Selling alcohol to a child on two or more different occasions,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Selling alcohol to a child on two or more different occasions,11,394,v0.26.0 +LG03129,14398,Selling alcohol to a child on two or more different occasions,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Selling alcohol to a child on two or more different occasions,11,394,v0.26.0 +SB10001,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB10002,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB10003,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB10004,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB10005,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB10006,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB11001,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +SB11002,16821,Allowing sunbed use by children under 18,168 Public Health Offence,SNM,Summary non-motoring,Allowing sunbed use by children under 18,11,394,v0.26.0 +BED0027,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +CD20009,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +CF21001,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +EP90043,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +GM000048,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HI21071,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21020,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21021,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21022,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21023,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21024,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21025,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21026,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21027,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21028,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21029,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21030,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21031,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21032,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21033,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21034,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21035,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21036,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21037,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21038,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21039,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21043,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +HS21044,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +LOND015,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20013,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20014,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20015,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20016,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20017,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20018,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20019,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20020,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20021,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20022,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20023,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20024,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20025,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20026,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20027,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20028,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20029,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20030,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20031,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20032,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20033,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20034,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20035,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20036,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20037,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20038,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20039,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20040,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20041,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20042,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20043,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20044,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20045,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20046,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20047,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20048,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20049,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20050,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20051,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20052,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20053,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20054,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20055,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20056,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20057,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20058,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20059,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20060,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20074,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20075,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20076,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20077,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20078,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20079,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20080,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20081,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20089,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20090,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20092,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20093,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20094,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20095,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20096,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20097,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20098,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20099,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20100,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20101,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20102,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20103,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20104,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20105,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20106,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20107,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20108,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20109,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20110,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20111,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20112,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20113,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20114,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +RE20115,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +YY000196,16880,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement notice served by a local authority (Environmental Protection Act 1990),11,394,v0.26.0 +AG70001,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70003,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70004,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70005,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70006,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70007,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70008,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70009,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70010,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70011,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70012,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70013,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70014,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70015,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70016,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70017,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70018,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +AG70019,10102,Summary offences under Agriculture Act 1970,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under Agriculture Act 1970,11,400,v0.26.0 +OF99001,10108,Summary offences under The Organic Farming Regulations 1999,"101 Adulteration of Food, Drug, etc.",SNM,Summary non-motoring,Summary offences under The Organic Farming Regulations 1999,11,400,v0.26.0 +MS15010,10446,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,11,400,v0.26.0 +MS15011,10446,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,11,400,v0.26.0 +MS15012,10446,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,11,400,v0.26.0 +MS15013,10446,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Offences in relation to enforcement officer functions Part 1 Schedule 2 Modern Slavery Act Modern Slavery Act 2015,11,400,v0.26.0 +WC81077,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81078,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81079,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81080,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81081,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81082,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81083,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +WC81161,10803,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Protection of captive birds: Confining a bird in a cage so that it cannot stretch its wings; shooting captive birds on release etc.,11,400,v0.26.0 +AN81007,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81008,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81009,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81010,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81013,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81014,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81015,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81016,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81017,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +AN81018,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +CI07124,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +CR077411,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +DLTWODOC,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +DOR40,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +SY00046,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +WM00095,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +YY000218,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +YY000220,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +YY000222,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +ZZ00094,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +ZZ00095,10812,Offences under Animal Health Act 1981,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Animal Health Act 1981,11,400,v0.26.0 +WC81084,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81085,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81086,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81087,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81088,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81089,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81090,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81091,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81092,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81093,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81094,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81095,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81096,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81097,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81098,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81099,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81100,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81101,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81102,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81103,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81104,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81105,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81106,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81107,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81114,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81157,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81158,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81159,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81231,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81232,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81233,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81234,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81235,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81236,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81237,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81238,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81239,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81291,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81302,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81305,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +ZZ00073,10823,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Wildlife and Countryside Act 1981 - e.g. certain wild animals (schedule 5) may not be killed, injured or taken by any method",11,400,v0.26.0 +WC81115,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81116,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81117,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81118,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81119,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81120,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81121,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81122,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81123,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81124,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81125,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81126,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81127,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81128,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81240,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81241,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81242,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81243,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81244,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81245,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81246,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81247,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81248,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81249,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81250,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81251,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81252,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81253,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81254,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81255,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81256,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81257,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81258,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81259,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81260,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81261,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81262,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81263,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81264,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81306,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81307,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81308,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81309,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81310,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81311,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81312,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81313,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81314,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +WC81315,10824,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981 - e.g. wild certain animals (schedule 6) may not be killed or taken by certain methods,11,400,v0.26.0 +CD92001,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +CD92002,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +CD92003,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +CD92004,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +CD92005,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +CD92006,11104,Owner or person in charge causing or permitting dog to be in public place without collar,111B Other offences relating to dogs,SNM,Summary non-motoring,Owner or person in charge causing or permitting dog to be in public place without collar,11,400,v0.26.0 +BG91001,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +BG91002,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +DD91018,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +DD91018B,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +DD91019,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +DD91030,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +PB92029,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +PB92030,11120,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences in relation to dogs under Dangerous Dogs Act 1991 and Protection of Badgers Act 1992 - e.g. Failing to give up a dog for destruction or having custody of a dog while disqualified or having a dog present in the killing/injury/taking of a badger,11,400,v0.26.0 +EY12001,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +EY12002,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +EY12003,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +EY12004,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +EY12005,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +EY12006,11206,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),112B Education Acts - Other,SNM,Summary non-motoring,Failure to comply with requirements of regulations (Early Years Foundation Stage (Welfare) Regulations 2012),11,400,v0.26.0 +CS70001,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70002,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70003,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70004,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70005,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70006,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70007,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +CS70008,11618,Offences against Conservation of Seals Act 1970,116 Fishery Acts,SNM,Summary non-motoring,Offences against Conservation of Seals Act 1970,11,400,v0.26.0 +GM31050,11901,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",119 Day Poaching,SNM,Summary non-motoring,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",11,400,v0.26.0 +GM31051,11901,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",119 Day Poaching,SNM,Summary non-motoring,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",11,400,v0.26.0 +GM31052,11901,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",119 Day Poaching,SNM,Summary non-motoring,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",11,400,v0.26.0 +GM31053,11901,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",119 Day Poaching,SNM,Summary non-motoring,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",11,400,v0.26.0 +GM31060,11901,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",119 Day Poaching,SNM,Summary non-motoring,"Trespassing in the daytime in search of game, etc and other offences in connection therewith (Game Act 1831)",11,400,v0.26.0 +HA04001,12113,Hunting a wild mammal with a dog,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Hunting a wild mammal with a dog,11,400,v0.26.0 +HA04002,12114,Knowingly permitting land to be entered or used in the course of hunting a wild mammal with dogs,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Knowingly permitting land to be entered or used in the course of hunting a wild mammal with dogs,11,400,v0.26.0 +HA04003,12115,Knowingly permitting a dog to be used in the course of hunting a wild mammal,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Knowingly permitting a dog to be used in the course of hunting a wild mammal,11,400,v0.26.0 +HA04004,12116,Participating in a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Participating in a hare coursing event,11,400,v0.26.0 +HA04005,12117,Attending a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Attending a hare coursing event,11,400,v0.26.0 +HA04006,12118,Knowingly facilitating a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Knowingly facilitating a hare coursing event,11,400,v0.26.0 +HA04007,12119,Permitting land to be used for the purpose of a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Permitting land to be used for the purpose of a hare coursing event,11,400,v0.26.0 +HA04008,12120,Permitting etc a dog to participate in a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Permitting etc a dog to participate in a hare coursing event,11,400,v0.26.0 +HA04009,12120,Permitting etc a dog to participate in a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Permitting etc a dog to participate in a hare coursing event,11,400,v0.26.0 +HA04010,12120,Permitting etc a dog to participate in a hare coursing event,121A Offences under Hunting Act 2004,SNM,Summary non-motoring,Permitting etc a dog to participate in a hare coursing event,11,400,v0.26.0 +HY80094,12306,Cause danger / annoyance to highway users by lighting a fire not on a carriageway,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Cause danger / annoyance to highway users by lighting a fire not on a carriageway,11,400,v0.26.0 +HY80067,12413,In course of a building operation give rise to serious bodily injury to person in street,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,In course of a building operation give rise to serious bodily injury to person in street,11,400,v0.26.0 +HY80074,12414,Fail to comply with a condition on construction or alteration of a building over a highway,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Fail to comply with a condition on construction or alteration of a building over a highway,11,400,v0.26.0 +HY80097,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80098,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80113,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80114,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80115,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80116,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80117,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80118,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80119,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80120,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80121,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80122,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80123,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +HY80124,12416,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with order to remove obstruction (S.137ZA of the Highways Act 1980),11,400,v0.26.0 +TM04005,12417,Summary offences in connection with permits (Traffic Management Act 2004),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Summary offences in connection with permits (Traffic Management Act 2004),11,400,v0.26.0 +DC00053,12419,Summary offences except S.65 (New Road and Street Works Act 1991),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Summary offences except S.65 (New Road and Street Works Act 1991),11,400,v0.26.0 +DC00055,12419,Summary offences except S.65 (New Road and Street Works Act 1991),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Summary offences except S.65 (New Road and Street Works Act 1991),11,400,v0.26.0 +NR91015,12419,Summary offences except S.65 (New Road and Street Works Act 1991),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Summary offences except S.65 (New Road and Street Works Act 1991),11,400,v0.26.0 +HA80219,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80090,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80093,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80095,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80099,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80100,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80101,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80102,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80103,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80108,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80109,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80110,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80111,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +HY80112,12420,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Other offences relating to causing nuisance on a highway/street/footpath/bridleway other than those caused by vehicles,11,400,v0.26.0 +FB89002,12523,Contravening a licence (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Contravening a licence (Football Spectators Act 1989),11,400,v0.26.0 +SO05021,12574,Operating or permitting the operation of a loudspeaker in contravention of ss.(1) [ss.(1) - loudspeaker shall not be operated in designated area] of Serious Organised Crime and Police Act 2005,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Operating or permitting the operation of a loudspeaker in contravention of ss.(1) [ss.(1) - loudspeaker shall not be operated in designated area] of Serious Organised Crime and Police Act 2005,11,400,v0.26.0 +SO05022,12574,Operating or permitting the operation of a loudspeaker in contravention of ss.(1) [ss.(1) - loudspeaker shall not be operated in designated area] of Serious Organised Crime and Police Act 2005,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Operating or permitting the operation of a loudspeaker in contravention of ss.(1) [ss.(1) - loudspeaker shall not be operated in designated area] of Serious Organised Crime and Police Act 2005,11,400,v0.26.0 +TA10010,12583,Failure of relevant institution to inform Treasury,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure of relevant institution to inform Treasury,11,400,v0.26.0 +TA10011,12584,Failure to comply with request for information (Terrorist Asset-Freezing etc. Act 2010),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to comply with request for information (Terrorist Asset-Freezing etc. Act 2010),11,400,v0.26.0 +PL11001,12585,Failure without reasonable excuse to comply with S.143(1) direction (Police Reform and Social Responsibility Act 2011),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure without reasonable excuse to comply with S.143(1) direction (Police Reform and Social Responsibility Act 2011),11,400,v0.26.0 +EP90111,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90112,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90117,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90118,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90119,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90120,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90121,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90122,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90133,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +EP90139,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +YY000121,13817,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so; giving false or misleading information (Environmental Protection Act 1990),11,400,v0.26.0 +CH06014,13822,Making false or misleading statement (Childcare Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making false or misleading statement (Childcare Act 2006),11,400,v0.26.0 +SV06017,13827,Knowingly or recklessly making a false declaration in an application for purposes of SS.30 or 32 (Safeguarding Vulnerable Groups Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Knowingly or recklessly making a false declaration in an application for purposes of SS.30 or 32 (Safeguarding Vulnerable Groups Act 2006),11,400,v0.26.0 +SV06018,13828,Failing without reasonable excuse to provide the information required under SS.35 or 36 or in pursuance of S.37 (Safeguarding Vulnerable Groups Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing without reasonable excuse to provide the information required under SS.35 or 36 or in pursuance of S.37 (Safeguarding Vulnerable Groups Act 2006),11,400,v0.26.0 +WT06030,13830,Contravening or failing to comply with any term or condition attached to a S.62(5) authority given by OFCOM (Wireless Telegraphy Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Contravening or failing to comply with any term or condition attached to a S.62(5) authority given by OFCOM (Wireless Telegraphy Act 2006),11,400,v0.26.0 +WT06061,13831,Obstructing or failing to assist person acting under S.97 (Wireless Telegraphy Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Obstructing or failing to assist person acting under S.97 (Wireless Telegraphy Act 2006),11,400,v0.26.0 +WT06062,13831,Obstructing or failing to assist person acting under S.97 (Wireless Telegraphy Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Obstructing or failing to assist person acting under S.97 (Wireless Telegraphy Act 2006),11,400,v0.26.0 +WT06063,13832,Intentionally obstructing person acting under S.99(3) of the Wireless Telegraphy Act 2006,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Intentionally obstructing person acting under S.99(3) of the Wireless Telegraphy Act 2006,11,400,v0.26.0 +RA05007,13835,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,11,400,v0.26.0 +RA05008,13835,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,11,400,v0.26.0 +RA05009,13835,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under Railways (Accident Investigation and Reporting) Regulations 2005,11,400,v0.26.0 +CJ09004,13836,Knowingly serve as a juror at an inquest when disqualified,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Knowingly serve as a juror at an inquest when disqualified,11,400,v0.26.0 +EA10002,13845,Making false or misleading statement relying on a statement by the employer or principal that the Act was not contravened (Equality Act 2010),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making false or misleading statement relying on a statement by the employer or principal that the Act was not contravened (Equality Act 2010),11,400,v0.26.0 +EA10003,13846,Making false or misleading statement that the act for which help was given does not contravene the Act (Equality Act 2010),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making false or misleading statement that the act for which help was given does not contravene the Act (Equality Act 2010),11,400,v0.26.0 +CP13005,13849,Summary offences under the Cosmetic Products Enforcement Regulations 2013,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under the Cosmetic Products Enforcement Regulations 2013,11,400,v0.26.0 +CP13006,13849,Summary offences under the Cosmetic Products Enforcement Regulations 2013,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under the Cosmetic Products Enforcement Regulations 2013,11,400,v0.26.0 +CP13007,13849,Summary offences under the Cosmetic Products Enforcement Regulations 2013,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under the Cosmetic Products Enforcement Regulations 2013,11,400,v0.26.0 +CP13008,13849,Summary offences under the Cosmetic Products Enforcement Regulations 2013,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Summary offences under the Cosmetic Products Enforcement Regulations 2013,11,400,v0.26.0 +CJ01004,14273,Other offences under regulations and orders made under this Act / Offences by bodies corporate,142 Other offences by licenced persons,SNM,Summary non-motoring,Enforcement of closure order (premises used for the unlicensed sale of intoxicating liquor); obstruction of authorised person,11,400,v0.26.0 +LG03064,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +LG03065,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +LG03066,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +LG03067,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +LG03068,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +LG03120,14379,Sale of alcohol to person under 18,143A Sale of alcohol to a person aged under 18,SNM,Summary non-motoring,Sale of alcohol to person under 18,11,400,v0.26.0 +GM000137,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03069,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03070,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03071,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03072,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03073,14380,Allowing sale of alcohol to person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing sale of alcohol to person under 18,11,400,v0.26.0 +LG03080,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03080A,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03081,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03081A,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03082,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03082A,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03083,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03083A,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03084,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03084A,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03122,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03123,14383,Buying or attempting to buy alcohol on behalf of an individual under 18,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Buying or attempting to buy alcohol on behalf of an individual under 18,11,400,v0.26.0 +LG03086,14385,Knowingly allowing consumption of alcohol by individual aged under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly allowing consumption of alcohol by individual aged under 18,11,400,v0.26.0 +LG03087,14385,Knowingly allowing consumption of alcohol by individual aged under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly allowing consumption of alcohol by individual aged under 18,11,400,v0.26.0 +LG03088,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03089,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03090,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03091,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03092,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03124,14386,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Person knowingly delivering to a person aged under 18 alcohol sold or supplied on premises,11,400,v0.26.0 +LG03093,14387,Sending a person under aged 18 to obtain alcohol,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Sending a person under aged 18 to obtain alcohol,11,400,v0.26.0 +LG03094,14387,Sending a person under aged 18 to obtain alcohol,"143B Buying, attempting to buy or delivering alcohol to persons aged under 18",SNM,Summary non-motoring,Sending a person under aged 18 to obtain alcohol,11,400,v0.26.0 +LG03100,14390,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",11,400,v0.26.0 +LG03101,14390,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",11,400,v0.26.0 +LG03102,14390,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",11,400,v0.26.0 +LG03103,14390,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",11,400,v0.26.0 +LG03104,14390,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Knowingly or recklessly making a false statement in or in connection with application for grant etc of premises or club licence, for provisional statement, temporary event notice or personal licence",11,400,v0.26.0 +LG03112,14395,Knowingly or recklessly making a false statement in or in connection with an application for conversion of existing club certificate,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly or recklessly making a false statement in or in connection with an application for conversion of existing club certificate,11,400,v0.26.0 +LG03116,14395,Knowingly or recklessly making a false statement in or in connection with an application for conversion of existing club certificate,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly or recklessly making a false statement in or in connection with an application for conversion of existing club certificate,11,400,v0.26.0 +OR63001,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63002,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63004,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63005,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63006,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63007,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63008,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63009,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63010,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +OR63011,14605,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",146 Offences related to Shops Acts,SNM,Summary non-motoring,"Offences against labour laws Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +MW71001,14862,Offences under Mineral Workings (Offshore Installations) Act 1971,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Mineral Workings (Offshore Installations) Act 1971,11,400,v0.26.0 +MW71002,14862,Offences under Mineral Workings (Offshore Installations) Act 1971,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Mineral Workings (Offshore Installations) Act 1971,11,400,v0.26.0 +ET73001,14863,Offences under Employment and Training Act 1973,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment and Training Act 1973,11,400,v0.26.0 +MS95044,15011,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,400,v0.26.0 +MS95046,15011,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,400,v0.26.0 +MS95039,15025,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,400,v0.26.0 +MS95010,15027,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95011,15027,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95012,15027,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95013,15027,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to passengers including stowaways under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95015,15028,Offences relating to fishing vessels under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to fishing vessels under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95016,15028,Offences relating to fishing vessels under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to fishing vessels under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95017,15028,Offences relating to fishing vessels under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to fishing vessels under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS95018,15028,Offences relating to fishing vessels under the Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences relating to fishing vessels under the Merchant Shipping Act 1995,11,400,v0.26.0 +MS98001,15030,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,11,400,v0.26.0 +MS98003,15030,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,11,400,v0.26.0 +MS98004,15030,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping (Small Workboats and Pilot Boats) Regulations 1998,11,400,v0.26.0 +KE00055,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +SP04005,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +SP04007,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +SP04008,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +SP04009,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +SP04010,15031,Summary Offences Ship and Port (Security) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary Offences Ship and Port (Security) Regulations 2004,11,400,v0.26.0 +MS02007,15034,Owner or master of ship contravening Regulations 22 or 28 (Merchant Shipping (Safety of Navigation) Regulations 2002),Other summary non-motoring offences,SNM,Summary non-motoring,Owner or master of ship contravening Regulations 22 or 28 (Merchant Shipping (Safety of Navigation) Regulations 2002),11,400,v0.26.0 +MS02013,15034,Owner or master of ship contravening Regulations 22 or 28 (Merchant Shipping (Safety of Navigation) Regulations 2002),Other summary non-motoring offences,SNM,Summary non-motoring,Owner or master of ship contravening Regulations 22 or 28 (Merchant Shipping (Safety of Navigation) Regulations 2002),11,400,v0.26.0 +MS18005,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18006,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18014,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18015,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18016,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18017,15040,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Offences concerning fisherman's work agreement (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18007,15041,Fishing vessel owner fails in their duties to a fisherman who is pending repatriation (Merchant Shipping (Work in Fishing Convention) Regulations 2018),Other summary non-motoring offences,SNM,Summary non-motoring,Fishing vessel owner fails in their duties to a fisherman who is pending repatriation (Merchant Shipping (Work in Fishing Convention) Regulations 2018),11,400,v0.26.0 +MS18008,15042,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",11,400,v0.26.0 +MS18010,15042,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",11,400,v0.26.0 +MS18011,15042,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",11,400,v0.26.0 +MS18012,15042,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",11,400,v0.26.0 +MS18013,15042,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",Other summary non-motoring offences,SNM,Summary non-motoring,"Fishing vessel owner fails to provide suitable accommodation, required food or drinking water (Merchant Shipping (Work in Fishing Convention) Regulations 2018)",11,400,v0.26.0 +PO09003,15043,Summary offences under the Port Security Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Port Security Regulations 2009,11,400,v0.26.0 +PO09004,15043,Summary offences under the Port Security Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Port Security Regulations 2009,11,400,v0.26.0 +PO09005,15043,Summary offences under the Port Security Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Port Security Regulations 2009,11,400,v0.26.0 +PS13001,15101,Sub-let / part with possession of a dwelling-house let under a secure or an assured tenancy in breach of a term of the tenancy,152 Other Social Security offences,SNM,Summary non-motoring,Sub-let / part with possession of a dwelling-house let under a secure or an assured tenancy in breach of a term of the tenancy,11,400,v0.26.0 +PS13003,15101,Sub-let / part with possession of a dwelling-house let under a secure or an assured tenancy in breach of a term of the tenancy,152 Other Social Security offences,SNM,Summary non-motoring,Sub-let / part with possession of a dwelling-house let under a secure or an assured tenancy in breach of a term of the tenancy,11,400,v0.26.0 +FA67GW01,15607,Offences under Forestry Act 1967,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Forestry Act 1967,11,400,v0.26.0 +FR67002,15607,Offences under Forestry Act 1967,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Forestry Act 1967,11,400,v0.26.0 +WC81280,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81281,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81282,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81294,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81295,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81296,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81297,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81298,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81299,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81300,15612,Power to take samples (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Power to take samples (Wildlife and Countryside Act 1981),11,400,v0.26.0 +CD98024,15801,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,11,400,v0.26.0 +CD98025,15801,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,11,400,v0.26.0 +CD98026,15801,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Reporting restrictions - report published or included in a relevant programme in contravention of this paragraph,11,400,v0.26.0 +YJ99001,15802,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,11,400,v0.26.0 +YJ99006,15802,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,11,400,v0.26.0 +YJ99007,15802,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,11,400,v0.26.0 +YJ99008,15802,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of reporting restrictions - alleged offences involving persons under 18 Youth Justice and Criminal Evidence Act 1999,11,400,v0.26.0 +YJ99002,15803,Contravention of direction involving reporting restrictions; person under 18 concerned in proceedings,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of direction involving reporting restrictions; person under 18 concerned in proceedings,11,400,v0.26.0 +YJ99009,15803,Contravention of direction involving reporting restrictions; person under 18 concerned in proceedings,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of direction involving reporting restrictions; person under 18 concerned in proceedings,11,400,v0.26.0 +YJ99003,15804,Contravention of direction involving reporting restrictions - witness,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of direction involving reporting restrictions - witness,11,400,v0.26.0 +YJ99010,15804,Contravention of direction involving reporting restrictions - witness,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Contravention of direction involving reporting restrictions - witness,11,400,v0.26.0 +YJ99011,15805,Report in contravention of section 47 - restrictions on reporting directions under Chapters I (special measures directions in case of vulnerable and intimidated witnesses) and II (protection of witnesses from cross examination by accused in person),158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Report in contravention of section 47 - restrictions on reporting directions under Chapters I (special measures directions in case of vulnerable and intimidated witnesses) and II (protection of witnesses from cross examination by accused in person),11,400,v0.26.0 +CJ03001,15806,Publication of matter restricted under S.82,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Publication of matter restricted under S.82,11,400,v0.26.0 +CJ03002,15806,Publication of matter restricted under S.82,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Publication of matter restricted under S.82,11,400,v0.26.0 +CJ03101,15806,Publication of matter restricted under S.82,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Publication of matter restricted under S.82,11,400,v0.26.0 +FG03004,15807,Include in a publication matter breaching anonymity of victim of Female Genital Mutilation,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Include in a publication matter breaching anonymity of victim of Female Genital Mutilation,11,400,v0.26.0 +FI00001,15903,"Altering etc., records with intent to prevent disclosure",158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,"Altering etc., records with intent to prevent disclosure",11,400,v0.26.0 +FI00002,15903,"Altering etc., records with intent to prevent disclosure",158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,"Altering etc., records with intent to prevent disclosure",11,400,v0.26.0 +EA06003,15904,"Unauthorised disclosure of information by a former or current Commissioner, Investigating Commissioner, employee, or member of a committee of information provided to CEHR. Information acquired by the Commission under Sections 16, 20, 23, 24, 25, 31 & 32",158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,"Unauthorised disclosure of information by a former or current Commissioner, Investigating Commissioner, employee, or member of a committee of information provided to CEHR. Information acquired by the Commission under Sections 16, 20, 23, 24, 25, 31 & 32",11,400,v0.26.0 +PF16001,16410,"Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882 and against regulations made under the Police, Factories, etc. (Miscellaneous Provisions) Act 1916 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882 and against regulations made under the Police, Factories, etc. (Miscellaneous Provisions) Act 1916 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,400,v0.26.0 +EP90078,16415,Offences under the Environmental Protection Act 1990 (straw or stubble),Other summary non-motoring offences,SNM,Summary non-motoring,Offences under the Environmental Protection Act 1990 (straw or stubble),11,400,v0.26.0 +EP90079,16416,Offences under the Environmental Protection Act 1990 (other crop residues),Other summary non-motoring offences,SNM,Summary non-motoring,Offences under the Environmental Protection Act 1990 (other crop residues),11,400,v0.26.0 +OR63003,16803,"Public health offences under Offices, Shops and Railway Premises Act 1963",168 Public Health Offence,SNM,Summary non-motoring,"Public health offences under Offices, Shops and Railway Premises Act 1963",11,400,v0.26.0 +MQ69010,16851,Offences under Mines and Quarries (Tips) Act 1969,168 Public Health Offence,SNM,Summary non-motoring,Offences under Mines and Quarries (Tips) Act 1969,11,400,v0.26.0 +MQ69020,16851,Offences under Mines and Quarries (Tips) Act 1969,168 Public Health Offence,SNM,Summary non-motoring,Offences under Mines and Quarries (Tips) Act 1969,11,400,v0.26.0 +MQ69021,16851,Offences under Mines and Quarries (Tips) Act 1969,168 Public Health Offence,SNM,Summary non-motoring,Offences under Mines and Quarries (Tips) Act 1969,11,400,v0.26.0 +MQ69022,16851,Offences under Mines and Quarries (Tips) Act 1969,168 Public Health Offence,SNM,Summary non-motoring,Offences under Mines and Quarries (Tips) Act 1969,11,400,v0.26.0 +MQ69023,16851,Offences under Mines and Quarries (Tips) Act 1969,168 Public Health Offence,SNM,Summary non-motoring,Offences under Mines and Quarries (Tips) Act 1969,11,400,v0.26.0 +LAN0075,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +LAN0090,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68054,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68059,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68060,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68061,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68062,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68063,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68064,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68065,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68066,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68067,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68068,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68094,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68095,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68096,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68097,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68098,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68099,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68116,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68117,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68121,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68122,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68123,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68129,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68130,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MD68131,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80001,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80002,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80003,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80004,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80005,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80006,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80007,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80008,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS80009,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS94001,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +MS94002,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +VM06194,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +VM07019,16852,Offences under Medicines Act 1968,168 Public Health Offence,SNM,Summary non-motoring,Offences under Medicines Act 1968,11,400,v0.26.0 +CP74012,16863,Contravene a notice issued by a local authority to control noise on a construction / demolition / dredging site,168 Public Health Offence,SNM,Summary non-motoring,Contravene a notice issued by a local authority to control noise on a construction / demolition / dredging site,11,400,v0.26.0 +CP74013,16864,Offences under Control of Pollution Act 1974,168 Public Health Offence,SNM,Summary non-motoring,Offences under Control of Pollution Act 1974,11,400,v0.26.0 +CP74014,16864,Offences under Control of Pollution Act 1974,168 Public Health Offence,SNM,Summary non-motoring,Offences under Control of Pollution Act 1974,11,400,v0.26.0 +CP74023,16864,Offences under Control of Pollution Act 1974,168 Public Health Offence,SNM,Summary non-motoring,Offences under Control of Pollution Act 1974,11,400,v0.26.0 +CP74015,16865,Operation of a loud speaker in a street,168 Public Health Offence,SNM,Summary non-motoring,Operation of a loud speaker in a street,11,400,v0.26.0 +CP74018,16866,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,400,v0.26.0 +HO85001,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85003,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85004,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85005,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85006,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85007,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85008,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85009,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85010,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85011,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85012,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85013,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85016,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85017,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85018,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85019,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85020,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85021,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85022,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85023,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85024,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85025,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85026,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85027,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85028,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85029,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85030,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85031,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85032,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85033,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85034,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85035,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85036,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85037,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85038,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85039,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85040,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85041,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85042,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85043,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85044,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85045,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85046,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85049,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +HO85050,16869,Summary offences in relation to Public Health (Housing Act 1985),168 Public Health Offence,SNM,Summary non-motoring,Summary offences in relation to Public Health (Housing Act 1985),11,400,v0.26.0 +EN95003,16871,Summary offences under Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Environment Act 1995,11,400,v0.26.0 +EP90005,16871,Summary offences under Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Environment Act 1995,11,400,v0.26.0 +KE00128,16871,Summary offences under Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Environment Act 1995,11,400,v0.26.0 +KE00136,16871,Summary offences under Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Environment Act 1995,11,400,v0.26.0 +EN95005,16872,Offences under the Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Environment Act 1995,11,400,v0.26.0 +EP90006,16872,Offences under the Environment Act 1995,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Environment Act 1995,11,400,v0.26.0 +CD06008,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06009,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06010,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06011,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06012,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06013,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +CD06014,16873,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,168 Public Health Offence,SNM,Summary non-motoring,Summary offences Control of Dangerous Substances and Preparations Regulations 2006,11,400,v0.26.0 +AS00124,16875,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",168 Public Health Offence,SNM,Summary non-motoring,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",11,400,v0.26.0 +EP90028,16875,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",168 Public Health Offence,SNM,Summary non-motoring,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",11,400,v0.26.0 +EP90029,16875,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",168 Public Health Offence,SNM,Summary non-motoring,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",11,400,v0.26.0 +EP90030,16875,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",168 Public Health Offence,SNM,Summary non-motoring,"Offences relating to accepting, keeping, treating and disposing of controlled waste under the Environmental Protection Act 1990",11,400,v0.26.0 +EP90031,16876,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,11,400,v0.26.0 +EP90032,16876,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,11,400,v0.26.0 +EP90033,16876,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,11,400,v0.26.0 +EP90134,16876,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,11,400,v0.26.0 +EP90135,16876,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Fail to remove waste or eliminate / reduce consequences of waste deposited in contravention of S.33(1) / regulation 12 of the Environmental Protection Act 1990,11,400,v0.26.0 +EN95004,16878,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",168 Public Health Offence,SNM,Summary non-motoring,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",11,400,v0.26.0 +EP90037,16878,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",168 Public Health Offence,SNM,Summary non-motoring,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",11,400,v0.26.0 +EP90038,16878,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",168 Public Health Offence,SNM,Summary non-motoring,"Failing or refusing to provide facilities, assistance, information or to permit any inspection reasonably required by an authorised person in the execution of his powers or duties under S.108 (Environment Act 1995)",11,400,v0.26.0 +EN95007,16879,Obstructing an authorised person in the execution of his powers (Environment Act 1995),168 Public Health Offence,SNM,Summary non-motoring,Obstructing an authorised person in the execution of his powers (Environment Act 1995),11,400,v0.26.0 +EP90039,16879,Obstructing an authorised person in the execution of his powers (Environment Act 1995),168 Public Health Offence,SNM,Summary non-motoring,Obstructing an authorised person in the execution of his powers (Environment Act 1995),11,400,v0.26.0 +EP90044,16881,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),11,400,v0.26.0 +EP90045,16881,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),11,400,v0.26.0 +HI00018,16881,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),11,400,v0.26.0 +SUFF040,16881,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Contravening an abatement order made by a magistrates' court; causing a statutory nuisance (Environmental Protection Act 1990),11,400,v0.26.0 +EP90072,16888,Falsely pretend to be an inspector for genetically modified organisms (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Falsely pretend to be an inspector for genetically modified organisms (Environmental Protection Act 1990),11,400,v0.26.0 +EP90075,16889,Offences under Environmental Protection Act 1990 (S.142),168 Public Health Offence,SNM,Summary non-motoring,Offences under Environmental Protection Act 1990 (S.142),11,400,v0.26.0 +WM00104,16889,Offences under Environmental Protection Act 1990 (S.142),168 Public Health Offence,SNM,Summary non-motoring,Offences under Environmental Protection Act 1990 (S.142),11,400,v0.26.0 +CP19115,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP19116,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89001,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89SW01,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +DOR050,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +EP190509,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +POLL1989,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +YY000150,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +YZ0003,16891,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Transporting controlled waste in the course of a business or otherwise with a view to profit without registering as a carrier (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89002,16892,Offences under Control of Pollution (Amendment) Act 1989,168 Public Health Offence,SNM,Summary non-motoring,Offences under Control of Pollution (Amendment) Act 1989,11,400,v0.26.0 +CP89003,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89007,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89008,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89009,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89010,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89011,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +EP1990SW,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +YY000032,16893,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with a requirement imposed in the exercise of the power conferred by S.5(1) (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89004,16894,Obstruct an authorised officer / constable from exercising a power conferred by a section 6 warrant (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Obstruct an authorised officer / constable from exercising a power conferred by a section 6 warrant (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +CP89005,16895,Failure without reasonable excuse to comply with any requirement of regulations made under the Control of Pollution (Amendment) Act 1989 Act to provide information to the Secretary of State or a regulation authority,168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with any requirement of regulations made under the Control of Pollution (Amendment) Act 1989 Act to provide information to the Secretary of State or a regulation authority,11,400,v0.26.0 +CP89054B,16895,Failure without reasonable excuse to comply with any requirement of regulations made under the Control of Pollution (Amendment) Act 1989 Act to provide information to the Secretary of State or a regulation authority,168 Public Health Offence,SNM,Summary non-motoring,Failure without reasonable excuse to comply with any requirement of regulations made under the Control of Pollution (Amendment) Act 1989 Act to provide information to the Secretary of State or a regulation authority,11,400,v0.26.0 +CP89006,16896,Provide false information to the Secretary of State in purported compliance with regulations (Control of Pollution (Amendment) Act 1989),168 Public Health Offence,SNM,Summary non-motoring,Provide false information to the Secretary of State in purported compliance with regulations (Control of Pollution (Amendment) Act 1989),11,400,v0.26.0 +TR00024,16907,Offences under Transport Act 2000,169B Other railway offences,SNM,Summary non-motoring,Offences under Transport Act 2000,11,400,v0.26.0 +TW01001,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01002,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01003,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01004,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01005,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01006,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01007,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01008,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01009,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01010,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01011,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01012,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01013,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01014,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01015,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01016,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01017,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01018,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01019,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01020,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01021,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01022,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01023,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01024,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01025,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01026,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01027,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01028,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01029,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01030,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01031,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01032,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01033,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01034,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01035,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01036,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01037,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01038,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01039,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01040,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01041,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01042,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01043,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01044,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01045,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01046,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01047,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01048,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01049,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01050,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01051,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01052,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01053,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01054,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01055,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01056,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01057,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW01058,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW19921,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +TW92055,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +YY00335A,16910,Summary offences under Tyneside Metro Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Tyneside Metro Byelaws,11,400,v0.26.0 +AL79018,17201,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",11,400,v0.26.0 +AL79019,17201,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",11,400,v0.26.0 +AL79020,17201,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,"Offences involving the possession, transport, display or sale of liquor from an unstamped retail container (Alcoholic Liquor Duties Act 1979)",11,400,v0.26.0 +TR00012,17331,Giving false or misleading information to the Director General of Fair Trading,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Giving false or misleading information to the Director General of Fair Trading,11,400,v0.26.0 +TR00021,17331,Giving false or misleading information to the Director General of Fair Trading,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Giving false or misleading information to the Director General of Fair Trading,11,400,v0.26.0 +ST94002,17909,All offences under Sunday Trading Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,All offences under Sunday Trading Act 1994,11,400,v0.26.0 +ST94003,17909,All offences under Sunday Trading Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,All offences under Sunday Trading Act 1994,11,400,v0.26.0 +ST94004,17909,All offences under Sunday Trading Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,All offences under Sunday Trading Act 1994,11,400,v0.26.0 +ST94005,17909,All offences under Sunday Trading Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,All offences under Sunday Trading Act 1994,11,400,v0.26.0 +WM06001,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06002,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06003,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06004,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06005,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06006,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06007,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06008,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06009,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06010,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06011,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WM06012,18902,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences excluding those under S.13 - Weights and Measures (Packaged Goods) Regulations 2006,11,400,v0.26.0 +WC81041,19005,Illegal entry (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Illegal entry (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81042,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81043,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81044,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81045,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81046,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81047,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81048,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81049,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81050,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81178,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81179,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81180,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81181,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81182,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81183,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81184,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81185,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81186,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81187,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81188,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81189,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81190,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81191,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81229,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81230A,19006,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),Other summary non-motoring offences,SNM,Summary non-motoring,Prohibition of certain methods of killing or taking wild birds (Wildlife and Countryside Act 1981),11,400,v0.26.0 +WC81051,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81052,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81053,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81054,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81055,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81056,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81057,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81058,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81059,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81060,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81061,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81062,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81063,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81064,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81065,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81066,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81067,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81068,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81069,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81070,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81071,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81072,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81108,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81109,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81110,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81111,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81112,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81113,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81192,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81193,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81194,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81195,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81196,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81197,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81198,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81199,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81200,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81201,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81202,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81203,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81204,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81205,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81206,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81207,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81208,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81209,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81210,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81211,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81212,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81213,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81214,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81215,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81216,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81217,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81218,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81219,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81220,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81221,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WLC816,19007,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81073,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81074,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81075,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81076,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81222,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81223,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81224,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81225,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81226,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81227,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WC81228,19009,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,400,v0.26.0 +WT06002,19105,Failing to provide information or knowingly providing false information to OFCOM,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Failing to provide information or knowingly providing false information to OFCOM,11,400,v0.26.0 +WT06065,19105,Failing to provide information or knowingly providing false information to OFCOM,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Failing to provide information or knowingly providing false information to OFCOM,11,400,v0.26.0 +WT06021,19111,Unlawful interception or disclosure of message obtained by wireless telegraphy,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Unlawful interception or disclosure of message obtained by wireless telegraphy,11,400,v0.26.0 +WT06022,19111,Unlawful interception or disclosure of message obtained by wireless telegraphy,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Unlawful interception or disclosure of message obtained by wireless telegraphy,11,400,v0.26.0 +WT06024,19113,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",11,400,v0.26.0 +WT06025,19113,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",11,400,v0.26.0 +WT06026,19113,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,"Using, causing use or permitting use of apparatus in contravention of a notice under S.55 of the Wireless Telegraphy Act 2006 knowing that such a notice is in force",11,400,v0.26.0 +WT06069,19115,Contravene provision of S.56 notice of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravene provision of S.56 notice of the Wireless Telegraphy Act 2006,11,400,v0.26.0 +WT06027,19117,"Obstructing, failing or refusing to give person exercising powers under S.59 of Wireless Telegraphy Act 2006 such assistance as under a duty to give",191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,"Obstructing, failing or refusing to give person exercising powers under S.59 of Wireless Telegraphy Act 2006 such assistance as under a duty to give",11,400,v0.26.0 +WT06028,19118,Take any action falling within S.62(3)(a)-(d) in relation to apparatus in contravention of S.62(5) restriction order (Wireless Telegraphy Act 2006),191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Take any action falling within S.62(3)(a)-(d) in relation to apparatus in contravention of S.62(5) restriction order (Wireless Telegraphy Act 2006),11,400,v0.26.0 +WT06029,19119,Without reasonable excuse having custody or control of apparatus in contravention of S.62(5) of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Without reasonable excuse having custody or control of apparatus in contravention of S.62(5) of the Wireless Telegraphy Act 2006,11,400,v0.26.0 +WT06032,19120,In course of trade or business supplying or offering to supply apparatus in contravention of S.72 Order; publishing advert for supply of apparatus where advert fails to comply with S.73 order requirement (Wireless Telegraphy Act 2006),191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,In course of trade or business supplying or offering to supply apparatus in contravention of S.72 Order; publishing advert for supply of apparatus where advert fails to comply with S.73 order requirement (Wireless Telegraphy Act 2006),11,400,v0.26.0 +WT06033,19120,In course of trade or business supplying or offering to supply apparatus in contravention of S.72 Order; publishing advert for supply of apparatus where advert fails to comply with S.73 order requirement (Wireless Telegraphy Act 2006),191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,In course of trade or business supplying or offering to supply apparatus in contravention of S.72 Order; publishing advert for supply of apparatus where advert fails to comply with S.73 order requirement (Wireless Telegraphy Act 2006),11,400,v0.26.0 +VR84009,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +VR84009B,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +VR84010,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +VR84016,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +VR84016B,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +VR84017,19205,Supply of video recording not complying with requirements as to labels etc,Other summary non-motoring offences,SNM,Summary non-motoring,Supply of video recording not complying with requirements as to labels etc,11,400,v0.26.0 +AI96001,19435,Employing a person subject to immigration control who has attained the age of 16,194 Immigration Offence,SNM,Summary non-motoring,Employing a person subject to immigration control who has attained the age of 16,11,400,v0.26.0 +IM06001,19455,Employing accession state national subject to worker authorisation in accession period,194 Immigration Offence,SNM,Summary non-motoring,Employing accession state national subject to worker authorisation in accession period,11,400,v0.26.0 +IM06002,19456,Accession State national subject to worker authorisation working in UK during accession period,194 Immigration Offence,SNM,Summary non-motoring,Accession State national subject to worker authorisation working in UK during accession period,11,400,v0.26.0 +EE10004,19503,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,11,400,v0.26.0 +EE10005,19503,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,11,400,v0.26.0 +EE10006,19503,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,11,400,v0.26.0 +EE10007,19503,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Ecodesign for Energy-Related Products Regulations 2010,11,400,v0.26.0 +GS86010,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86011,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86012,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86019,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86020,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86021,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86022,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86023,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86024,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86025,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86026,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +GS86027,19509,Summary offences under Gas Acts 1965 and 1986,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Gas Acts 1965 and 1986,11,400,v0.26.0 +OG06003,19510,Selling an Olympic games ticket without authority,Other summary non-motoring offences,SNM,Summary non-motoring,Selling an Olympic games ticket without authority,11,400,v0.26.0 +OG06004,19510,Selling an Olympic games ticket without authority,Other summary non-motoring offences,SNM,Summary non-motoring,Selling an Olympic games ticket without authority,11,400,v0.26.0 +MA83001,19513,Summary offences under Medical Act 1959 and Medical Act 1983,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Medical Act 1959 and Medical Act 1983,11,400,v0.26.0 +PP00001,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PP00002,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PP00005,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PP00006,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PP00016,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PP00017,19515,"Summary offences under Political Parties, Elections and Referendums Act 2000",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under Political Parties, Elections and Referendums Act 2000",11,400,v0.26.0 +PA72009,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PA72010,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54002,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54003,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54004,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54005,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54006,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54007,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +PH54008,19516,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",195 The Poisons Act by Schedule 21 of the Deregulation Act 2015,SNM,Summary non-motoring,"Summary offences under the Pharmacy Act 1954, the Poisons Act 1972 and The Poisons Act by Schedule 21 of the Deregulation Act 2015",11,400,v0.26.0 +CP08006,19535,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,11,400,v0.26.0 +CP08007,19535,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,11,400,v0.26.0 +CP08008,19535,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Consumer Protection from Unfair Trading Regulations 2008,11,400,v0.26.0 +SM64014,19536,Scrap metal dealer paying for scrap metal other than by cheque or electronic transfer of funds,Other summary non-motoring offences,SNM,Summary non-motoring,Scrap metal dealer paying for scrap metal other than by cheque or electronic transfer of funds,11,400,v0.26.0 +TL84014,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84015,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84023,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84031,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84032,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84033,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +TL84034,19540,Summary offences under Telecommunications Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Telecommunications Act 1984,11,400,v0.26.0 +DD95001,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95002,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95003,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95004,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95005,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95006,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95007,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95008,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95009,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95010,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95011,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95016,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95017,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95018,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95019,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95020,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95021,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95022,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95023,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +DD95024,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +GM000129,19554,Summary offences under Disability Discrimination Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Disability Discrimination Act 1995,11,400,v0.26.0 +TD68008,19557,Summary offences under Trade Descriptions Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Descriptions Act 1968,11,400,v0.26.0 +TD68009,19557,Summary offences under Trade Descriptions Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Descriptions Act 1968,11,400,v0.26.0 +TD68010,19557,Summary offences under Trade Descriptions Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Descriptions Act 1968,11,400,v0.26.0 +TDA68GW1,19557,Summary offences under Trade Descriptions Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Descriptions Act 1968,11,400,v0.26.0 +TDA68GW4,19557,Summary offences under Trade Descriptions Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Descriptions Act 1968,11,400,v0.26.0 +IC82008,19558,Summary offences under Insurance Companies Act 1982,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Insurance Companies Act 1982,11,400,v0.26.0 +IC82009,19558,Summary offences under Insurance Companies Act 1982,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Insurance Companies Act 1982,11,400,v0.26.0 +GM000076,19570,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,400,v0.26.0 +LO006,19570,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,400,v0.26.0 +TC90001,19570,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,400,v0.26.0 +TC90001L,19570,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,400,v0.26.0 +TC90005,19570,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,400,v0.26.0 +TC90003,19572,False or misleading statements purporting to comply with requirements of a planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,False or misleading statements purporting to comply with requirements of a planning contravention notice,11,400,v0.26.0 +HO96001,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +HO96002,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +HO96003,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +HO96004,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +HO96005,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +WM00118,19584,Summary offences under Housing Act 1996,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 1996,11,400,v0.26.0 +SY00055,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94001,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94002,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94022,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94023,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94024,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +TM94SW01,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +WM00101,19589,Summary offences under Trade Marks Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Trade Marks Act 1994,11,400,v0.26.0 +CJ94019,19590,Unauthorised person selling or otherwise disposing of tickets for a designated football match,195 Criminal Justice & Public Order Act 1994 S.166 - Unauthorised person selling tickets for a football match,SNM,Summary non-motoring,Unauthorised person selling or otherwise disposing of tickets for a designated football match,11,400,v0.26.0 +CJ94030,19590,Unauthorised person selling or otherwise disposing of tickets for a designated football match,195 Criminal Justice & Public Order Act 1994 S.166 - Unauthorised person selling tickets for a football match,SNM,Summary non-motoring,Unauthorised person selling or otherwise disposing of tickets for a designated football match,11,400,v0.26.0 +CJ94039,19590,Unauthorised person selling or otherwise disposing of tickets for a designated football match,195 Criminal Justice & Public Order Act 1994 S.166 - Unauthorised person selling tickets for a football match,SNM,Summary non-motoring,Unauthorised person selling or otherwise disposing of tickets for a designated football match,11,400,v0.26.0 +CI03001,19603,A financial institution without reasonable excuse failing to comply with a requirement imposed on it under a customer information order,Other summary non-motoring offences,SNM,Summary non-motoring,A financial institution without reasonable excuse failing to comply with a requirement imposed on it under a customer information order,11,400,v0.26.0 +PS00003,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00004,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00005,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00015,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00016,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00017,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00018,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00019,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00020,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00021,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00022,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +PS00025,19605,Summary offences under Postal Services Act 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Postal Services Act 2000,11,400,v0.26.0 +CD98063,19614,Summary offences under Crime and Disorder Act 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Crime and Disorder Act 1998,11,400,v0.26.0 +CD98064,19614,Summary offences under Crime and Disorder Act 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Crime and Disorder Act 1998,11,400,v0.26.0 +CD98065,19614,Summary offences under Crime and Disorder Act 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Crime and Disorder Act 1998,11,400,v0.26.0 +NU01001,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01002,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01003,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01004,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01005,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01006,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01007,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +NU01008,19618,Summary offences under Nursing and Midwifery Order 2001,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Nursing and Midwifery Order 2001,11,400,v0.26.0 +CA92001,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92002,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92003,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92004,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92005,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92006,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92007,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92008,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92009,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +CA92010,19625,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Common Agricultural Policy (Protection of Community Arrangements) Regulations 1992,11,400,v0.26.0 +HP04001,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04002,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04003,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04004,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04006,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04007,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04008,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04009,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04010,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04011,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04012,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +HP04014,19626,Summary offences under The Horse Passports (England) Regulations 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Horse Passports (England) Regulations 2004,11,400,v0.26.0 +TM04007,19632,Summary offences under Traffic Management Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Traffic Management Act 2004,11,400,v0.26.0 +TM04008,19632,Summary offences under Traffic Management Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Traffic Management Act 2004,11,400,v0.26.0 +TM04009,19632,Summary offences under Traffic Management Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Traffic Management Act 2004,11,400,v0.26.0 +AS00071,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +AV90063,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +AV90064,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +AV90065,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +AV90066,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +AV90067,19636,Summary offences under Aviation and Maritime Security Act 1990,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Aviation and Maritime Security Act 1990,11,400,v0.26.0 +CX00017,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +GM000125,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04001,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04002,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04005,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04008,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04010,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04011,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04012,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04012B,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04013,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04015,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04016,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04018,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +HO04019,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +YY000171,19638,Summary offences under Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Summary offences under Housing Act 2004,11,400,v0.26.0 +CH94001,19642,Summary offences under Chiropractors Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Chiropractors Act 1994,11,400,v0.26.0 +CH94002,19642,Summary offences under Chiropractors Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Chiropractors Act 1994,11,400,v0.26.0 +CH94003,19642,Summary offences under Chiropractors Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Chiropractors Act 1994,11,400,v0.26.0 +CH94004,19642,Summary offences under Chiropractors Act 1994,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Chiropractors Act 1994,11,400,v0.26.0 +EA06001,19646,Unlawful publication or causing to published an advertisement which indicates an intention to discriminate unlawfully,Other summary non-motoring offences,SNM,Summary non-motoring,Unlawful publication or causing to published an advertisement which indicates an intention to discriminate unlawfully,11,400,v0.26.0 +EA06002,19647,Unlawfully and knowingly helping someone to do an act that is unlawful under Part 2 (Discrimination on grounds of religion or belief) of the Equality Act 2006,Other summary non-motoring offences,SNM,Summary non-motoring,Unlawfully and knowingly helping someone to do an act that is unlawful under Part 2 (Discrimination on grounds of religion or belief) of the Equality Act 2006,11,400,v0.26.0 +PP05021,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05022,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05023,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05024,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05025,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05026,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05037,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05038,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP05039,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP11001,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PP12001,19652,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Plant Protection Products (Sustainable Use) Regulations 2012,11,400,v0.26.0 +PN04001,19653,Summary offences under Pensions Act 2004 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Pensions Act 2004 ,11,400,v0.26.0 +PN04002,19653,Summary offences under Pensions Act 2004 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Pensions Act 2004 ,11,400,v0.26.0 +PN04003,19653,Summary offences under Pensions Act 2004 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Pensions Act 2004 ,11,400,v0.26.0 +PN04004,19653,Summary offences under Pensions Act 2004 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Pensions Act 2004 ,11,400,v0.26.0 +PN04013,19653,Summary offences under Pensions Act 2004 ,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Pensions Act 2004 ,11,400,v0.26.0 +CM06002,19655,Obstruction of regulator in exercise of his power,Other summary non-motoring offences,SNM,Summary non-motoring,Obstruction of regulator in exercise of his power,11,400,v0.26.0 +DN98001,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +DN98013,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +DN98014,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +DN98015,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +DN98016,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +DN98017,19657,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or failing to assist execution of DPA warrant or Europol systems inspection,11,400,v0.26.0 +HA06001,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +HA06GW01,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17015,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17016,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17017,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17018,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17019,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +PH17020,19664,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,196 Occupier/management of smoke-free premises failing to comply with duty to ensure notices are displayed,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing to comply with duty to ensure notices are displayed,11,400,v0.26.0 +HA06002,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +HA06SW01,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +PH17002,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +PH17003,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +TA00219G,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +YY000091,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +YY000108,19665,Smoking in a smoke-free place,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a smoke-free place,11,400,v0.26.0 +HA06003,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17004,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17005,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17006,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17007,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17008,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17009,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17010,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17011,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17012,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17013,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +PH17014,19666,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Occupier or person concerned in management of smoke-free premises failing in duty to cause person smoking there to stop,11,400,v0.26.0 +EW06001,19673,Obstructing or hindering another while he/she is responding or assisting a third person responding in S.1(2) of Emergency Workers (Obstruction) Act 2006 capacity to emergency circumstances,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or hindering another while he/she is responding or assisting a third person responding in S.1(2) of Emergency Workers (Obstruction) Act 2006 capacity to emergency circumstances,11,400,v0.26.0 +EW06002,19673,Obstructing or hindering another while he/she is responding or assisting a third person responding in S.1(2) of Emergency Workers (Obstruction) Act 2006 capacity to emergency circumstances,Other summary non-motoring offences,SNM,Summary non-motoring,Obstructing or hindering another while he/she is responding or assisting a third person responding in S.1(2) of Emergency Workers (Obstruction) Act 2006 capacity to emergency circumstances,11,400,v0.26.0 +SV06002,19674,Engaging in regulated activity when subject to monitoring; engaging in Sch.4 Safeguarding Vulnerable Groups Act 2006 regulated activity when not monitored in relation to regulated activity relating to children,Other summary non-motoring offences,SNM,Summary non-motoring,Engaging in regulated activity when subject to monitoring; engaging in Sch.4 Safeguarding Vulnerable Groups Act 2006 regulated activity when not monitored in relation to regulated activity relating to children,11,400,v0.26.0 +SV06003,19674,Engaging in regulated activity when subject to monitoring; engaging in Sch.4 Safeguarding Vulnerable Groups Act 2006 regulated activity when not monitored in relation to regulated activity relating to children,Other summary non-motoring offences,SNM,Summary non-motoring,Engaging in regulated activity when subject to monitoring; engaging in Sch.4 Safeguarding Vulnerable Groups Act 2006 regulated activity when not monitored in relation to regulated activity relating to children,11,400,v0.26.0 +SV06004,19675,Acting as member of governing body of S.8(5) of Safeguarding Vulnerable Groups Act 2006 educational establishment when not monitored about regulated activity concerning children,Other summary non-motoring offences,SNM,Summary non-motoring,Acting as member of governing body of S.8(5) of Safeguarding Vulnerable Groups Act 2006 educational establishment when not monitored about regulated activity concerning children,11,400,v0.26.0 +SV06007,19676,Regulated activity provider permitting a person to engage in regulated activity in relation to which person is not subject to monitoring; personnel supplier supplying a person knowing that that person will then engage in regulated activity in relation to which he is not subject to monitoring,Other summary non-motoring offences,SNM,Summary non-motoring,Regulated activity provider permitting a person to engage in regulated activity in relation to which person is not subject to monitoring; personnel supplier supplying a person knowing that that person will then engage in regulated activity in relation to which he is not subject to monitoring,11,400,v0.26.0 +SV06008,19676,Regulated activity provider permitting a person to engage in regulated activity in relation to which person is not subject to monitoring; personnel supplier supplying a person knowing that that person will then engage in regulated activity in relation to which he is not subject to monitoring,Other summary non-motoring offences,SNM,Summary non-motoring,Regulated activity provider permitting a person to engage in regulated activity in relation to which person is not subject to monitoring; personnel supplier supplying a person knowing that that person will then engage in regulated activity in relation to which he is not subject to monitoring,11,400,v0.26.0 +SV06009,19677,Regulated activity provider failing to ascertain if person permitted to engage in regulated activity which was subject to monitoring; knowingly or recklessly providing Sch.5 Safeguarding Vulnerable Groups Act 2006 written confirmation that is false in any material respect,Other summary non-motoring offences,SNM,Summary non-motoring,Regulated activity provider failing to ascertain if person permitted to engage in regulated activity which was subject to monitoring; knowingly or recklessly providing Sch.5 Safeguarding Vulnerable Groups Act 2006 written confirmation that is false in any material respect,11,400,v0.26.0 +SV06010,19677,Regulated activity provider failing to ascertain if person permitted to engage in regulated activity which was subject to monitoring; knowingly or recklessly providing Sch.5 Safeguarding Vulnerable Groups Act 2006 written confirmation that is false in any material respect,Other summary non-motoring offences,SNM,Summary non-motoring,Regulated activity provider failing to ascertain if person permitted to engage in regulated activity which was subject to monitoring; knowingly or recklessly providing Sch.5 Safeguarding Vulnerable Groups Act 2006 written confirmation that is false in any material respect,11,400,v0.26.0 +SV06020,19678,Educational establishment: failure to check on members of governing body,Other summary non-motoring offences,SNM,Summary non-motoring,Educational establishment: failure to check on members of governing body,11,400,v0.26.0 +SV06022,19678,Educational establishment: failure to check on members of governing body,Other summary non-motoring offences,SNM,Summary non-motoring,Educational establishment: failure to check on members of governing body,11,400,v0.26.0 +SV06011,19679,Contravening regulations in relation to office holders,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening regulations in relation to office holders,11,400,v0.26.0 +SV06012,19680,Permitting an unmonitored individual to engage in a regulated activity while acting or appearing to act for regulated provider; supplying an unmonitored individual to engage in regulated activity while acting or appearing to act for personnel supplier,Other summary non-motoring offences,SNM,Summary non-motoring,Permitting an unmonitored individual to engage in a regulated activity while acting or appearing to act for regulated provider; supplying an unmonitored individual to engage in regulated activity while acting or appearing to act for personnel supplier,11,400,v0.26.0 +SV06014,19680,Permitting an unmonitored individual to engage in a regulated activity while acting or appearing to act for regulated provider; supplying an unmonitored individual to engage in regulated activity while acting or appearing to act for personnel supplier,Other summary non-motoring offences,SNM,Summary non-motoring,Permitting an unmonitored individual to engage in a regulated activity while acting or appearing to act for regulated provider; supplying an unmonitored individual to engage in regulated activity while acting or appearing to act for personnel supplier,11,400,v0.26.0 +SV06021,19681,Contravening regulations in relation to controlled activity,Other summary non-motoring offences,SNM,Summary non-motoring,Contravening regulations in relation to controlled activity,11,400,v0.26.0 +SV06015,19682,"Requiring another or third party to supply relevant record in connection with recruitment or continued employment or provision of goods, facilities or services to the public",Other summary non-motoring offences,SNM,Summary non-motoring,"Requiring another or third party to supply relevant record in connection with recruitment or continued employment or provision of goods, facilities or services to the public",11,400,v0.26.0 +SV06016,19682,"Requiring another or third party to supply relevant record in connection with recruitment or continued employment or provision of goods, facilities or services to the public",Other summary non-motoring offences,SNM,Summary non-motoring,"Requiring another or third party to supply relevant record in connection with recruitment or continued employment or provision of goods, facilities or services to the public",11,400,v0.26.0 +SV06019,19683,Offences in relation to employment businesses: failure to check (Safeguarding Vulnerable Groups Act 2006),Other summary non-motoring offences,SNM,Summary non-motoring,Offences in relation to employment businesses: failure to check (Safeguarding Vulnerable Groups Act 2006),11,400,v0.26.0 +EC06001,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06002,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06005,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06006,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06007,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06008,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06009,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06010,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06011,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06012,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +EC06013,19694,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",Other summary non-motoring offences,SNM,Summary non-motoring,"Summary offences under regulation 47, 48, or 50(2) of Electromagnetic Compatibility Regulations 2006",11,400,v0.26.0 +RE00002,19697,Failure to supply or retain a copy of appropriate documentation as required by Regulation 9(3) of Radio Equipment and Telecommunications Terminal Equipment Regulations 2000,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to supply or retain a copy of appropriate documentation as required by Regulation 9(3) of Radio Equipment and Telecommunications Terminal Equipment Regulations 2000,11,400,v0.26.0 +WE13001,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13002,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13031,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13032,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13033,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13034,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13035,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13036,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13037,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13038,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13039,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13075,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13079,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13080,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13081,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13082,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13083,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +WE13114,19704,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences contrary to regulations under the Waste Electrical and Electronic Equipment Regulations 2013.,11,400,v0.26.0 +EI19001,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19002,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19003,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19004,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19005,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19006,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19007,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19008,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19009,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19010,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19011,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19012,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19013,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19014,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19015,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19016,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19017,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19018,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19019,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19020,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19021,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19022,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19023,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19024,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19025,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19026,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19027,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19028,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19029,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19030,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19031,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19032,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19033,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19034,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19035,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19036,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19037,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19038,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +EI19039,19713,Summary offences under The Equine Identification (Wales) Regulations 2019,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under The Equine Identification (Wales) Regulations 2019,11,400,v0.26.0 +GV06016,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06019,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06022,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06034,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06037,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06038,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06039,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06040,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06041,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +GV06042,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +TR68549,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +YY000286,81104,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,811 Work record and employment offences (MOT),SMO,Summary motoring,Summary offences under Passenger and Goods Vehicles (Recording Equipment) (Tachograph Card) Regulations 2006 ,12,400,v0.26.0 +DC00087,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GL09089,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84025,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84026,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84027,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84028,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84029,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84030,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84031,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GO84032,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV1995,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95001,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95002,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95003,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95004,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95005,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95006,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95007,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95008,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95009,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95010,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95011,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95012,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95013,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95014,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95027,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95028,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95029,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95030,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95031,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95032,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95033,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95034,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95035,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95036,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95042,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95043,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95044,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95054,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95057,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95058,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95059,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95060,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95063,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95064,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95064B,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95065,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95066,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95102,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95215,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +GV95GW01,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +LAN0068,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +NO36067,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98001,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98002,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98003,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98004,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98005,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98010,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98011,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98012,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98013,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98014,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98015,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98016,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PH98018,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +PV81087,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT60013,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT89004,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99001,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99002,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99003,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99004,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99005,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99006,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99007,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RT99008,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02031,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02032,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02034,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02035,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02037,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02041,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02043,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02044,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02049,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02050,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02051,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RV02053,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +TR68005,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +TR68007,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +TR68012,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +TR68015,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +TR68018,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +ZZ00046,81200,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting operator's licence offences (except using etc. with intent to deceive)",12,400,v0.26.0 +RC86015,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86016,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86237,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86251,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86255,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86530,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86551,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86555,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86616,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86851,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86855,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86880,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86900,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86901,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86902,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86903,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86904,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86905,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86906,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86907,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86908,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86909,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86910,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86911,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86912,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86913,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86914,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86915,81501,Brakes defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Brakes defective,12,400,v0.26.0 +RC86035,81502,Steering gear defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Steering gear defective,12,400,v0.26.0 +RC86335,81502,Steering gear defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Steering gear defective,12,400,v0.26.0 +RC86635,81502,Steering gear defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Steering gear defective,12,400,v0.26.0 +DC00068,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86024,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86026,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86027,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86028,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86029,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86030,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86031,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86032,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86033,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86121,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86299,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86324,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86326,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86327,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86328,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86329,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86330,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86331,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86332,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86333,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86375,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86376,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86377,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86378,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86379,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86380,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86381,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86382,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86383,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86389,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86393,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86400,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86401,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86402,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86403,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86421,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86422,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86470,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86549,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86556,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86624,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86626,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86627,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86628,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86629,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86630,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86632,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86633,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86689,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86721,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86888,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86889,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86890,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86894,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86895,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86896,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86933,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86989,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86994,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RC86995,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RV86001,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RV86019,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +TS86001,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +TS86002,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +WI00136,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +WM000124,81503,Tyres defective,815 Defective vehicle parts (MOT),SMO,Summary motoring,Tyres defective,12,400,v0.26.0 +RT88022,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88022B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88023,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88023B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88033,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88033B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88034,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88035,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88116,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88116B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88117,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88117B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88118,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88118B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88119,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88119B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88120,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88120B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88121,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88121B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88122,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88122B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88123,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88123B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88124,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88124B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88126,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88126B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88127,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88127B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88128,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88128B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88129,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88129B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88130,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88130B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88131,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88253,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88263,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88264,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88265,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88266,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88267,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88268,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88269,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88270,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88271,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88272,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88273,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88274,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88275,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88276,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88277,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88278,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88279,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88280,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88281,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88282,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88283,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88284,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88285,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88286,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88287,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88288,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88289,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88290,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88336,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88457,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88458,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88459,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88474,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88474B,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88503,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88552,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88553,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88555,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88634,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88635,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88636,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88641,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88852,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88853,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88855,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88856,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88857,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88858,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88936,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +RT88GW06,81504,Using vehicle in dangerous condition etc.,815 Defective vehicle parts (MOT),SMO,Summary motoring,Using vehicle in dangerous condition etc.,12,400,v0.26.0 +CAM043,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +CC00038,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +ESX004,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +GM000043,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +GM000109,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO023,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO31002,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO31003,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO31005,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO35002,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO35007,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO35014,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +MJ95002,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +QX00033,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RC86127,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RC86427,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RC86727,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84019,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84044,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84051,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84052,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84061,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84063,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84065,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84067,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84069,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84071,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84073,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84075,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84106,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84128,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84130,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84132,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84160,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84163,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84166,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84167,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84202,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84203,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84205,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84207,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84210,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84211,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84211G,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84211H,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84212,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84212G,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84213,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84213G,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84214,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84215,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84216,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84217,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84218,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84219,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84229,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84231,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84703,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RR84NW01,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RT88S10,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +RT88S11,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SUFF018,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77003,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77007,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77009,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77011,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77013,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +SV77015,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +WM000002,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +WM00002,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +WM00003,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +XX30004,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +XX30015,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +XX30016,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +XX30017,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +XX30039,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY00062,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY00065,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY00116,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY00122,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY0062,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +YY0065,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +ZZ00025,81601,Speeding offences not detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences not detected by camera devices,12,400,v0.26.0 +LO31004,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +LO31006,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +LO35001,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +LO35015,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +MJ95001,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +QX000032,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84018,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84060,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84062,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84064,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84066,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84068,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84070,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84072,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84074,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84090,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84107,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84110,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84127,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84129,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84161,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84162,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84168,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84169,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84197,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84198,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84199,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84200,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84201,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84204,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84206,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84208,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84220,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84221,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84222,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84223,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84224,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84225,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84226,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84232,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84233,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84234,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +RR84702,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +SV77006,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +SV77008,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +SV77010,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +SV77012,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +SV77014,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +WI00107,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +WM00004,81611,Speeding offences detected by camera devices,816 Speed limit offences (MOT),SMO,Summary motoring,Speeding offences detected by camera devices,12,400,v0.26.0 +GV95041,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82001,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82002,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82003,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82004,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82005,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82006,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82007,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82009,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82010,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82011,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82012,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82012B,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82012G,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82015,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82016,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82017,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82019,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82020,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +ME82021,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +RR84012,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +RT84SW06,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +RT84SW08,81700,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting motorway offences (other than speeding)",12,400,v0.26.0 +TM04006,82010,"Contravention of regulations made under Sections 78, 79 and 82 of the Traffic Management Act 2004 in connection with penalty charges",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Contravention of regulations made under Sections 78, 79 and 82 of the Traffic Management Act 2004 in connection with penalty charges",12,400,v0.26.0 +CX00031,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86102B,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86110,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86110B,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86112,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86112B,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86114,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86114B,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86117,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86118,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86126,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86246,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86247A,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86248,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86248B,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86249,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86271,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86272,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86273,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86274,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86275,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86276,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86277,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86278,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86279,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86289,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86290,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86291,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86292,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86293,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86417,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86426,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86531,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86532,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86534,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86546,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86561,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86571,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86572,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86573,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86574,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86575,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86576,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86577,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86578,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86579,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86580,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86581,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86582,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86583,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86584,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86585,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86586,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86587,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86588,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86589,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86590,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86591,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86592,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86593,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86594,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86595,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86596,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86597,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86598,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86599,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86600,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86601,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86602,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86603,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86604,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86605,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86606,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86607,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86608,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86609,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86610,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86717,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86726,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86802,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86846,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86871,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86872,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86873,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86874,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86875,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86876,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86877,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86878,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86879,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86897,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86898,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC86899,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RT88504,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RT88520,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RT88521,82301,Dangerous loads or number of passengers carried,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Dangerous loads or number of passengers carried,12,400,v0.26.0 +RC801AG,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC80881,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86001,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86002,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86003,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86004,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86005,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86006,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86007,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86008,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86009,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86010,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86012,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86013,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86014,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86017,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86018,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86019,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86021,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86022,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86023,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86034,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86062,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86063,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86064,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86072,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86073,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86074,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86077,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86078,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86079,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86080,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86081,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86082,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86083,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86084,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86088,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86131,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86133,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86134,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86136,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86144,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86145,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86146,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86147,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86148,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86149,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86150,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86151,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86152,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86153,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86154,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86155,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86156,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86157,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86158,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86159,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86160,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86161,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86162,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86163,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86164,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86165,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86166,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86167,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86168,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86169,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86170,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86171,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86172,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86173,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86174,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86175,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86176,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86177,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86178,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86179,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86180,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86181,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86182,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86183,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86184,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86185,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86186,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86187,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86188,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86189,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86190,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86191,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86192,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86193,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86194,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86195,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86196,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86197,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86198,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86199,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86200,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86201,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86202,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86203,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86204,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86205,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86206,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86207,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86243,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86245,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86258,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86308,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86309,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86310,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86334,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86362,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86390,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86391,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86396,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86497,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86499,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86500,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86501,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86502,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86503,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86504,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86505,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86506,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86507,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86508,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86509,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86510,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86511,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86515,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86516,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86517,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86518,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86519,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86520,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86521,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86522,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86523,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86524,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86543,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86557,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86797,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86799,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86800,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86801,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86803,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86805,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86807,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86843,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86946,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86947,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86948,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86949,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86950,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86951,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86952,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86953,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86954,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86955,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86956,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86957,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86958,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86959,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86960,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86961,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86962,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86963,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86964,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86965,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86966,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86967,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86968,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86969,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86970,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86971,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86972,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86973,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86974,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RC86975,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RT8841H,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RT88GW01,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RT88GW05,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98001,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98002,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98003,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98004,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98005,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98006,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98007,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98008,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98009,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98010,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98011,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98012,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98013,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98014,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98015,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98016,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98017,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +RV98018,82302,Exceeding gross weight or axle weight,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Exceeding gross weight or axle weight,12,400,v0.26.0 +TR68096,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68097,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68243,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68244,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68245,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68323,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +TR68403,82504,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply with prohibition imposed under S.99A(1)of Transport Act 1968,12,400,v0.26.0 +VC01001,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01002,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01003,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01004,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01005,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01006,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01007,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01008,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01009,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01010,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01011,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01012,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01013,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01014,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01015,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01016,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01017,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01018,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01019,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01020,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01021,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01022,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01023,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01024,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01025,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01026,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01027,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01028,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC01029,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC02023,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +VC02024,82505,Regulation of motor salvage operators and registration plate suppliers,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Regulation of motor salvage operators and registration plate suppliers,12,400,v0.26.0 +RE88574,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RO88002,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RO88003,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RO88004,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RO88005,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RT88566,82509,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Driving vehicle in contravention of prohibition of failure to pay financial penalty deposit etc.,12,400,v0.26.0 +RS09001,82514,Failure to comply within a reasonable time with a direction under Regulation 4(1)(b),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to comply within a reasonable time with a direction under Regulation 4(1)(b),12,400,v0.26.0 +RS09006,82519,"Failure to comply within a reasonable time with a direction under Regulations 10(1)or 11(1) (Road Safety (Immobilisation, Removal and Disposal of Vehicles) Regulations 2009)",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Failure to comply within a reasonable time with a direction under Regulations 10(1)or 11(1) (Road Safety (Immobilisation, Removal and Disposal of Vehicles) Regulations 2009)",12,400,v0.26.0 +MC09001,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MC09002,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MC09003,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MC09004,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MC09005,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MC09006,82521,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Cycles etc (Replacement of Catalytic Converters) Regulations 2009 ,12,400,v0.26.0 +MV09001,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09002,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09003,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09004,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09005,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09006,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09007,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09008,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +MV09009,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +YY00341,82522,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Summary offences under Motor Vehicles (Replacement of Catalytic Converters and Pollution Control Devices) Regulations 2009 ,12,400,v0.26.0 +AS14004,10442,Fail to comply with a community protection notice,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to comply with a community protection notice,11,410,v0.26.0 +AS14016,10442,Fail to comply with a community protection notice,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to comply with a community protection notice,11,410,v0.26.0 +AS14010,10443,"Owner / manager / operator of hotel fail to comply with requirement to provide guest information imposed under s116(4) (Anti-social Behaviour, Crime and Policing Act 2014)","104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,"Owner / manager / operator of hotel fail to comply with requirement to provide guest information imposed under s116(4) (Anti-social Behaviour, Crime and Policing Act 2014)",11,410,v0.26.0 +AS14011,10443,"Owner / manager / operator of hotel fail to comply with requirement to provide guest information imposed under s116(4) (Anti-social Behaviour, Crime and Policing Act 2014)","104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,"Owner / manager / operator of hotel fail to comply with requirement to provide guest information imposed under s116(4) (Anti-social Behaviour, Crime and Policing Act 2014)",11,410,v0.26.0 +BL63035,10632,Disclosing information about bookmaker,106 Betting or Gaming Offence,SNM,Summary non-motoring,Disclosing information about bookmaker,11,410,v0.26.0 +GA68007,10663,Gaming in street,106 Betting or Gaming Offence,SNM,Summary non-motoring,Gaming in street,11,410,v0.26.0 +GA68008,10664,Not known,Not known,SNM,Summary non-motoring,Not known,11,410,v0.26.0 +GA68040,10681,False statement for purpose of obtaining a certificate of approval under Section 19 of this Actor reinstatement of same after revocation by the board.,106 Betting or Gaming Offence,SNM,Summary non-motoring,False statement for purpose of obtaining a certificate of approval under Section 19 of this Actor reinstatement of same after revocation by the board.,11,410,v0.26.0 +GA68088,10686,"Fail to admit inspector or constable, fails to permit inspection of premises or books or documents.",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Fail to admit inspector or constable, fails to permit inspection of premises or books or documents.",11,410,v0.26.0 +GA68089,10687,Licence holder not complying with any requirement in relation to any premises by a notice relating to sub Sections (6) or (7) of the Act,106 Betting or Gaming Offence,SNM,Summary non-motoring,Licence holder not complying with any requirement in relation to any premises by a notice relating to sub Sections (6) or (7) of the Act,11,410,v0.26.0 +MC15001,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15002,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15003,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15004,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15005,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15006,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MC15007,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15001,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15002,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15003,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15004,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15005,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15006,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +MW15007,11126,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,111B Other offences relating to dogs,SNM,Summary non-motoring,Various summary offences contrary to regulations under the Microchipping of Dogs (England) Regulations 2015.(And the Microchipping of Dogs (Wales) Regulations 2015). ,11,410,v0.26.0 +ED05001,11205,Obstructing a school inspection,112B Education Acts - Other,SNM,Summary non-motoring,Obstructing a school inspection,11,410,v0.26.0 +ED05002,11205,Obstructing a school inspection,112B Education Acts - Other,SNM,Summary non-motoring,Obstructing a school inspection,11,410,v0.26.0 +ED05003,11205,Obstructing a school inspection,112B Education Acts - Other,SNM,Summary non-motoring,Obstructing a school inspection,11,410,v0.26.0 +ED05004,11205,Obstructing a school inspection,112B Education Acts - Other,SNM,Summary non-motoring,Obstructing a school inspection,11,410,v0.26.0 +AS00051,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +CC00136,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +DC00042,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +DO75001,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +DOG063G,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +GM000021,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +GM000022,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +GM000123,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +LO022,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +LX000001,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF67DP01,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75005,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75036,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75037,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75038,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75039,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75040,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75041,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75042,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75043,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75044,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75045,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75045B,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75049,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75053,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75054,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75055,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75056,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75057,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75058,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75059,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75060,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75061,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75062,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75063,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75064,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75065,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75066,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75070,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75071,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75072,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75073,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75074,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75075,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75076,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75077,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75078,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75079,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75086,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75087,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75088,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75089,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75090,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75091,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75092,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75093,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75094,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75095,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75096,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75097,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75098,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75099,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75100,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75101,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75102,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75103,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75104,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75105,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75106,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75107,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75108,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75109,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75110,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75111,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75112,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75113,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75114,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75115,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75116,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75117,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75118,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75120,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF75121,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF7527,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +SF7528,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +WA91001H,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +YY000004,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +YY000005,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +YY000007,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +YY00191,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +ZZ00016,11606,Summary offences against Salmon and Freshwater Fisheries Act 1975,116 Fishery Acts,SNM,Summary non-motoring,Summary offences against Salmon and Freshwater Fisheries Act 1975,11,410,v0.26.0 +RT06001,11607,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,116 Fishery Acts,SNM,Summary non-motoring,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,11,410,v0.26.0 +RT06002,11607,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,116 Fishery Acts,SNM,Summary non-motoring,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,11,410,v0.26.0 +RT06003,11607,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,116 Fishery Acts,SNM,Summary non-motoring,Fishing salmon or freshwater fish in breach of The Scotland Act 1998 (River Tweed) Order 2006,11,410,v0.26.0 +NP28001,11801,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",118 Night Poaching,SNM,Summary non-motoring,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",11,410,v0.26.0 +NP28002,11801,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",118 Night Poaching,SNM,Summary non-motoring,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",11,410,v0.26.0 +NP28003,11801,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",118 Night Poaching,SNM,Summary non-motoring,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",11,410,v0.26.0 +NP28004,11801,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",118 Night Poaching,SNM,Summary non-motoring,"Taking or destroying game or rabbits on lands, etc., by night, or entering lands at night to take or destroy game",11,410,v0.26.0 +DR80001,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80005,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80006,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80007,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80008,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80009,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR80010,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91001,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91002,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91003,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91004,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91005,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91006,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91007,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91008,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91009,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91010,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91011,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91012,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91013,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91014,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91015,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91016,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91017,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91018,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91019,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91020,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91021,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91022,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91023,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91024,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91025,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91026,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91027,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91028,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91029,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91030,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91031,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91032,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91033,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91034,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91035,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91036,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91037,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91038,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91039,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91040,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91041,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91042,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91043,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91044,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91045,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91046,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91047,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91048,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91049,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91050,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91051,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91052,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +DR91053,12111,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",121B Other offences related to Game Law,SNM,Summary non-motoring,"Summary offences under the Deer Act 1991 - e.g. taking, injuring or killing deer",11,410,v0.26.0 +RR84016,12204,Excluded traffic on a special road - animal,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Excluded traffic on a special road - animal,11,410,v0.26.0 +RR84017,12205,Excluded traffic on a special road - pedestrian,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Excluded traffic on a special road - pedestrian,11,410,v0.26.0 +PT00007,12555,Leaving a vehicle or permitting a vehicle to remain at rest on a road in contravention of a prohibition or restriction,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Leaving a vehicle or permitting a vehicle to remain at rest on a road in contravention of a prohibition or restriction,11,410,v0.26.0 +PT89136,12555,Leaving a vehicle or permitting a vehicle to remain at rest on a road in contravention of a prohibition or restriction,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Leaving a vehicle or permitting a vehicle to remain at rest on a road in contravention of a prohibition or restriction,11,410,v0.26.0 +CD98010,12558,"Racially aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially aggravated harassment, alarm or distress",11,410,v0.26.0 +CD98018,12558,"Racially aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially aggravated harassment, alarm or distress",11,410,v0.26.0 +PU86010,12558,"Racially aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially aggravated harassment, alarm or distress",11,410,v0.26.0 +PU86011,12558,"Racially aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially aggravated harassment, alarm or distress",11,410,v0.26.0 +PU86012,12558,"Racially aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially aggravated harassment, alarm or distress",11,410,v0.26.0 +CD98037,12561,"Religiously aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Religiously aggravated harassment, alarm or distress",11,410,v0.26.0 +CD98038,12561,"Religiously aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Religiously aggravated harassment, alarm or distress",11,410,v0.26.0 +CD98050,12563,"Racially or religiously aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially or religiously aggravated harassment, alarm or distress",11,410,v0.26.0 +CD98051,12563,"Racially or religiously aggravated harassment, alarm or distress","125D Racially or religiously aggravated harassment, alarm or distress - summary",SNM,Summary non-motoring,"Racially or religiously aggravated harassment, alarm or distress",11,410,v0.26.0 +RR84009,13514,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,410,v0.26.0 +RR84013,13514,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,410,v0.26.0 +RR84010,13606,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,410,v0.26.0 +RR84014,13606,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,410,v0.26.0 +RT88134,13711,Reckless and dangerous driving by pedal cyclist,137 Pedal cycle - Reckless and dangerous driving,SNM,Summary non-motoring,Reckless and dangerous driving by pedal cyclist,11,410,v0.26.0 +RR84011,13716,Offences under Road Traffic Regulations Act 1984,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Offences under Road Traffic Regulations Act 1984,11,410,v0.26.0 +RR84015,13716,Offences under Road Traffic Regulations Act 1984,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Offences under Road Traffic Regulations Act 1984,11,410,v0.26.0 +CD98060,13814,Making false or misleading statement etc. when supplying financial statement for parental compensation orders,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making false or misleading statement etc. when supplying financial statement for parental compensation orders,11,410,v0.26.0 +AS00006,13823,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge",11,410,v0.26.0 +HS06001,13823,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge",11,410,v0.26.0 +HS06008,13823,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Making, causing or allowing another to make a false statement or representation to secure the evasion, reduction or remission of charge",11,410,v0.26.0 +WR09010,13834,Contravening Schedule 1 Pt.3 or Pt.5 provision (Wine Regulations 2009),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Contravening Schedule 1 Pt.3 or Pt.5 provision (Wine Regulations 2009),11,410,v0.26.0 +WR09011,13834,Contravening Schedule 1 Pt.3 or Pt.5 provision (Wine Regulations 2009),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Contravening Schedule 1 Pt.3 or Pt.5 provision (Wine Regulations 2009),11,410,v0.26.0 +LA12005,13848,"Misrepresentation of information in contravention of S.36 of the Legal Aid, Sentencing and Punishment of Offenders Act 2012","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Misrepresentation of information in contravention of S.36 of the Legal Aid, Sentencing and Punishment of Offenders Act 2012",11,410,v0.26.0 +LA12006,13848,"Misrepresentation of information in contravention of S.36 of the Legal Aid, Sentencing and Punishment of Offenders Act 2012","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Misrepresentation of information in contravention of S.36 of the Legal Aid, Sentencing and Punishment of Offenders Act 2012",11,410,v0.26.0 +SP85004,14005,Drunk on a vehicle,"140 Drunkenness, simple",SNM,Summary non-motoring,Drunk on a vehicle,11,410,v0.26.0 +SP85007,14005,Drunk on a vehicle,"140 Drunkenness, simple",SNM,Summary non-motoring,Drunk on a vehicle,11,410,v0.26.0 +LG03022,14285,Failure to notify licensing authority of convictions during application period for personal licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify licensing authority of convictions during application period for personal licence,11,410,v0.26.0 +SP85001,14360,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),11,410,v0.26.0 +SP85002,14360,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),11,410,v0.26.0 +SP85005,14360,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),11,410,v0.26.0 +SP85048,14360,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Permit carriage of intoxicating liquor on vehicle (Sporting Event (Control of Alcohol etc) Act 1985),11,410,v0.26.0 +VC06001,14396,Breach of drinking banning order or interim drinking banning order,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Breach of drinking banning order or interim drinking banning order,11,410,v0.26.0 +VC06012,14396,Breach of drinking banning order or interim drinking banning order,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Breach of drinking banning order or interim drinking banning order,11,410,v0.26.0 +TV00002,14397,Individual who represents a risk of disorder failing to comply with direction of a constable,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual who represents a risk of disorder failing to comply with direction of a constable,11,410,v0.26.0 +VC06002,14397,Individual who represents a risk of disorder failing to comply with direction of a constable,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual who represents a risk of disorder failing to comply with direction of a constable,11,410,v0.26.0 +VC06017,14397,Individual who represents a risk of disorder failing to comply with direction of a constable,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual who represents a risk of disorder failing to comply with direction of a constable,11,410,v0.26.0 +VC06027,14397,Individual who represents a risk of disorder failing to comply with direction of a constable,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual who represents a risk of disorder failing to comply with direction of a constable,11,410,v0.26.0 +CY33019,14401,Sale of tobacco etc. to persons under 16,144 Selling Tobacco to Juvenile,SNM,Summary non-motoring,Sale of tobacco etc. to persons under 16,11,410,v0.26.0 +CY33051,14401,Sale of tobacco etc. to persons under 16,144 Selling Tobacco to Juvenile,SNM,Summary non-motoring,Sale of tobacco etc. to persons under 16,11,410,v0.26.0 +CY33052,14401,Sale of tobacco etc. to persons under 16,144 Selling Tobacco to Juvenile,SNM,Summary non-motoring,Sale of tobacco etc. to persons under 16,11,410,v0.26.0 +CY3305A,14401,Sale of tobacco etc. to persons under 16,144 Selling Tobacco to Juvenile,SNM,Summary non-motoring,Sale of tobacco etc. to persons under 16,11,410,v0.26.0 +NI15001,14401,Sale of tobacco etc. to persons under 16,144 Selling Tobacco to Juvenile,SNM,Summary non-motoring,Sale of tobacco etc. to persons under 16,11,410,v0.26.0 +AP52001,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +AP52002,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +AP52003,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +AP52004,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +AP52005,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +AP52006,14850,Offences under Agriculture (Poisonous Substances) Act 1952,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Agriculture (Poisonous Substances) Act 1952,11,410,v0.26.0 +MS32001,15010,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,410,v0.26.0 +MS32002,15010,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,410,v0.26.0 +MS32003,15010,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,410,v0.26.0 +MS32004,15010,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,410,v0.26.0 +MS95004,15010,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,410,v0.26.0 +MS02006,15033,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",Other summary non-motoring offences,SNM,Summary non-motoring,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",11,410,v0.26.0 +MS02012,15033,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",Other summary non-motoring offences,SNM,Summary non-motoring,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",11,410,v0.26.0 +MS02014,15033,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",Other summary non-motoring offences,SNM,Summary non-motoring,"Owner or master of ship contravening Regulations 21, 27 or 29 (Merchant Shipping (Safety of Navigation) Regulations 2002)",11,410,v0.26.0 +SB76002,15109,Impersonation of officers: Social Security Administration Act 1992,152 Other Social Security offences,SNM,Summary non-motoring,Impersonation of officers: Social Security Administration Act 1992,11,410,v0.26.0 +SS92021,15109,Impersonation of officers: Social Security Administration Act 1992,152 Other Social Security offences,SNM,Summary non-motoring,Impersonation of officers: Social Security Administration Act 1992,11,410,v0.26.0 +AN00012,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN00016,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN00017,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN05018,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN05020,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN09018,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN95043,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +CC00149,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +DOR043,15509,Stowaway on an aircraft (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,410,v0.26.0 +AN00011,15511,Smoking in aircraft,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Smoking in aircraft,11,410,v0.26.0 +AN05013,15511,Smoking in aircraft,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Smoking in aircraft,11,410,v0.26.0 +AN09013,15511,Smoking in aircraft,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Smoking in aircraft,11,410,v0.26.0 +AN05014,15515,Requirement to obey lawful commands of aircraft commander,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Requirement to obey lawful commands of aircraft commander,11,410,v0.26.0 +AN09014,15515,Requirement to obey lawful commands of aircraft commander,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Requirement to obey lawful commands of aircraft commander,11,410,v0.26.0 +AN05015,15516,Acting in a disruptive manner (Air Navigation Order 2009),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Acting in a disruptive manner (Air Navigation Order 2009),11,410,v0.26.0 +AN05016,15516,Acting in a disruptive manner (Air Navigation Order 2009),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Acting in a disruptive manner (Air Navigation Order 2009),11,410,v0.26.0 +AN09015,15516,Acting in a disruptive manner (Air Navigation Order 2009),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Acting in a disruptive manner (Air Navigation Order 2009),11,410,v0.26.0 +AN09016,15516,Acting in a disruptive manner (Air Navigation Order 2009),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Acting in a disruptive manner (Air Navigation Order 2009),11,410,v0.26.0 +AN09034,15518,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft","155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft",11,410,v0.26.0 +AN09035,15518,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft","155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft",11,410,v0.26.0 +AN09036,15518,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft","155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft",11,410,v0.26.0 +YY00343,15518,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft","155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,"Exhibiting, directing or shining a light which by its glare or liability to be mistaken for an aeronautical ground light would endanger aircraft",11,410,v0.26.0 +AN09068,15519,"Fail to maintain direct, unaided visual contact with small unmanned aircraft",155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,"Fail to maintain direct, unaided visual contact with small unmanned aircraft",11,410,v0.26.0 +AN09067,15520,Fly small unmanned surveillance aircraft as described in 167(2) not in accordance with permission issued by CAA,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned surveillance aircraft as described in 167(2) not in accordance with permission issued by CAA,11,410,v0.26.0 +AN16343,15520,Fly small unmanned surveillance aircraft as described in 167(2) not in accordance with permission issued by CAA,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned surveillance aircraft as described in 167(2) not in accordance with permission issued by CAA,11,410,v0.26.0 +AN09069,15521,Cause / permit article / animal to be dropped from small unmanned aircraft endangering persons / property,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Cause / permit article / animal to be dropped from small unmanned aircraft endangering persons / property,11,410,v0.26.0 +AN09070,15522,Fly small unmanned aircraft when not reasonably satisfied that the flight can safely be made,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned aircraft when not reasonably satisfied that the flight can safely be made,11,410,v0.26.0 +AN09071,15523,"Fly small unmanned aircraft (mass greater than 7kg) in Class A, C, D or E airspace without permission",155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,"Fly small unmanned aircraft (mass greater than 7kg) in Class A, C, D or E airspace without permission",11,410,v0.26.0 +AN09072,15524,Fly small unmanned aircraft (mass greater than 7kg) within aerodrome traffic zone during hours of watch w/o permission,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned aircraft (mass greater than 7kg) within aerodrome traffic zone during hours of watch w/o permission,11,410,v0.26.0 +AN09073,15525,Fly small unmanned aircraft (mass greater than 7kg) at a height of more than 400 feet,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned aircraft (mass greater than 7kg) at a height of more than 400 feet,11,410,v0.26.0 +AN09074,15526,Fly small unmanned aircraft for purposes of aerial work other than in accordance with permission granted by CAA,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned aircraft for purposes of aerial work other than in accordance with permission granted by CAA,11,410,v0.26.0 +AN09075,15527,Fly small unmanned surveillance aircraft during take-off or landing within 30 metres of any person,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Fly small unmanned surveillance aircraft during take-off or landing within 30 metres of any person,11,410,v0.26.0 +AN16001,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16002,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16003,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16004,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16005,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16006,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16007,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16008,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16009,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16010,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16011,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16012,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16013,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16014,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16015,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16016,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16017,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16018,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16019,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16020,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16021,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16022,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16023,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16024,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16025,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16026,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16027,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16028,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16029,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16030,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16031,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16032,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16033,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16034,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16035,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16036,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16037,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16038,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16039,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16040,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16041,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16042,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16043,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16044,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16045,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16046,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16047,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16048,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16049,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16050,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16051,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16052,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16053,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16054,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16055,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16056,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16057,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16058,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16059,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16060,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16061,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16062,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16063,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16064,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16065,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16066,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16067,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16068,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16069,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16070,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16071,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16072,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16073,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16074,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16075,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16076,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16077,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16078,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16079,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16080,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16081,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16082,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16083,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16084,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16085,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16086,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16087,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16088,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16089,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16090,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16091,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16092,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16093,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16094,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16095,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16096,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16097,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16098,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16099,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16100,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16101,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16102,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16103,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16104,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16105,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16106,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16107,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16108,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16109,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16110,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16111,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16112,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16113,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16114,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16115,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16116,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16117,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16118,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16119,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16120,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16121,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16122,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16123,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16124,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16125,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16126,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16127,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16128,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16129,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16130,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16131,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16132,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16133,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16134,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16135,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16136,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16137,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16138,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16139,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16140,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16141,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16142,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16143,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16144,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16145,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16146,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16147,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16148,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16149,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16150,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16151,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16152,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16153,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16154,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16155,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16156,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16157,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16158,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16159,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16160,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16161,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16162,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16163,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16164,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16165,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16166,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16167,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16168,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16169,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16170,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16171,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16172,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16173,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16174,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16175,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16176,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16177,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16178,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16179,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16180,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16181,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16182,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16183,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16184,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16185,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16186,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16187,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16188,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16189,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16190,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16191,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16192,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16193,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16194,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16195,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16196,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16197,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16198,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16199,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16200,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16201,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16202,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16203,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16204,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16205,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16206,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16207,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16208,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16209,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16210,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16211,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16212,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16213,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16214,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16215,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16216,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16217,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16218,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16219,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16220,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16221,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16222,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16223,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16224,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16225,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16226,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16227,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16228,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16229,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16230,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16231,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16232,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16233,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16234,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16235,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16236,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16237,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16238,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16293,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16294,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16295,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16296,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16297,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16298,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16299,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16300,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16301,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16302,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16303,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16304,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16305,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16359,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16384,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16466,15528,Summary offences under Air Navigation Order 2016,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Summary offences under Air Navigation Order 2016,11,410,v0.26.0 +AN16385,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16386,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16387,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16388,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16389,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16390,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16391,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16392,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16393,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16394,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16395,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16396,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16397,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16398,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16399,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16400,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16401,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16402,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16403,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16404,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16405,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16406,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16407,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16408,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16409,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16410,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16411,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16412,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16413,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16414,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16415,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16416,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16417,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16418,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16419,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16420,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16421,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16422,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16423,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16424,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16425,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16426,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16427,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16428,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16429,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16430,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16431,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16432,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16433,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16434,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16435,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16436,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16437,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16438,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16439,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16440,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16441,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16442,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16443,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16444,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16445,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16446,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16447,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16448,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16449,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16450,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16451,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16452,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16453,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16460,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +AN16549,15530,Offences by remote pilots flying unmanned aircraft,155a Offences against the Air Navigation Order 2016,SNM,Summary non-motoring,Offences by remote pilots flying unmanned aircraft,11,410,v0.26.0 +CO06001,15613,Enforcement of rules (Commons Act 2006),Other summary non-motoring offences,SNM,Summary non-motoring,Enforcement of rules (Commons Act 2006),11,410,v0.26.0 +AJ99001,15901,Restriction of disclosure of information - person who discloses information in contravention of this section shall be guilty of an offence,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Restriction of disclosure of information - person who discloses information in contravention of this section shall be guilty of an offence,11,410,v0.26.0 +LA12004,15905,Disclose information in contravention of S.34,158 Offences against reporting restrictions / unlawful disclosure of information,SNM,Summary non-motoring,Disclose information in contravention of S.34,11,410,v0.26.0 +CA85001,16812,Offences under Cinemas Act 1985,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cinemas Act 1985,11,410,v0.26.0 +CA85002,16812,Offences under Cinemas Act 1985,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cinemas Act 1985,11,410,v0.26.0 +CA85003,16812,Offences under Cinemas Act 1985,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cinemas Act 1985,11,410,v0.26.0 +CA85004,16812,Offences under Cinemas Act 1985,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cinemas Act 1985,11,410,v0.26.0 +CA85005,16812,Offences under Cinemas Act 1985,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cinemas Act 1985,11,410,v0.26.0 +BU84001,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84003,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84004,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84005,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84006,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84007,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84010,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84011,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84019,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84020,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84023,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84026,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84027,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84028,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84029,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84030,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +BU84031,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +NO36070,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +PH37001,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +YY000245,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +YY0108,16825,Offences under Public Health Act 1936,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1936,11,410,v0.26.0 +EP90001H,16882,Depositing litter (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Depositing litter (Environmental Protection Act 1990),11,410,v0.26.0 +EP90046,16882,Depositing litter (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Depositing litter (Environmental Protection Act 1990),11,410,v0.26.0 +EP90127,16882,Depositing litter (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Depositing litter (Environmental Protection Act 1990),11,410,v0.26.0 +EP902005,16882,Depositing litter (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Depositing litter (Environmental Protection Act 1990),11,410,v0.26.0 +EP90047,16883,Failing to comply with a litter abatement notice ,168 Public Health Offence,SNM,Summary non-motoring,Failing to comply with a litter abatement notice ,11,410,v0.26.0 +EP90048,16883,Failing to comply with a litter abatement notice ,168 Public Health Offence,SNM,Summary non-motoring,Failing to comply with a litter abatement notice ,11,410,v0.26.0 +EP90049,16884,Offences under Environmental Protection Act 1990 (SS.93 & 94),168 Public Health Offence,SNM,Summary non-motoring,Offences under Environmental Protection Act 1990 (SS.93 & 94),11,410,v0.26.0 +EP90114,16884,Offences under Environmental Protection Act 1990 (SS.93 & 94),168 Public Health Offence,SNM,Summary non-motoring,Offences under Environmental Protection Act 1990 (SS.93 & 94),11,410,v0.26.0 +HA77001,16898,Offences under National Health Service Act 1977,168 Public Health Offence,SNM,Summary non-motoring,Offences under National Health Service Act 1977,11,410,v0.26.0 +HA77002,16898,Offences under National Health Service Act 1977,168 Public Health Offence,SNM,Summary non-motoring,Offences under National Health Service Act 1977,11,410,v0.26.0 +AS00104,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +GM000065,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +GM000148,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +LO31099,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP4647,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47052,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47053,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47054,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47055,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47056,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47057,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47058,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47059,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47060,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47061,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47062,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP4768,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47GW01,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +TP47SW01,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +YY0040,17304,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Town Police Clauses Act 1847,11,410,v0.26.0 +RT18001,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18002,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18003,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18004,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18005,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18006,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18007,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18008,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18009,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18010,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18011,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18012,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18013,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18014,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18015,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18016,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18017,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18018,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18019,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18020,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18021,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18022,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18023,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18024,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18025,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18026,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18027,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18028,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18029,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +RT18030,17314,Summary offences under Road Transport (International Passenger Services) Regulations 2018,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Summary offences under Road Transport (International Passenger Services) Regulations 2018,11,410,v0.26.0 +CJ94031,17320,Touting for hire car services in a public place,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Touting for hire car services in a public place,11,410,v0.26.0 +CA14001,18403,Obstruct local authority in exercise of s47(3)(a) power to enter premises - Care Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Obstruct local authority in exercise of s47(3)(a) power to enter premises - Care Act 2014,11,410,v0.26.0 +WC81149,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81150,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81151,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81152,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81153,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81154,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81155,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81156,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81272,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +WC81273,19008,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",Other summary non-motoring offences,SNM,Summary non-motoring,"False statements made for obtaining registration, identification number or licence etc. (Wildlife and Countryside Act 1981)",11,410,v0.26.0 +PC00001,19347,Failure to comply with a pre-sentence Drug Testing Order,193 Drug offences - summary,SNM,Summary non-motoring,Failure to comply with a pre-sentence Drug Testing Order,11,410,v0.26.0 +PC00665,19347,Failure to comply with a pre-sentence Drug Testing Order,193 Drug offences - summary,SNM,Summary non-motoring,Failure to comply with a pre-sentence Drug Testing Order,11,410,v0.26.0 +CD98058,19355,Failure to comply with any requirement of intervention order,193 Drug offences - summary,SNM,Summary non-motoring,Failure to comply with any requirement of intervention order,11,410,v0.26.0 +IA99022,19441,Obtaining a certificate of authorisation by false pretences,194 Immigration Offence,SNM,Summary non-motoring,Obtaining a certificate of authorisation by false pretences,11,410,v0.26.0 +IA99004,19451,Advertising or offering to provide immigration advice or services when unqualified,194 Immigration Offence,SNM,Summary non-motoring,Advertising or offering to provide immigration advice or services when unqualified,11,410,v0.26.0 +MH83017,19517,Summary offences under Medical Act 1959 and Medical Act 1983,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Medical Act 1959 and Medical Act 1983,11,410,v0.26.0 +ST47001,19525,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,195 Statistics of Trade Act 1947,SNM,Summary non-motoring,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,11,410,v0.26.0 +ST47003,19525,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,195 Statistics of Trade Act 1947,SNM,Summary non-motoring,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,11,410,v0.26.0 +ST47005,19525,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,195 Statistics of Trade Act 1947,SNM,Summary non-motoring,Failing to notify undertakings to Board of Trade or other competent authority; failing to give information on entering or leaving the UK by air,11,410,v0.26.0 +RT88046,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88047,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88048,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88049,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88055,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88059,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88060,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88154,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88154B,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88155,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88155B,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88183,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88201,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88214,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88335,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88359,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88362,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88365,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88368,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88371,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88374,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88381,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88383,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88385,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88387,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88451,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88452,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88470,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88471,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +RT88487,19527,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Road Traffic Act 1988 not connected with driving motor vehicles,11,410,v0.26.0 +PE77003,19561,Summary offences under Protection from Eviction Act 1977,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Protection from Eviction Act 1977,11,410,v0.26.0 +AI86001,19562,Summary offences under Airports Act 1986,195 Airports Act 1986 S.63,SNM,Summary non-motoring,Summary offences under Airports Act 1986,11,410,v0.26.0 +QS00005,19562,Summary offences under Airports Act 1986,195 Airports Act 1986 S.63,SNM,Summary non-motoring,Summary offences under Airports Act 1986,11,410,v0.26.0 +WM000122,19562,Summary offences under Airports Act 1986,195 Airports Act 1986 S.63,SNM,Summary non-motoring,Summary offences under Airports Act 1986,11,410,v0.26.0 +TC90015,19575,Contravention of provisions of tree preservation order,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Contravention of provisions of tree preservation order,11,410,v0.26.0 +TC90041,19575,Contravention of provisions of tree preservation order,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Contravention of provisions of tree preservation order,11,410,v0.26.0 +AS00048,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +AS00075,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +DOR015,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +DOR056,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +DOR059,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +GM000066,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +LAN0074,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +LO31067,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +SY00032,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +SY00039,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90001H,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90017,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90018,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90020,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90021,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90024,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC90FAIL,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC91000,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC92001,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TC92SW01,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +TCPSW001,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +WM000123,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +YY000137,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +YY00327,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +ZZ00035,19576,Summary offences under Town and Country Planning Act 1990,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Summary offences under Town and Country Planning Act 1990,11,410,v0.26.0 +CAM045,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74012,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74013,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74014,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74015,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74016,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74017,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74018,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74019,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74020,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74021,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74022,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74024,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74025,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74027,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74028,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74029,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74030,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74032,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74036,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74037,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74039,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +CC74040,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +GL07106,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +LO31068,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +SY00030,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +SY00034,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +TA00001H,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +TA62002H,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +WY250609,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +YY000090,19606,Summary offences under Consumer Credit Act 1974,196 Consumer Credit Act 1974,SNM,Summary non-motoring,Summary offences under Consumer Credit Act 1974,11,410,v0.26.0 +AS03006,19617,Selling aerosol paint container to a person under 16 years,Other summary non-motoring offences,SNM,Summary non-motoring,Selling aerosol paint container to a person under 16 years,11,410,v0.26.0 +EO03003,19623,Failure to furnish the Commissioners with evidence of destination to which cultural objects were delivered,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to furnish the Commissioners with evidence of destination to which cultural objects were delivered,11,410,v0.26.0 +CC00152,19640,Summary offences Clean Neighbourhoods and Environment Act 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Clean Neighbourhoods and Environment Act 2005,11,410,v0.26.0 +CN05001,19640,Summary offences Clean Neighbourhoods and Environment Act 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Clean Neighbourhoods and Environment Act 2005,11,410,v0.26.0 +CN05002,19640,Summary offences Clean Neighbourhoods and Environment Act 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Clean Neighbourhoods and Environment Act 2005,11,410,v0.26.0 +CN05003,19640,Summary offences Clean Neighbourhoods and Environment Act 2005,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Clean Neighbourhoods and Environment Act 2005,11,410,v0.26.0 +EP90115,19641,Unauthorised free distribution of printed matter,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised free distribution of printed matter,11,410,v0.26.0 +EP90116,19641,Unauthorised free distribution of printed matter,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised free distribution of printed matter,11,410,v0.26.0 +EP90113,19644,Failure to comply with litter clearing notice,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with litter clearing notice,11,410,v0.26.0 +EX03001,19656,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",Other summary non-motoring offences,SNM,Summary non-motoring,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",11,410,v0.26.0 +EX03006,19656,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",Other summary non-motoring offences,SNM,Summary non-motoring,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",11,410,v0.26.0 +EX03007,19656,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",Other summary non-motoring offences,SNM,Summary non-motoring,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",11,410,v0.26.0 +EX03010,19656,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",Other summary non-motoring offences,SNM,Summary non-motoring,"Export of Goods, Transfer of Technology and Provision of Technical Assistance (Control) Order 2003 a.16(1)(8)(9)(19)",11,410,v0.26.0 +HO04009,19687,Failing to comply with overcrowding order or obstructing a relevant person in performance of anything required by Parts 1 to 4 Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Failing to comply with overcrowding order or obstructing a relevant person in performance of anything required by Parts 1 to 4 Housing Act 2004,11,410,v0.26.0 +HO04017,19687,Failing to comply with overcrowding order or obstructing a relevant person in performance of anything required by Parts 1 to 4 Housing Act 2004,196 Housing Acts - Summary - Other offences,SNM,Summary non-motoring,Failing to comply with overcrowding order or obstructing a relevant person in performance of anything required by Parts 1 to 4 Housing Act 2004,11,410,v0.26.0 +HA06013,19703,Driver fail to prevent smoking in a vehicle in which child was present - England & Wales,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Driver fail to prevent smoking in a vehicle in which child was present - England & Wales,11,410,v0.26.0 +HA06015,19703,Driver fail to prevent smoking in a vehicle in which child was present - England & Wales,196 Occupier/management of smoke-free premises failing in duty to cause person smoking there to stop,SNM,Summary non-motoring,Driver fail to prevent smoking in a vehicle in which child was present - England & Wales,11,410,v0.26.0 +CQ09001,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09002,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09003,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09004,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09005,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09006,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09007,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09008,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09009,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09010,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09011,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09012,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09013,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09014,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09015,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09016,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +CQ09017,19718,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of registration requirements under The Care Quality Commission (Registration) Regulations 2009,11,410,v0.26.0 +AS00020,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +GL07097,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +GL08001,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88003,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88003B,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88004,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88004B,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88575,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88575B,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88576,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +RT88576B,80401,Careless driving - without due care and attention or reasonable consideration for other road users,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Careless driving - without due care and attention or reasonable consideration for other road users,12,410,v0.26.0 +LO040,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86011,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86020,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86137,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86138,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86139,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86140,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86141,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86142,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86143,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86311,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86437,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86438,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86439,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86440,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86443,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86611,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86737,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86738,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86739,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86740,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86743,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86814,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86815,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86816,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86817,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86818,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RC86819,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88012,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88013,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88014,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88015,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88050,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88051,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88064,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88065,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88066,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88067,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88068,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88464,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88465,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88466,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RT88467,80490,Other careless driving offences and racing,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Other careless driving offences and racing,12,410,v0.26.0 +RS06SW01,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88191,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88191A,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88191B,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88191G,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88319,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +RT88320,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +ZZ00091,80901,Using motor vehicle uninsured against third party risks,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Using motor vehicle uninsured against third party risks,12,410,v0.26.0 +HP18001,81004,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",12,410,v0.26.0 +HP18002,81004,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",12,410,v0.26.0 +HP18003,81004,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",12,410,v0.26.0 +HP18004,81004,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",12,410,v0.26.0 +HP18006,81004,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Operator uses or permits goods vehicle to be taken outside UK without international road transport permit, or in breach of prohibition notice under S7.",12,410,v0.26.0 +GV11001,81005,Use goods vehicle in Great Britain for international carriage without a Community licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Use goods vehicle in Great Britain for international carriage without a Community licence,12,410,v0.26.0 +DB0032,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DC00078,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87001,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87003,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87004,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87005,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87006,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87008,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87009,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87010,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87011,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87014,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87015,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87016,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87017,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87018,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87019,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87020,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87021,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87022,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87023,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87024,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87025,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87026,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87027,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DH87028,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +DO97001,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +GL09077,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +GL09152,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +KE00179,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98006,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98007,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98008,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98009,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98017,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98019,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +PH98042,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68016,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68017,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68019,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68021,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68022,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68024,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68038,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68039,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68040,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68041,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68042,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68043,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68044,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68045,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68046,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68047,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68048,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68049,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68050,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68051,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68052,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68053,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68054,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68055,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68056,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68058,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68059,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68060,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68064,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68065,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68066,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68070,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68071,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68072,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68073,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68078,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68079,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68080,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68081,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68082,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68083,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68084,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68085,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68086,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68087,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68088,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68089,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68090,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68091,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68092,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68094,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68095,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68118,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68119,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68120,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68121,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68122,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68123,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68124,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68125,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68127,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68129,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68130,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68133,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68134,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68136,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68140,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68160,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68161,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68162,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68184,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68198,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68199,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68200,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68203,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68208,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68209,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68210,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68211,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68212,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68213,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68225,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68226,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68227,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68228,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68229,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68230,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68240,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68241,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68242,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68246,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68247,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68248,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68271,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68272,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68273,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68274,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68275,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68276,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68277,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68278,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68279,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68280,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68281,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68282,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68283,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68343,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68496,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68497,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68498,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68499,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68500,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68501,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68502,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68503,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68508,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68509,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68510,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68511,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68512,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68513,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68514,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68515,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68516,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68517,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68518,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68519,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68520,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68521,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68522,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68523,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68524,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68525,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68526,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68527,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68528,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68529,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68530,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68531,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68534,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68535,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68536,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68537,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68540,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68541,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68542,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68546,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68547,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +TR68548,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +VM07036,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +WI00133,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +YY000288,81101,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",811 Work record and employment offences (MOT),SMO,Summary motoring,"Driver or employer failing to keep or produce records, or to install and use recording equipment regarding limits of driving or rest requirements",12,410,v0.26.0 +BED0009,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +BED0010,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +BED0011,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +BED0012,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +BED0013,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +BED0014,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DB0097,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DB0126,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DB0129,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DB0130,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DC00036,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DC00038,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DC00039,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DC00047,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +DC00077,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +GL08076,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +GL08077,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +KE00186,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +LO31127,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +LO31128,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +LO31129,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +SF00025,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +SF00026,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +SF00027,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TA68005H,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TA68SW01,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68001,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68001Y,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68002,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68003,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68004,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68006,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68008,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68009,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68010,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68011,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68013,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68014,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68020,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68023,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68025,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68026,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68027,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68028,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68029,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68029B,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68030,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68031,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68032,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68033,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68034,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68035,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68036,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68037,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68074,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68075,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68075B,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68076,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68077,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68098,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68099,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68100,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68101,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68102,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68103,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68104,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68105,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68106,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68107,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68108,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68109,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68110,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68111,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68112,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68113,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68114,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68115,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68126,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68128,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68131,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68132,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68137,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68138,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68139,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68154,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68155,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68156,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68157,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68158,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68159,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68163,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68164,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68165,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68166,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68167,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68168,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68169,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68170,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68171,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68172,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68173,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68174,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68175,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68176,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68177,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68178,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68179,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68180,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68181,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68182,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68183,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68185,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68187,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68188,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68189,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68190,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68191,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68192,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68193,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68194,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68195,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68234,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68235,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68236,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68237,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68238,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68239,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68250,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68251,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68252,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68253,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68254,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68255,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68256,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68257,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68258,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68259,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68260,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68261,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68262,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68263,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68264,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68265,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68266,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68267,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68268,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68269,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68270,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68284,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68285,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68286,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68287,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68288,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68289,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68290,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68291,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68292,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68293,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68294,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68295,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68296,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68297,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68298,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68299,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68300,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68301,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68302,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68303,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68304,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68305,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68306,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68307,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68308,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68309,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68310,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68311,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68312,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68313,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68314,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68315,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68316,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68317,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68318,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68319,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68320,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68321,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68322,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68324,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68325,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68326,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68327,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68328,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68329,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68330,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68331,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68332,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68333,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68334,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68335,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68336,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68337,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68338,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68339,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68340,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68341,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68342,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68399,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68404,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68405,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68406,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68407,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68408,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68543,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68544,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68545,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68550,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +TR68551,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +WI00132,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +WM000067,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +WM000099,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +WM000101,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +WM00020,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +YY000287,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +YY00115,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +ZZ00077,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +ZZ00079,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +ZZ00080,81102,Failing to observe limits on hours of driving and duty or rest requirements,811 Work record and employment offences (MOT),SMO,Summary motoring,Failing to observe limits on hours of driving and duty or rest requirements,12,410,v0.26.0 +CX00012,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86075,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86238,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86244,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86257,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86941,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86942,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86943,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86944,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86945,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86983,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88096,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88096B,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88097,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88097G,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88098,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88099,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88101,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88102,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88103,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88115,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88207,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88256,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88291,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88292,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88293,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88294,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88295,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88296,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88297,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88298,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88299,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88300,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88392,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88393,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88394,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88396,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88410,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88411,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88412,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88413,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88488,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88489,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88532,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88940,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88951,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88953,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88954,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88955,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88956,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88957,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88958,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88959,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88960,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88961,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88962,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88963,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RT88964,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +VE02001,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +VE02002,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +WI00129,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +WM000069,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +YY00124,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +ZZ00019,81300,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",813 Vehicle test offences (MOT),SMO,Summary motoring,"Aiding, abetting, causing or permitting vehicle test offences (except fraud etc connected with test certificate)",12,410,v0.26.0 +RC86115,81505,Breach of legal exhaust emissions,815 Defective vehicle parts (MOT),SMO,Summary motoring,Breach of legal exhaust emissions,12,410,v0.26.0 +RC86235,81505,Breach of legal exhaust emissions,815 Defective vehicle parts (MOT),SMO,Summary motoring,Breach of legal exhaust emissions,12,410,v0.26.0 +RC86415,81505,Breach of legal exhaust emissions,815 Defective vehicle parts (MOT),SMO,Summary motoring,Breach of legal exhaust emissions,12,410,v0.26.0 +RC86715,81505,Breach of legal exhaust emissions,815 Defective vehicle parts (MOT),SMO,Summary motoring,Breach of legal exhaust emissions,12,410,v0.26.0 +DC00035,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +GL09151,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86036,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86037,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86038,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86039,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86040,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86041,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86042,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86043,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86044,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86045,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86046,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86047,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86048,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86049,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86050,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86051,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86052,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86053,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86054,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86056,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86057,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86058,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86059,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86060,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86061,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86069,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86070,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86071,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86100,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86100B,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86104,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86104B,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86107,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86123,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86124,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86125,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86128,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86129,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86212,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86213,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86214,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86215,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86216,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86217,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86218,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86219,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86220,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86221,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86222,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86223,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86224,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86225,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86226,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86227,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86228,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86229,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86230,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86231,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86232,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86233,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86234,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86236,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86239,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86240,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86241,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86242,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86247,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86249B,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86250,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86254,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86294,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86301,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86305,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86306,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86307,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86307G,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86336,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86337,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86338,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86340,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86341,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86342,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86343,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86344,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86345,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86346,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86347,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86348,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86349,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86350,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86351,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86352,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86353,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86354,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86356,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86357,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86358,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86359,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86360,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86361,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86369,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86370,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86371,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86372,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86373,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86374,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86407,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86424,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86425,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86429,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86512,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86513,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86514,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86525,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86535,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86536,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86537,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86538,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86539,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86540,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86541,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86542,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86545,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86547,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86548,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86550,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86553,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86554,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86636,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86637,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86638,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86640,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86641,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86642,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86645,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86646,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86647,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86648,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86649,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86650,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86651,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86652,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86653,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86654,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86656,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86659,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86660,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86661,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86669,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86670,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86707,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86724,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86725,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86729,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86812,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86813,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86825,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86836,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86838,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86839,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86840,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86841,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86842,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86847,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86850,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86854,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86881,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86882,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86883,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86884,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86885,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86886,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86887,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86916,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86917,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86923,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86924,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86925,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86926,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86927,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86928,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86929,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86930,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86931,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86932,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86934,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86935,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86936,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86937,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86938,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86939,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86940,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86979,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86980,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86981,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86982,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86990,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86998,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RC86999,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RT88472,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RT88473,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RV86015,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RV86016,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RV86017,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RV86018,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +VE02003,81590,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",815 Defective vehicle parts (MOT),SMO,Summary motoring,"Other offences relating to vehicles in dangerous or defective condition (excluding exceeding specified limits for exhaust emissions, defective brakes, steering and tyres)",12,410,v0.26.0 +RL89001,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89002,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89003,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89004,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89005,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89006,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89010,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89011,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89012,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89013,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89014,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89015,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89020,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89021,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89022,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89023,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89024,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89025,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89026,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89027,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89030,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89031,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89032,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89033,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89034,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89035,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89036,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89037,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89038,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89039,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89040,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89045,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89046,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89047,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89048,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89049,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89050,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89051,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89052,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89053,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89054,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89055,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89056,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89060,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89061,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89062,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89063,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89064,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89065,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89066,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89067,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89068,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89069,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89070,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89075,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89076,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89077,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89078,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89079,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89080,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89081,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89082,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89083,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89084,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89085,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89090,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89091,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89092,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89093,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89094,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89095,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89096,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89097,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89098,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89099,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89105,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89106,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89107,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89108,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89109,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89110,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89111,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89112,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89113,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89114,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89115,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89116,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89117,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89120,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89121,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89122,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89123,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89124,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89125,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89126,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89127,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89128,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89129,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89130,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89135,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89136,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89137,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89138,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89139,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89140,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89141,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89142,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89143,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89144,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89145,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89146,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89150,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89151,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89152,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89153,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89154,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89155,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89156,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89157,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89158,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89159,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89160,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89161,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89162,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89163,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89164,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89165,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89166,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89167,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89168,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89170,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89171,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89172,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89173,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89175,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89176,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89177,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89178,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89180,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89181,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89200,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89203,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89204,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89205,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89206,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89207,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89208,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89209,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89210,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89301,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89302,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89303,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89304,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89305,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89306,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89310,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89311,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89312,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89313,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89314,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89315,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89320,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89321,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89322,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89323,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89324,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89325,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89330,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89331,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89332,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89333,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89334,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89335,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89336,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89337,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89338,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89339,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89341,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89345,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89346,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89347,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89348,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89349,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89350,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89351,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89352,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89353,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89354,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89355,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89356,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89360,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89361,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89362,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89363,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89364,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89365,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89366,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89367,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89368,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89369,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89370,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89375,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89376,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89377,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89378,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89379,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89380,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89381,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89382,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89383,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89384,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89385,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89390,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89391,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89392,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89393,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89394,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89395,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89396,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89397,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89398,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89399,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89405,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89406,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89407,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89408,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89410,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89411,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89412,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89413,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89414,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89415,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89416,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89420,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89421,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89422,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89423,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89424,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89425,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89426,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89429,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89435,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89436,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89437,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89438,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89439,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89440,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89441,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89442,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89443,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89444,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89445,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89446,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89450,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89451,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89452,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89453,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89454,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89455,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89456,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89457,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89458,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89459,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89460,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89461,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89462,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89463,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89464,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89465,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89466,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89467,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89468,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89469,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89470,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89500,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89503,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89504,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89601,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89602,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89603,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89604,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89605,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89606,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89610,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89611,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89612,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89613,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89614,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89615,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89620,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89621,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89622,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89623,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89624,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89625,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89630,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89631,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89632,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89633,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89634,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89635,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89636,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89637,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89638,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89639,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89640,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89645,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89646,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89647,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89648,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89649,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89650,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89651,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89652,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89653,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89654,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89655,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89656,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89660,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89661,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89662,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89663,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89664,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89665,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89666,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89667,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89668,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89669,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89670,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89675,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89676,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89677,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89678,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89679,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89680,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89681,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89682,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89683,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89684,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89685,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89690,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89691,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89692,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89693,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89694,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89695,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89696,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89697,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89698,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89699,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89705,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89706,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89707,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89708,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89709,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89710,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89711,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89712,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89713,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89714,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89715,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89716,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89720,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89721,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89722,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89723,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89724,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89725,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89726,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89727,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89729,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89730,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89735,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89736,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89737,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89738,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89739,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89740,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89741,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89742,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89743,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89744,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89745,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89746,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89750,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89751,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89752,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89753,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89754,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89755,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89756,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89757,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89758,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89759,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89760,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89761,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89762,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89763,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89764,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89765,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89766,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89767,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89768,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89803,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89804,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89805,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RL89980,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RV71025,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RV71026,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RV71028,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +VE94096,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +VE94097,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +VE94098,82100,"Aiding, abetting, causing or permitting lighting and rear marking offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting lighting and rear marking offences",12,410,v0.26.0 +RC86065,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86066,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86067,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86068,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86092,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86093,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86094,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86095,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86096,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86097,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86270,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86365,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86366,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86367,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86368,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86388,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86392,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86394,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86395,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86397,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86570,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86665,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86666,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86667,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86668,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86692,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86694,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86695,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86697,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86870,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RC86992,82200,"Aiding, abetting, causing or permitting noise offences",825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,"Aiding, abetting, causing or permitting noise offences",12,410,v0.26.0 +RT88572,82510,Interference etc. with alcohol ignition lock,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Interference etc. with alcohol ignition lock,12,410,v0.26.0 +RT88573,82510,Interference etc. with alcohol ignition lock,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Interference etc. with alcohol ignition lock,12,410,v0.26.0 +RC86413,82511,Breach of requirement as to speed assessment equipment detection devices,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Breach of requirement as to speed assessment equipment detection devices,12,410,v0.26.0 +RC86414,82511,Breach of requirement as to speed assessment equipment detection devices,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Breach of requirement as to speed assessment equipment detection devices,12,410,v0.26.0 +RC86431,82511,Breach of requirement as to speed assessment equipment detection devices,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Breach of requirement as to speed assessment equipment detection devices,12,410,v0.26.0 +RC86435,82511,Breach of requirement as to speed assessment equipment detection devices,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Breach of requirement as to speed assessment equipment detection devices,12,410,v0.26.0 +RT88580,82513,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,12,410,v0.26.0 +RT88581,82513,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,12,410,v0.26.0 +RT88582,82513,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Giving or allowing paid driving instruction in contravention of S.123(1)(a) of the Road Traffic Act 1988,12,410,v0.26.0 +HM12007,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +HM12021,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +HM12022,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +HM12033,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +HM12034,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +HM12035,16856,Summary offences under Human Medicines Regulations 2012,168 Public Health Offence,SNM,Summary non-motoring,Summary offences under Human Medicines Regulations 2012,11,445,v0.26.0 +GL09146,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE71014,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE71015,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE91014,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE94014,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE94014B,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE94015,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE94015B,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +VE94088,17000,Keeping a motor vehicle on highway without a current vehicle excise licence,170 Vehicle registration and excise licence offences (MOT),SMO,Summary non-motoring,Keeping a motor vehicle on highway without a current vehicle excise licence,11,445,v0.26.0 +AS14006,10444,Fail to comply with a public spaces protection order,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to comply with a public spaces protection order,11,450,v0.26.0 +PL02041,10448,Fail to consent to being searched for alcohol/container for alcohol/tobacco/cigarette papers by CSO/CSV,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to consent to being searched for alcohol/container for alcohol/tobacco/cigarette papers by CSO/CSV,11,450,v0.26.0 +PL02042,10448,Fail to consent to being searched for alcohol/container for alcohol/tobacco/cigarette papers by CSO/CSV,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to consent to being searched for alcohol/container for alcohol/tobacco/cigarette papers by CSO/CSV,11,450,v0.26.0 +CJ91011,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91012,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91029,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91030,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91031,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91032,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91035,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ94003,10505,Resisting or wilfully obstructing a prisoner custody officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a prisoner custody officer,11,450,v0.26.0 +CJ91008,10507,Resisting or wilfully obstructing a court security officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a court security officer,11,450,v0.26.0 +CT03002,10507,Resisting or wilfully obstructing a court security officer,105 Common assault and battery,SNM,Summary non-motoring,Resisting or wilfully obstructing a court security officer,11,450,v0.26.0 +CO05002,10517,Resist or wilfully obstruct a supreme court security officer,105 Common assault and battery,SNM,Summary non-motoring,Resist or wilfully obstruct a supreme court security officer,11,450,v0.26.0 +CJ15006,10519,Make off when required to wait with a secure college custody officer,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Make off when required to wait with a secure college custody officer,11,450,v0.26.0 +CJ15007,10520,Resist / wilfully obstruct a custody officer performing custodial duties at a contracted-out secure college,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resist / wilfully obstruct a custody officer performing custodial duties at a contracted-out secure college,11,450,v0.26.0 +CJ15010,10522,Resist / wilfully obstruct custody officer performing contracted-out functions at directly managed secure college,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resist / wilfully obstruct custody officer performing contracted-out functions at directly managed secure college,11,450,v0.26.0 +SC15002,10524,Obstruct police / customs officer executing a drug-cutting agent search and seizure warrant,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Obstruct police / customs officer executing a drug-cutting agent search and seizure warrant,11,450,v0.26.0 +BL63003,10602,Person who for purpose of effecting a betting transaction resorts to premises being used in contravention of sub-section (1) - Betting Gaming and Lotteries Act 1963 S.1(2) (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,Person who for purpose of effecting a betting transaction resorts to premises being used in contravention of sub-section (1) - Betting Gaming and Lotteries Act 1963 S.1(2) (historic),11,450,v0.26.0 +BL63007,10604,Agent of bookmaker or total is at or board to be authorised and registered person acting in contravention of sub-section (1).,106 Betting or Gaming Offence,SNM,Summary non-motoring,Agent of bookmaker or total is at or board to be authorised and registered person acting in contravention of sub-section (1).,11,450,v0.26.0 +BL63008,10605,Contravention of requirement to keep a register in a prescribed form,106 Betting or Gaming Offence,SNM,Summary non-motoring,Contravention of requirement to keep a register in a prescribed form,11,450,v0.26.0 +BL63009,10606,"Refusal, etc. to produce register for examination by a constable",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Refusal, etc. to produce register for examination by a constable",11,450,v0.26.0 +BL63019,10607,"Conduct of licensed betting offices, contravention of rules",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Conduct of licensed betting offices, contravention of rules",11,450,v0.26.0 +BL63036,10620,False statement in application for permit or Betting Office Licence - Betting Gaming and Lotteries Act 1963 Paragraph 5 Schedule 1. (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,False statement in application for permit or Betting Office Licence - Betting Gaming and Lotteries Act 1963 Paragraph 5 Schedule 1. (historic),11,450,v0.26.0 +BL63014,10624,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",11,450,v0.26.0 +BL63015,10624,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",11,450,v0.26.0 +BL63016,10624,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",11,450,v0.26.0 +BL63017,10624,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Frequenting or loitering in a street etc. for purpose of bookaking, betting etc.",11,450,v0.26.0 +BL63047,10645,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",11,450,v0.26.0 +BL63048,10645,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",11,450,v0.26.0 +BL63049,10645,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",11,450,v0.26.0 +BL63050,10645,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Betting, Gaming & Lotteries Act sch 1a para 19-21,23,24(1)",11,450,v0.26.0 +GA05020,10652,Provision of facilities for gambling; young person providing facilities for gambling,106 Betting or Gaming Offence,SNM,Summary non-motoring,Provision of facilities for gambling; young person providing facilities for gambling,11,450,v0.26.0 +GA05037,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05038,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05044,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05045,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05047,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05048,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05049,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05050,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05059,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05060,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05061,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05062,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05063,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05065,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05066,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05067,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05068,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05069,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05073,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05076,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05077,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05124,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05125,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +GA05126,10688,All other summary offences under the Gambling Act 2005,106 Betting or Gaming Offence,SNM,Summary non-motoring,All other summary offences under the Gambling Act 2005,11,450,v0.26.0 +ANITRAIN,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25001,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25002,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25003,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25004,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25005,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25006,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA25007,10804,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Performing Animals (Regulation) Act 1925 - e.g. Exhibition and training of performing animals without being registered,11,450,v0.26.0 +PA00001,10826,Offences under Protection of Animals (Amendment) Act 2000,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals (Amendment) Act 2000,11,450,v0.26.0 +PA00002,10826,Offences under Protection of Animals (Amendment) Act 2000,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences under Protection of Animals (Amendment) Act 2000,11,450,v0.26.0 +FF00002,10828,Powers of entry and enforcement,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Powers of entry and enforcement,11,450,v0.26.0 +CY33026,10901,"Causing or allowing a person under 16 to take part in dangerous performance; causing or allowing the training of a person under 12, or without a licence a person under 16 to take part in a dangerous performance","109 Cruelty to a Child, etc.",SNM,Summary non-motoring,"Causing or allowing a person under 16 to take part in dangerous performance; causing or allowing the training of a person under 12, or without a licence a person under 16 to take part in a dangerous performance",11,450,v0.26.0 +CY33027,10901,"Causing or allowing a person under 16 to take part in dangerous performance; causing or allowing the training of a person under 12, or without a licence a person under 16 to take part in a dangerous performance","109 Cruelty to a Child, etc.",SNM,Summary non-motoring,"Causing or allowing a person under 16 to take part in dangerous performance; causing or allowing the training of a person under 12, or without a licence a person under 16 to take part in a dangerous performance",11,450,v0.26.0 +CY33022,10907,Neglecting to provide for safety of children at children's entertainment,"109 Cruelty to a Child, etc.",SNM,Summary non-motoring,Neglecting to provide for safety of children at children's entertainment,11,450,v0.26.0 +DP53001,11105,Owning or person in charge of dog worrying livestock on agricultural land,111B Other offences relating to dogs,SNM,Summary non-motoring,Owning or person in charge of dog worrying livestock on agricultural land,11,450,v0.26.0 +DP53002,11105,Owning or person in charge of dog worrying livestock on agricultural land,111B Other offences relating to dogs,SNM,Summary non-motoring,Owning or person in charge of dog worrying livestock on agricultural land,11,450,v0.26.0 +BD91001,11108,Offences in relation to dogs under Breeding of Dogs Act 1991,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Breeding of Dogs Act 1991,11,450,v0.26.0 +AS00033,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +CC00030,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +DG96001,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +DG96002,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +DGFOUL,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +DOG065G,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +GL08035,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +LAN0091,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +WM00122,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +YY000216,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +YY00145,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +YY00194,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +YY00195,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +YY00342,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +ZZ00105,11121,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,111B Other offences relating to dogs,SNM,Summary non-motoring,Person in charge of dog failing to remove dog's faeces immediately after animal has defecated on designated land,11,450,v0.26.0 +CO14001,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14002,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14003,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14004,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14005,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14006,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14007,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14008,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14009,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14010,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14011,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14012,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14013,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14014,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14015,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14016,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14017,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14018,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14019,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14020,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14021,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14022,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14023,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14024,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14025,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14026,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14027,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +CO14028,11402,Summary offences under the Co-operative and Community Benefit Societies Act 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Co-operative and Community Benefit Societies Act 2014,11,450,v0.26.0 +FA97005,11511,Non-compliance with notice of revocation of club licence. Firearms (Amendment) Act 1997 Sec. 26(2)(3)(9),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with notice of revocation of club licence. Firearms (Amendment) Act 1997 Sec. 26(2)(3)(9),11,450,v0.26.0 +FA97008,11515,Obstruction of constable or civilian officer entering or inspecting licensed premises. Firearms (Amendment) Act 1997 S.30,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Obstruction of constable or civilian officer entering or inspecting licensed premises. Firearms (Amendment) Act 1997 S.30,11,450,v0.26.0 +FI68049,11519,Non-compliance with requirement to surrender authority to possess etc prohibited weapon or ammunition (Firearms Act 1968) (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Non-compliance with requirement to surrender authority to possess etc prohibited weapon or ammunition (Firearms Act 1968) (Group I),11,450,v0.26.0 +FI68196,11540,Possess air weapon and fail to take reasonable precautions to prevent person under 18 having it with them,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Possess air weapon and fail to take reasonable precautions to prevent person under 18 having it with them,11,450,v0.26.0 +FI68118,11545,Person under 15 having with him a shotgun without adult supervision (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 15 having with him a shotgun without adult supervision (Group II),11,450,v0.26.0 +FI68119,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68120,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68192,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68193,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68194,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68195,11546,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 18 having with him an air weapon or ammunition for an air weapon (Group III),11,450,v0.26.0 +FI68121,11547,Person under 17 having air weapon in a public place (historic),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 17 having air weapon in a public place (historic),11,450,v0.26.0 +FI68123,11548,Person under 17 making improper use of air weapon when under supervision (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 17 making improper use of air weapon when under supervision (Group III),11,450,v0.26.0 +FI68382,11548,Person under 17 making improper use of air weapon when under supervision (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 17 making improper use of air weapon when under supervision (Group III),11,450,v0.26.0 +FI68386,11548,Person under 17 making improper use of air weapon when under supervision (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Person under 17 making improper use of air weapon when under supervision (Group III),11,450,v0.26.0 +FI68191,11549,"Person supervising person under 17, permitting improper use of air weapon (Group III)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Person supervising person under 17, permitting improper use of air weapon (Group III)",11,450,v0.26.0 +FI68379,11549,"Person supervising person under 17, permitting improper use of air weapon (Group III)",115 Firearms Acts - summary offences,SNM,Summary non-motoring,"Person supervising person under 17, permitting improper use of air weapon (Group III)",11,450,v0.26.0 +FI68138,11554,Making gift of shotgun to person under 15 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making gift of shotgun to person under 15 (Group II),11,450,v0.26.0 +FI68139,11554,Making gift of shotgun to person under 15 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making gift of shotgun to person under 15 (Group II),11,450,v0.26.0 +FI68347,11554,Making gift of shotgun to person under 15 (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making gift of shotgun to person under 15 (Group II),11,450,v0.26.0 +FI68140,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68141,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68142,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68143,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68348,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68349,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68380,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68381,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68384,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68385,11555,Supplying air weapon to person under 18 (Group III),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Supplying air weapon to person under 18 (Group III),11,450,v0.26.0 +FI68163,11564,Failure to surrender certificate of registration on removal of firearm dealer's name from register,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to surrender certificate of registration on removal of firearm dealer's name from register,11,450,v0.26.0 +FI68164,11565,Making false statement in order to secure registration or entry in register of a place of business,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to secure registration or entry in register of a place of business,11,450,v0.26.0 +FI68165,11565,Making false statement in order to secure registration or entry in register of a place of business,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Making false statement in order to secure registration or entry in register of a place of business,11,450,v0.26.0 +FI68179,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68181,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68183,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68185,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68353,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68354,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68359,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68361,11573,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group I),11,450,v0.26.0 +FI68180,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68182,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68184,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68186,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68360,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68362,11574,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to comply with requirement of a constable that a person shall declare his name and address (Group II),11,450,v0.26.0 +FI68203,11576,Failure to surrender firearm certificate cancelled by court on conviction (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to surrender firearm certificate cancelled by court on conviction (Group I),11,450,v0.26.0 +FI68204,11577,Failure to surrender shotgun certificate cancelled by court on conviction (Group II),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Failure to surrender shotgun certificate cancelled by court on conviction (Group II),11,450,v0.26.0 +FA88024,11590,Obstructing a constable entering or inspecting an approved rifle/pistol club (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Obstructing a constable entering or inspecting an approved rifle/pistol club (Group I),11,450,v0.26.0 +FA88041,11590,Obstructing a constable entering or inspecting an approved rifle/pistol club (Group I),115 Firearms Acts - summary offences,SNM,Summary non-motoring,Obstructing a constable entering or inspecting an approved rifle/pistol club (Group I),11,450,v0.26.0 +DC00063,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +DC00097,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +DC00098,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +SF66001,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +SF66002,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +SF66DP03,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +SF66SW02,11602,Offences against Sea Fisheries Regulation Acts 1891 to 1966,116 Fishery Acts,SNM,Summary non-motoring,Offences against Sea Fisheries Regulation Acts 1891 to 1966,11,450,v0.26.0 +TH68083,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68084,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68085,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68086,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68087,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68088,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68089,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68089A,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68090,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68112,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68113,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68114,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68115,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68116,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68117,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68118,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68119,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68137,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68138,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68139,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68140,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +TH68165,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +YY000003,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +YY000006,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +YY000008,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +ZZ00043,11611,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),116 Fishery Acts,SNM,Summary non-motoring,Attempt to or unlawfully take or destroy fish in private fishery etc. (Theft Act 1968),11,450,v0.26.0 +PP62001,12001,"Coming from land in possession of game which has been unlawfully obtained, or with gun or net","120 Unlawful Possession of Game, etc.",SNM,Summary non-motoring,"Coming from land in possession of game which has been unlawfully obtained, or with gun or net",11,450,v0.26.0 +PP62002,12001,"Coming from land in possession of game which has been unlawfully obtained, or with gun or net","120 Unlawful Possession of Game, etc.",SNM,Summary non-motoring,"Coming from land in possession of game which has been unlawfully obtained, or with gun or net",11,450,v0.26.0 +ZP97002,12203,Pedestrian remain within limits of a Zebra / Pelican / Puffin crossing longer than was necessary,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Pedestrian remain within limits of a Zebra / Pelican / Puffin crossing longer than was necessary,11,450,v0.26.0 +ME82018,12206,Pedestrian on carriageway / motorway,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Pedestrian on carriageway / motorway,11,450,v0.26.0 +HY80025,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80041,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80042,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80043,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80044,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80045,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80046,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80047,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80048,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80049,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80050,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80051,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80052,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80089,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80107,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80125,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +KE00161,12207,Summary offences concerning obstruction of street/highway/motorway/building ,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Summary offences concerning obstruction of street/highway/motorway/building ,11,450,v0.26.0 +HY80055,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80056,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80057,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80058,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80059,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80060,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80063,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80064,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +HY80065,12305,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Deposit / place material / dirt / water / wire / rope / light fire / discharge firearm or firework on highway / carriageway causing danger,11,450,v0.26.0 +PL02022,12401,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,11,450,v0.26.0 +PL02036,12401,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,11,450,v0.26.0 +RT88095,12401,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Pedestrian fail to stop when directed by CSO / accredited person / constable / traffic warden,11,450,v0.26.0 +HY80004,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80006,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80008,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80011,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80012,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80013,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80014,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80015,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80016,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80017,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80018,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80019,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80106,12403,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning obstruction/damage etc. to footpath/highway/traffic sign, other than those caused by vehicles",11,450,v0.26.0 +HY80068,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80069,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80070,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80071,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80072,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80088,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +YY00123,12404,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Contravening regulation of building work, deposit of building materials and making of excavations in streets",11,450,v0.26.0 +HY80086,12407,Obstruct a footpath / bridleway or obstruct a person executing an Act / Byelaw / Order,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Obstruct a footpath / bridleway or obstruct a person executing an Act / Byelaw / Order,11,450,v0.26.0 +HY80087,12407,Obstruct a footpath / bridleway or obstruct a person executing an Act / Byelaw / Order,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Obstruct a footpath / bridleway or obstruct a person executing an Act / Byelaw / Order,11,450,v0.26.0 +HY80010,12409,Use an access which has been stopped up,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Use an access which has been stopped up,11,450,v0.26.0 +HW80001,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80030,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80035,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80036,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80037,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80038,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80039,12410,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,"Offences concerning builder's skips, e.g. deposit a builder's skip on a highway without authority",11,450,v0.26.0 +HY80040,12411,Fail to remove / reposition a builder's skip,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Fail to remove / reposition a builder's skip,11,450,v0.26.0 +HY80066,12412,Erect a length of retaining wall in contravention of s.167 Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Erect a length of retaining wall in contravention of s.167 Highways Act 1980,11,450,v0.26.0 +HY80083,12415,Offences against the Highways Act 1980 (S.292(3)),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against the Highways Act 1980 (S.292(3)),11,450,v0.26.0 +HY80084,12415,Offences against the Highways Act 1980 (S.292(3)),124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against the Highways Act 1980 (S.292(3)),11,450,v0.26.0 +PU86107,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86108,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86134,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86149,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86150,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86516,12512,"Causing harassment, alarm or distress","125C Causing harassment, alarm or distress - summary",SNM,Summary non-motoring,"Causing harassment, alarm or distress",11,450,v0.26.0 +PU86013,12513,Advance notice of public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Advance notice of public processions,11,450,v0.26.0 +PU86090,12513,Advance notice of public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Advance notice of public processions,11,450,v0.26.0 +PU86091,12513,Advance notice of public processions,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Advance notice of public processions,11,450,v0.26.0 +PU86103,12519,Taking part in prohibited assembly,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Taking part in prohibited assembly,11,450,v0.26.0 +PU86105,12521,Failure to follow a directive not to proceed in the direction of the trespassory assembly,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failure to follow a directive not to proceed in the direction of the trespassory assembly,11,450,v0.26.0 +FB89005,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FB89006,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FB89011,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FB89012,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FB89015,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FB89016,12526,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Making a false statement or making use of a false document in connection with an application for exemption from the duty to report (Football Spectators Act 1989),11,450,v0.26.0 +FO91001,12527,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,11,450,v0.26.0 +FO91002,12527,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,11,450,v0.26.0 +FO91005,12527,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Throwing a missile at or towards the playing area or any area in which spectators or other persons may be present,11,450,v0.26.0 +FO91003,12528,Taking part in indecent or racist chanting,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Taking part in indecent or racist chanting,11,450,v0.26.0 +FO91004,12529,Going onto the playing or adjacent area without lawful authority or lawful excuse (Football Offences Act 1991),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Going onto the playing or adjacent area without lawful authority or lawful excuse (Football Offences Act 1991),11,450,v0.26.0 +FO91006,12529,Going onto the playing or adjacent area without lawful authority or lawful excuse (Football Offences Act 1991),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Going onto the playing or adjacent area without lawful authority or lawful excuse (Football Offences Act 1991),11,450,v0.26.0 +CJ94014,12532,Ignoring a directive not to proceed in the direction of the gathering (rave),125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Ignoring a directive not to proceed in the direction of the gathering (rave),11,450,v0.26.0 +CJ94027,12537,"Failure to leave land, or to remove vehicle, or returning within 3 months from the day direction was given by the Local Authority",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave land, or to remove vehicle, or returning within 3 months from the day direction was given by the Local Authority",11,450,v0.26.0 +CJ94028,12537,"Failure to leave land, or to remove vehicle, or returning within 3 months from the day direction was given by the Local Authority",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Failure to leave land, or to remove vehicle, or returning within 3 months from the day direction was given by the Local Authority",11,450,v0.26.0 +CJ94029,12538,Wilful obstruction of any person carrying out 'order for removal',125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Wilful obstruction of any person carrying out 'order for removal',11,450,v0.26.0 +CJ08012,12539,Without reasonable excuse causing a nuisance or disturbance on NHS premises,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Without reasonable excuse causing a nuisance or disturbance on NHS premises,11,450,v0.26.0 +CD98019,12557,Failure to comply with any requirement of Parenting Order,125E Failure to comply with any requirement of Parenting Order,SNM,Summary non-motoring,Failure to comply with any requirement of Parenting Order,11,450,v0.26.0 +SE20004,12557,Failure to comply with any requirement of Parenting Order,125E Failure to comply with any requirement of Parenting Order,SNM,Summary non-motoring,Failure to comply with any requirement of Parenting Order,11,450,v0.26.0 +SO05016,12571,"Taking part in a demonstration or carrying out a demonstration alone, without authorisation, in a designated area",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Taking part in a demonstration or carrying out a demonstration alone, without authorisation, in a designated area",11,450,v0.26.0 +SO05017,12571,"Taking part in a demonstration or carrying out a demonstration alone, without authorisation, in a designated area",125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,"Taking part in a demonstration or carrying out a demonstration alone, without authorisation, in a designated area",11,450,v0.26.0 +RT88600,13504,Offences related to horse drawn vehicles,Other summary non-motoring offences,SNM,Summary non-motoring,Offences related to horse drawn vehicles,11,450,v0.26.0 +RR84005,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88074,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88077,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88080,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88083,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88086,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88358,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88361,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88364,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88367,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88370,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RT88373,13511,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RR84700,13512,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,450,v0.26.0 +HY80096,13515,Offences under Highways Act 1980 ,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Highways Act 1980 ,11,450,v0.26.0 +RT88601,13602,Offences under Road Traffic Act 1988,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Act 1988,11,450,v0.26.0 +RR84114,13604,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,450,v0.26.0 +HY80104,13607,Offences under Highways Act 1980,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Highways Act 1980,11,450,v0.26.0 +PL02026,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RL89174,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88075,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88078,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88081,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88084,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88087,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88112,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88357,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88360,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88363,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88366,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88369,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88372,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88752,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RT88937,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +TS02002,13705,Neglect of traffic directions,137 Pedal cycle - Neglect of traffic directions,SNM,Summary non-motoring,Neglect of traffic directions,11,450,v0.26.0 +RR84115,13708,Offences in relation to Pedestrian Crossings Road Traffic Regulation Act 1984,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Offences in relation to Pedestrian Crossings Road Traffic Regulation Act 1984,11,450,v0.26.0 +PD83001,13710,No brakes - failure to comply with the,137 Pedal cycle - Other offences,SNM,Summary non-motoring,No brakes - failure to comply with the,11,450,v0.26.0 +PD83301,13710,No brakes - failure to comply with the,137 Pedal cycle - Other offences,SNM,Summary non-motoring,No brakes - failure to comply with the,11,450,v0.26.0 +PD83601,13710,No brakes - failure to comply with the,137 Pedal cycle - Other offences,SNM,Summary non-motoring,No brakes - failure to comply with the,11,450,v0.26.0 +RT88058,13713,Pedal cyclist driving under the influence of drink or drugs,137 Pedal cycle - Ride pedal cycle whilst unfit to ride through drink or drug,SNM,Summary non-motoring,Pedal cyclist driving under the influence of drink or drugs,11,450,v0.26.0 +HY80105,13717,Offences under Highways Act 1980,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Offences under Highways Act 1980,11,450,v0.26.0 +TH68056,13718,Taking or riding a pedal cycle without consent etc.,137 Pedal cycle - Taking or riding a pedal cycle without consent,SNM,Summary non-motoring,Taking or riding a pedal cycle without consent etc.,11,450,v0.26.0 +TH68056A,13718,Taking or riding a pedal cycle without consent etc.,137 Pedal cycle - Taking or riding a pedal cycle without consent,SNM,Summary non-motoring,Taking or riding a pedal cycle without consent etc.,11,450,v0.26.0 +TH68057,13718,Taking or riding a pedal cycle without consent etc.,137 Pedal cycle - Taking or riding a pedal cycle without consent,SNM,Summary non-motoring,Taking or riding a pedal cycle without consent etc.,11,450,v0.26.0 +RT88169,13720,Rider of a cycle failing to give name and address,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Rider of a cycle failing to give name and address,11,450,v0.26.0 +RT88170,13720,Rider of a cycle failing to give name and address,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Rider of a cycle failing to give name and address,11,450,v0.26.0 +RL89074,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89131,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89132,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89133,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89134,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89374,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89431,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89432,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89433,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89434,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89674,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89731,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89732,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89733,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RL89734,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +RT88125,13730,Lighting and reflector offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Lighting and reflector offences,11,450,v0.26.0 +PL02001,13802,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,11,450,v0.26.0 +PL02031,13802,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,11,450,v0.26.0 +PL02038,13802,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,11,450,v0.26.0 +PL02039,13802,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address when required to do so or giving false or inaccurate name or address in response to a requirement,11,450,v0.26.0 +PL02010,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02011,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02023,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02037,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02040,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02043,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02044,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02045,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +SUFF033,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +YY000228,13803,Failing to give name and address to community support officer and making off having failed to give name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failing to give name and address to community support officer and making off having failed to give name and address,11,450,v0.26.0 +PL02012,13804,Making off having given false name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making off having given false name and address,11,450,v0.26.0 +PL02013,13805,Making off having agreed to accompany community support officer,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making off having agreed to accompany community support officer,11,450,v0.26.0 +PL02047,13805,Making off having agreed to accompany community support officer,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making off having agreed to accompany community support officer,11,450,v0.26.0 +PL02048,13805,Making off having agreed to accompany community support officer,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making off having agreed to accompany community support officer,11,450,v0.26.0 +PL02014,13806,Acting in anti-social manner and failing to give name and address to community support officer,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Acting in anti-social manner and failing to give name and address to community support officer,11,450,v0.26.0 +PL02015,13807,Acting in anti-social manner and making off having failed to give name and address to community support officer or having given false name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Acting in anti-social manner and making off having failed to give name and address to community support officer or having given false name and address,11,450,v0.26.0 +PL02016,13807,Acting in anti-social manner and making off having failed to give name and address to community support officer or having given false name and address,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Acting in anti-social manner and making off having failed to give name and address to community support officer or having given false name and address,11,450,v0.26.0 +PL02017,13808,Acting in anti-social manner and making off while accompanying community support officer to police station ,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Acting in anti-social manner and making off while accompanying community support officer to police station ,11,450,v0.26.0 +CD98059,13813,Failure to comply with requirement to supply financial statement for parental compensation orders,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to comply with requirement to supply financial statement for parental compensation orders,11,450,v0.26.0 +CN05004,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05005,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05006,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05007,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05008,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05009,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +CN05010,13816,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Clean Neighbourhoods and Environment Act 2005),11,450,v0.26.0 +RD78006,13818,Failure to give name and address or giving false or inaccurate name or address when required to do so (Refuse Disposal (Amenity) Act 1978),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Refuse Disposal (Amenity) Act 1978),11,450,v0.26.0 +RD78007,13818,Failure to give name and address or giving false or inaccurate name or address when required to do so (Refuse Disposal (Amenity) Act 1978),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Refuse Disposal (Amenity) Act 1978),11,450,v0.26.0 +AS03016,13819,Failure to give name and address or gives false or inaccurate name or address when required to do so (Anti-Social Behaviour Act 2003),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or gives false or inaccurate name or address when required to do so (Anti-Social Behaviour Act 2003),11,450,v0.26.0 +AS03017,13819,Failure to give name and address or gives false or inaccurate name or address when required to do so (Anti-Social Behaviour Act 2003),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or gives false or inaccurate name or address when required to do so (Anti-Social Behaviour Act 2003),11,450,v0.26.0 +NS96002,13820,Failure to give name and address or giving false or inaccurate name or address when required to do so (Noise Act 1996),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Failure to give name and address or giving false or inaccurate name or address when required to do so (Noise Act 1996),11,450,v0.26.0 +HS06005,13825,Continuing failure to produce documents,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Continuing failure to produce documents,11,450,v0.26.0 +HA06004,13826,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),11,450,v0.26.0 +HA06005,13826,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),11,450,v0.26.0 +HA06006,13826,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Obstructing or misleading or failing to assist an authorised officer of enforcement authority (Health Act 2006),11,450,v0.26.0 +WT06068,13829,Making false statement in providing information under S.51(2) of the Wireless Telegraphy Act 2006,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Making false statement in providing information under S.51(2) of the Wireless Telegraphy Act 2006,11,450,v0.26.0 +WR09006,13833,Intentionally obstructing authorised officer acting in the execution of Regs or failing to give any such officer any assistance or information or to provide facilities reasonably required (Wine Regulations 2009),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Intentionally obstructing authorised officer acting in the execution of Regs or failing to give any such officer any assistance or information or to provide facilities reasonably required (Wine Regulations 2009),11,450,v0.26.0 +WR09007,13833,Intentionally obstructing authorised officer acting in the execution of Regs or failing to give any such officer any assistance or information or to provide facilities reasonably required (Wine Regulations 2009),"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,Intentionally obstructing authorised officer acting in the execution of Regs or failing to give any such officer any assistance or information or to provide facilities reasonably required (Wine Regulations 2009),11,450,v0.26.0 +CJ09013,13840,On summons as a juror fail without reasonable excuse to attend an inquest/Attend a coroner inquest as a juror refuse and without reasonable excuse refuse to serve,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,On summons as a juror fail without reasonable excuse to attend an inquest/Attend a coroner inquest as a juror refuse and without reasonable excuse refuse to serve,11,450,v0.26.0 +CJ09014,13840,On summons as a juror fail without reasonable excuse to attend an inquest/Attend a coroner inquest as a juror refuse and without reasonable excuse refuse to serve,"138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,On summons as a juror fail without reasonable excuse to attend an inquest/Attend a coroner inquest as a juror refuse and without reasonable excuse refuse to serve,11,450,v0.26.0 +LS07007,13847,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.",11,450,v0.26.0 +LS07008,13847,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.",11,450,v0.26.0 +LS07009,13847,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.",11,450,v0.26.0 +LS07010,13847,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.","138 Offences involving impersonation, giving false or misleading information, failing to supply information, etc",SNM,Summary non-motoring,"Intentionally obstructing, failing to comply or giving assistance or information or giving false or misleading statement to a weights and measures officer.",11,450,v0.26.0 +CJ67002,14101,"Being guilty, while drunk, of disorderly behaviour","141 Drunkenness, with aggravation - disorderly in a public place",SNM,Summary non-motoring,"Being guilty, while drunk, of disorderly behaviour",11,450,v0.26.0 +CJ67003,14101,"Being guilty, while drunk, of disorderly behaviour","141 Drunkenness, with aggravation - disorderly in a public place",SNM,Summary non-motoring,"Being guilty, while drunk, of disorderly behaviour",11,450,v0.26.0 +GL09171,14101,"Being guilty, while drunk, of disorderly behaviour","141 Drunkenness, with aggravation - disorderly in a public place",SNM,Summary non-motoring,"Being guilty, while drunk, of disorderly behaviour",11,450,v0.26.0 +LG64057,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG64058,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG64121,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG83009,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG83010,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG83011,14201,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",142 Other offences by licenced persons,SNM,Summary non-motoring,"Permitting drunkenness or riotous conduct on the premises, or selling liquor to a drunken person",11,450,v0.26.0 +LG64089,14206,Keeping open premises when ordered by justices to be closed on account of riot,142 Other offences by licenced persons,SNM,Summary non-motoring,Keeping open premises when ordered by justices to be closed on account of riot,11,450,v0.26.0 +LG64015,14207,Selling or supplying intoxicating liquor for consumption on or off the premises except during permitted hours,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling or supplying intoxicating liquor for consumption on or off the premises except during permitted hours,11,450,v0.26.0 +LG64016,14207,Selling or supplying intoxicating liquor for consumption on or off the premises except during permitted hours,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling or supplying intoxicating liquor for consumption on or off the premises except during permitted hours,11,450,v0.26.0 +LG64023,14240,Supplying intoxicating liquor except during permitted hours at party organised for gain,142 Other offences by licenced persons,SNM,Summary non-motoring,Supplying intoxicating liquor except during permitted hours at party organised for gain,11,450,v0.26.0 +LG64029,14242,Selling or supplying intoxicating liquor in licensed canteen at other than permitted hours,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling or supplying intoxicating liquor in licensed canteen at other than permitted hours,11,450,v0.26.0 +LG64053,14244,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,11,450,v0.26.0 +LG64117,14244,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,11,450,v0.26.0 +LG64118,14244,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder or person working in licensed premises knowingly delivering intoxicating liquor to a person under 18 years for consumption off the premises,11,450,v0.26.0 +LG03003,14278,Failure to notify designated premises supervisor of variation or rejection,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify designated premises supervisor of variation or rejection,11,450,v0.26.0 +LG03004,14279,Failure to send a notice directing holder of premises licence to send premises licence to relevant licensing authority,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to send a notice directing holder of premises licence to send premises licence to relevant licensing authority,11,450,v0.26.0 +LG03005,14280,Failure to notify designated premises supervisor of transfer of premises licence ,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify designated premises supervisor of transfer of premises licence ,11,450,v0.26.0 +LG03006,14281,Failure to notify designated premises supervisor of interim authority notice,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify designated premises supervisor of interim authority notice,11,450,v0.26.0 +LG03031,14291,Allowing disorderly conduct on licensed premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Allowing disorderly conduct on licensed premises,11,450,v0.26.0 +LG03032,14291,Allowing disorderly conduct on licensed premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Allowing disorderly conduct on licensed premises,11,450,v0.26.0 +LG03033,14291,Allowing disorderly conduct on licensed premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Allowing disorderly conduct on licensed premises,11,450,v0.26.0 +LG03034,14291,Allowing disorderly conduct on licensed premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Allowing disorderly conduct on licensed premises,11,450,v0.26.0 +LG03035,14291,Allowing disorderly conduct on licensed premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Allowing disorderly conduct on licensed premises,11,450,v0.26.0 +LG03105,14293,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),142 Other offences by licenced persons,SNM,Summary non-motoring,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),11,450,v0.26.0 +LG03106,14293,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),142 Other offences by licenced persons,SNM,Summary non-motoring,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),11,450,v0.26.0 +LG03107,14293,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),142 Other offences by licenced persons,SNM,Summary non-motoring,Person knowingly keeping premises open in contravention of closure order (area experiencing disorder 24 hrs maximum),11,450,v0.26.0 +LG64017,14308,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,11,450,v0.26.0 +LG64018,14308,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,11,450,v0.26.0 +LG64107,14308,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,11,450,v0.26.0 +LG64108,14308,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming in or taking from licensed premises any intoxicating liquor except during permitted hours,11,450,v0.26.0 +LG64050,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG64051,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG64095,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG64113,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG64115,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG83005,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG83006,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG83018,14316,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy or consuming intoxicating liquor in licensed premises,11,450,v0.26.0 +LG64052,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +LG64096,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +LG64114,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +LG64120,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +LG83007,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +LG83019,14317,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or attempting to purchase intoxicating liquor for consumption by person under 18 in bar,11,450,v0.26.0 +SP85035,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +SP85036,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +SP85039,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +SP85040,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +SP85044,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +SP85045,14323,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consume or obtain intoxicating liquor at a designated sporting event when sale is unauthorised,11,450,v0.26.0 +LG64002,14329,"Clerk to licensing justices or his partner or clerk acting as solicitor to or agent for person at licensing session, or other proceedings specified",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Clerk to licensing justices or his partner or clerk acting as solicitor to or agent for person at licensing session, or other proceedings specified",11,450,v0.26.0 +LG64030,14337,Consuming intoxicating liquor in licensed canteen outside permitted hours,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming intoxicating liquor in licensed canteen outside permitted hours,11,450,v0.26.0 +LG64054,14339,Knowingly sending a person under 18 for purpose of obtaining intoxicating liquor,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly sending a person under 18 for purpose of obtaining intoxicating liquor,11,450,v0.26.0 +LG64119,14339,Knowingly sending a person under 18 for purpose of obtaining intoxicating liquor,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Knowingly sending a person under 18 for purpose of obtaining intoxicating liquor,11,450,v0.26.0 +LG64013,14346,Chairman and Secretary - failing to give notice of change in register of club particulars,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Chairman and Secretary - failing to give notice of change in register of club particulars,11,450,v0.26.0 +LG64090,14349,Justice acting as a justice knowing that he is disqualified under the Act from so doing ,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Justice acting as a justice knowing that he is disqualified under the Act from so doing ,11,450,v0.26.0 +LG64074,14352,Wholesaler selling intoxicating liquor to a person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Wholesaler selling intoxicating liquor to a person under 18,11,450,v0.26.0 +LG64100,14352,Wholesaler selling intoxicating liquor to a person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Wholesaler selling intoxicating liquor to a person under 18,11,450,v0.26.0 +LG64109,14352,Wholesaler selling intoxicating liquor to a person under 18,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Wholesaler selling intoxicating liquor to a person under 18,11,450,v0.26.0 +LG64076,14354,Person under 18 buying or attempting to buy intoxicating liquor from wholesale premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy intoxicating liquor from wholesale premises,11,450,v0.26.0 +LG64097,14354,Person under 18 buying or attempting to buy intoxicating liquor from wholesale premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Person under 18 buying or attempting to buy intoxicating liquor from wholesale premises,11,450,v0.26.0 +LG03036,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03036A,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03037,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03038,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03038A,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03039,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03040,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03040A,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03041,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03042,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03042A,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03043,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03044,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03044A,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03045,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03119,14374,Sale of alcohol to a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Sale of alcohol to a person who is drunk,11,450,v0.26.0 +LG03046,14375,Obtaining alcohol for a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Obtaining alcohol for a person who is drunk,11,450,v0.26.0 +LG03046A,14375,Obtaining alcohol for a person who is drunk,"143D Sale of alcohol to, or obtaining alcohol for a person who is drunk",SNM,Summary non-motoring,Obtaining alcohol for a person who is drunk,11,450,v0.26.0 +LG03047,14376,Failure to leave licensed premises etc.,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to leave licensed premises etc.,11,450,v0.26.0 +LG03048,14376,Failure to leave licensed premises etc.,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to leave licensed premises etc.,11,450,v0.26.0 +LG03048A,14376,Failure to leave licensed premises etc.,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to leave licensed premises etc.,11,450,v0.26.0 +LG03049,14377,Keeping smuggled goods,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping smuggled goods,11,450,v0.26.0 +LG03050,14377,Keeping smuggled goods,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping smuggled goods,11,450,v0.26.0 +LG03051,14377,Keeping smuggled goods,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping smuggled goods,11,450,v0.26.0 +LG03052,14377,Keeping smuggled goods,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping smuggled goods,11,450,v0.26.0 +LG03053,14377,Keeping smuggled goods,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping smuggled goods,11,450,v0.26.0 +LG03054,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03055,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03056,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03057,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03058,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03059,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03060,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03061,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03062,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03063,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03121,14378,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Allowing unaccompanied child (aged under 16) to be on certain premises when they are open for supply of alcohol for consumption there,11,450,v0.26.0 +LG03079,14382,Purchase of alcohol by an individual under 18,143C Purchase of alcohol by a person aged under 18,SNM,Summary non-motoring,Purchase of alcohol by an individual under 18,11,450,v0.26.0 +LG03079A,14382,Purchase of alcohol by an individual under 18,143C Purchase of alcohol by a person aged under 18,SNM,Summary non-motoring,Purchase of alcohol by an individual under 18,11,450,v0.26.0 +LG03126,14382,Purchase of alcohol by an individual under 18,143C Purchase of alcohol by a person aged under 18,SNM,Summary non-motoring,Purchase of alcohol by an individual under 18,11,450,v0.26.0 +LG03085,14384,Individual aged under 18 knowingly consuming alcohol,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual aged under 18 knowingly consuming alcohol,11,450,v0.26.0 +LG03125,14384,Individual aged under 18 knowingly consuming alcohol,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Individual aged under 18 knowingly consuming alcohol,11,450,v0.26.0 +LG03111,14394,Intentionally obstructing an authorised person exercising powers to investigate licensable activities,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Intentionally obstructing an authorised person exercising powers to investigate licensable activities,11,450,v0.26.0 +CY91001,14402,Sale of unpackaged cigarettes,144 Sale of unpackaged cigarettes,SNM,Summary non-motoring,Sale of unpackaged cigarettes,11,450,v0.26.0 +CY91002,14403,Failure to display warning statement (juvenile smoking),144 Tobacco products: Failure to display warning statements in retail premises and on vending machines ,SNM,Summary non-motoring,Failure to display warning statement (juvenile smoking),11,450,v0.26.0 +CY33023,14705,Offences in connection with employment of children and young persons Children and Young Persons Act 1933,147 Employment of Children Acts,SNM,Summary non-motoring,Offences in connection with employment of children and young persons Children and Young Persons Act 1933,11,450,v0.26.0 +CY33025,14705,Offences in connection with employment of children and young persons Children and Young Persons Act 1933,147 Employment of Children Acts,SNM,Summary non-motoring,Offences in connection with employment of children and young persons Children and Young Persons Act 1933,11,450,v0.26.0 +ER96001,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +ER96002,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +ER96003,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +ER96004,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +ER96005,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78001,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78002,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78005,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78006,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78009,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78010,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +EY78011,14859,Offences under Employment Rights Act 1996,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Employment Rights Act 1996,11,450,v0.26.0 +MS95001,15019,Offences against Merchant Shipping Act 1995,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping Act 1995,11,450,v0.26.0 +GM000107,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92023,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92024,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92025,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92030,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92031,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +SS92049,15112,"Wilful obstruction of inspector, failure to produce documents or to furnish information",152 Other Social Security offences,SNM,Summary non-motoring,"Wilful obstruction of inspector, failure to produce documents or to furnish information",11,450,v0.26.0 +CT13001,15116,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,450,v0.26.0 +CT13002,15116,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,450,v0.26.0 +CT13003,15116,Other social security offences,152 Other Social Security offences,SNM,Summary non-motoring,Other social security offences,11,450,v0.26.0 +AN00026,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN00999,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN05023,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN05024,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN05025,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN05026,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN09021,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN09022,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AN95044,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +AS00093,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +CX00040,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +CX00041,15510,Contravention of Rules of the Air regulations (Air Navigation Order 2005),"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Air Navigation Order 2005,11,450,v0.26.0 +TR00003,15512,Failure to comply with requirement of regulations made under S.81 of the Transport Act 2000,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Failure to comply with requirement of regulations made under S.81 of the Transport Act 2000,11,450,v0.26.0 +AN05029,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN05030,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN05031,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN05035,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN05036,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN05037,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09025,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09026,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09027,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09031,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09032,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09033,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09058,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AN09059,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AS00114,15517,Air traffic Controllers - summary offences,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Air traffic Controllers - summary offences,11,450,v0.26.0 +AT21001,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21002,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21003,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21004,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21005,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21006,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21007,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21008,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21009,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +AT21010,15529,Fail to comply with requirement regarding unmanned aircraft,155b Offences against the Air Traffic Management and Unmanned Aircraft Act 2021,SNM,Summary non-motoring,Fail to comply with requirement regarding unmanned aircraft,11,450,v0.26.0 +CR00001,15608,Displaying notices on access land deterring public use (Countryside and Rights of Way Act 2000),Other summary non-motoring offences,SNM,Summary non-motoring,Displaying notices on access land deterring public use (Countryside and Rights of Way Act 2000),11,450,v0.26.0 +CR00002,15608,Displaying notices on access land deterring public use (Countryside and Rights of Way Act 2000),Other summary non-motoring offences,SNM,Summary non-motoring,Displaying notices on access land deterring public use (Countryside and Rights of Way Act 2000),11,450,v0.26.0 +CR00003,15609,Order to remove obstruction (Countryside and Rights of Way Act 2000),Other summary non-motoring offences,SNM,Summary non-motoring,Order to remove obstruction (Countryside and Rights of Way Act 2000),11,450,v0.26.0 +NW64001,15620,Offences against Byelaws made under Open Spaces Act 1906,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Byelaws made under Open Spaces Act 1906,11,450,v0.26.0 +NW64002,15620,Offences against Byelaws made under Open Spaces Act 1906,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Byelaws made under Open Spaces Act 1906,11,450,v0.26.0 +RR84003,16311,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,11,450,v0.26.0 +RR84164,16311,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,11,450,v0.26.0 +RR84704,16311,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Metropolitan Police Acts and Metropolitan Streets Acts which relate to pedestrian and non-vehicular street offences Road Traffic Regulation Act 1984,11,450,v0.26.0 +CAM019,16409,Offences under Public Health Acts Amendment Act 1907,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Public Health Acts Amendment Act 1907,11,450,v0.26.0 +PA07001,16409,Offences under Public Health Acts Amendment Act 1907,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Public Health Acts Amendment Act 1907,11,450,v0.26.0 +MP39006,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39007,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39008,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39009,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39010,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39011,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39012,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39013,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39014,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39020,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39021,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39022,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39023,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39024,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39025,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39026,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +MP39029,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +RR84002,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +RR84004,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +RR84176,16411,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences under Metropolitan Police Acts, Metropolitan Street Acts, Environmental Protection Act 1990 and Road Traffic Regulation Act 1984 (except those relating to allowing chimneys to be on fire, disorderly behaviour or playing in the street or those included under specific heads such as Dogs, Highways, Drunkenness etc)",11,450,v0.26.0 +TP10001,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10002,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10003,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10004,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10005,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10006,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10007,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10008,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10009,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10010,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10011,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10012,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10013,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10014,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10015,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10016,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10017,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10018,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10019,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10020,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10021,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10022,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10023,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10024,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10025,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10026,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10027,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10028,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10029,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10030,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10031,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10032,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP10033,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11001,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11002,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11003,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11004,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11005,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11006,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11007,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11008,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11009,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11010,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11011,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11012,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11013,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11014,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11015,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11016,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11017,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11018,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11019,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11020,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11021,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11022,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11023,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11024,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11025,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11026,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11027,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11028,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11029,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11030,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11031,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11032,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +TP11033,16417,Summary offences Transport for London Road Transport Premises Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences Transport for London Road Transport Premises Byelaws,11,450,v0.26.0 +SX85001,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX85002,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX85003,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX85004,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX85005,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX85006,16501,Kerb-crawling,Other summary non-motoring offences,SNM,Summary non-motoring,Kerb-crawling,11,450,v0.26.0 +SX56095,16502,Persistent soliciting of person or persons for the purpose of prostitution,Other summary non-motoring offences,SNM,Summary non-motoring,Persistent soliciting of person or persons for the purpose of prostitution,11,450,v0.26.0 +SX56098,16502,Persistent soliciting of person or persons for the purpose of prostitution,Other summary non-motoring offences,SNM,Summary non-motoring,Persistent soliciting of person or persons for the purpose of prostitution,11,450,v0.26.0 +SX85007,16502,Persistent soliciting of person or persons for the purpose of prostitution,Other summary non-motoring offences,SNM,Summary non-motoring,Persistent soliciting of person or persons for the purpose of prostitution,11,450,v0.26.0 +SO59001,16604,Person persistently loitering or soliciting for the purposes of prostitution,166 Offence by Prostitute,SNM,Summary non-motoring,Person persistently loitering or soliciting for the purposes of prostitution,11,450,v0.26.0 +SO59002,16604,Person persistently loitering or soliciting for the purposes of prostitution,166 Offence by Prostitute,SNM,Summary non-motoring,Person persistently loitering or soliciting for the purposes of prostitution,11,450,v0.26.0 +SO59003,16604,Person persistently loitering or soliciting for the purposes of prostitution,166 Offence by Prostitute,SNM,Summary non-motoring,Person persistently loitering or soliciting for the purposes of prostitution,11,450,v0.26.0 +SO59004,16604,Person persistently loitering or soliciting for the purposes of prostitution,166 Offence by Prostitute,SNM,Summary non-motoring,Person persistently loitering or soliciting for the purposes of prostitution,11,450,v0.26.0 +LO31134,16701,Soliciting another for the purpose of obtaining their sexual services as a prostitute in a street or public place,"167 Aiding, etc. Offence by Prostitute",SNM,Summary non-motoring,Soliciting another for the purpose of obtaining their sexual services as a prostitute in a street or public place,11,450,v0.26.0 +SX03213,16701,Soliciting another for the purpose of obtaining their sexual services as a prostitute in a street or public place,"167 Aiding, etc. Offence by Prostitute",SNM,Summary non-motoring,Soliciting another for the purpose of obtaining their sexual services as a prostitute in a street or public place,11,450,v0.26.0 +SX03212,16702,"Paying or promising to pay a person to provide sexual services, where that person is subject to exploitative conduct to induce or encourage them to provide those services","167 Aiding, etc. Offence by Prostitute",SNM,Summary non-motoring,"Paying or promising to pay a person to provide sexual services, where that person is subject to exploitative conduct to induce or encourage them to provide those services",11,450,v0.26.0 +BU84002,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84008,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84012,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84013,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84014,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84015,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84016,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84017,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84018,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84021,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84022,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84024,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +BU84025,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +PH84002,16807,Offences under Public Health Act 1961,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Act 1961,11,450,v0.26.0 +PH90003,16808,Offences under Public Health Acts Amendment Act 1890,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health Acts Amendment Act 1890,11,450,v0.26.0 +RG51001,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51002,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51003,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51004,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51005,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51006,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51007,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51008,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51009,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51010,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51011,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51012,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51013,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51014,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51015,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51016,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51017,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51018,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51019,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51020,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +RG51021,16813,Not known,Not known,Not known,Not known,Not known,13,450,v0.26.0 +CC22001,16818,Offences under Celluloid and Cinematograph Film Act 1922,168 Public Health Offence,SNM,Summary non-motoring,Offences under Celluloid and Cinematograph Film Act 1922,11,450,v0.26.0 +CC22002,16818,Offences under Celluloid and Cinematograph Film Act 1922,168 Public Health Offence,SNM,Summary non-motoring,Offences under Celluloid and Cinematograph Film Act 1922,11,450,v0.26.0 +RR35001,16824,Offences under Restriction of Ribbon Development Act 1935 ,168 Public Health Offence,SNM,Summary non-motoring,Offences under Restriction of Ribbon Development Act 1935 ,11,450,v0.26.0 +FS47007,16830,Offences under Fire Services Act 1947,168 Public Health Offence,SNM,Summary non-motoring,Offences under Fire Services Act 1947,11,450,v0.26.0 +FS47008,16830,Offences under Fire Services Act 1947,168 Public Health Offence,SNM,Summary non-motoring,Offences under Fire Services Act 1947,11,450,v0.26.0 +FS47009,16830,Offences under Fire Services Act 1947,168 Public Health Offence,SNM,Summary non-motoring,Offences under Fire Services Act 1947,11,450,v0.26.0 +FS47018,16830,Offences under Fire Services Act 1947,168 Public Health Offence,SNM,Summary non-motoring,Offences under Fire Services Act 1947,11,450,v0.26.0 +CA39001,16831,Offences under Cancer Act 1939,168 Public Health Offence,SNM,Summary non-motoring,Offences under Cancer Act 1939,11,450,v0.26.0 +KE00192,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +LO31070,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD11950,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD1949A,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD49001,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD49002,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD49SW01,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD63001,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PD63002,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +PDPS549A,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +WM000115,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +ZZ00063,16836,Offences under Prevention of Damage by Pests Act 1949,168 Public Health Offence,SNM,Summary non-motoring,Offences under Prevention of Damage by Pests Act 1949,11,450,v0.26.0 +HP52001,16840,Offences under Hypnotism Act 1952,168 Public Health Offence,SNM,Summary non-motoring,Offences under Hypnotism Act 1952,11,450,v0.26.0 +HP52002,16840,Offences under Hypnotism Act 1952,168 Public Health Offence,SNM,Summary non-motoring,Offences under Hypnotism Act 1952,11,450,v0.26.0 +HP52003,16840,Offences under Hypnotism Act 1952,168 Public Health Offence,SNM,Summary non-motoring,Offences under Hypnotism Act 1952,11,450,v0.26.0 +CA19213,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +CA93001,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +CA93002,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +CA93003,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +CA93005,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +YZ0008,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +YZ005,16842,Offences under Clean Air Act 1993,168 Public Health Offence,SNM,Summary non-motoring,Offences under Clean Air Act 1993,11,450,v0.26.0 +CV60001,16845,Offences under Caravan Sites and Control of Development Act 1960,168 Public Health Offence,SNM,Summary non-motoring,Offences under Caravan Sites and Control of Development Act 1960,11,450,v0.26.0 +CV60002,16845,Offences under Caravan Sites and Control of Development Act 1960,168 Public Health Offence,SNM,Summary non-motoring,Offences under Caravan Sites and Control of Development Act 1960,11,450,v0.26.0 +CV60003,16845,Offences under Caravan Sites and Control of Development Act 1960,168 Public Health Offence,SNM,Summary non-motoring,Offences under Caravan Sites and Control of Development Act 1960,11,450,v0.26.0 +CV60004,16845,Offences under Caravan Sites and Control of Development Act 1960,168 Public Health Offence,SNM,Summary non-motoring,Offences under Caravan Sites and Control of Development Act 1960,11,450,v0.26.0 +HP20001,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20002,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20003,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20004,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20005,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20006,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20007,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20008,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20009,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20010,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +HP20011,16857,Failure to comply with screening restriction/requirement (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with screening restriction/requirement (coronavirus),11,450,v0.26.0 +CO20002,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20003,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20004,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20005,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20006,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20007,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20008,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20009,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20010,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20011,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20012,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20013,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +CO20019,16859,Offences by potentially infectious persons (coronavirus),168 Public Health Offence,SNM,Summary non-motoring,Offences by potentially infectious persons (coronavirus),11,450,v0.26.0 +EP90129,16867,Failure to comply with notice re waste collection,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with notice re waste collection,11,450,v0.26.0 +EP90466,16867,Failure to comply with notice re waste collection,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with notice re waste collection,11,450,v0.26.0 +LAN0058,16867,Failure to comply with notice re waste collection,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with notice re waste collection,11,450,v0.26.0 +TV00047,16867,Failure to comply with notice re waste collection,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with notice re waste collection,11,450,v0.26.0 +YY0031,16867,Failure to comply with notice re waste collection,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with notice re waste collection,11,450,v0.26.0 +EP90130,16868,Failure to comply with a requirement in relation to receptacles for commercial or industrial waste,168 Public Health Offence,SNM,Summary non-motoring,Failure to comply with a requirement in relation to receptacles for commercial or industrial waste,11,450,v0.26.0 +EP90034,16877,Sorting over or disturbing waste (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Sorting over or disturbing waste (Environmental Protection Act 1990),11,450,v0.26.0 +EP90080,16890,Obstructing entry to premises (Environmental Protection Act 1990),168 Public Health Offence,SNM,Summary non-motoring,Obstructing entry to premises (Environmental Protection Act 1990),11,450,v0.26.0 +NS96001,16897,Offences under the Noise Act 1996,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Noise Act 1996,11,450,v0.26.0 +NS96003,16897,Offences under the Noise Act 1996,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Noise Act 1996,11,450,v0.26.0 +NS96004,16897,Offences under the Noise Act 1996,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Noise Act 1996,11,450,v0.26.0 +YY000304,16897,Offences under the Noise Act 1996,168 Public Health Offence,SNM,Summary non-motoring,Offences under the Noise Act 1996,11,450,v0.26.0 +TR10001,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10002,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10003,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10004,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10005,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10006,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10007,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10008,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10009,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10010,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10011,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10012,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10013,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10014,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10015,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10016,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10017,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10018,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10019,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10020,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10021,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10022,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10023,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10024,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10025,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10026,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10027,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10028,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10029,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10030,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10031,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10032,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10033,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10034,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10035,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10036,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10037,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10038,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10039,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10040,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10041,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10042,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10043,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10044,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10045,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10046,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10047,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10048,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10049,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10050,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10051,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10052,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10053,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10054,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10055,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10056,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR10057,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11001,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11002,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11003,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11004,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11005,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11006,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11007,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11008,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11009,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11010,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11011,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11012,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11013,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11014,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11015,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11016,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11017,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11018,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11019,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11020,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11021,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11022,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11023,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11024,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11025,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11026,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11027,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11028,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11029,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11030,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11031,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11032,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11033,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11034,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11035,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11036,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11037,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11038,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11039,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11040,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11041,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11042,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11043,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11044,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11045,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11046,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11047,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11048,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11049,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11050,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11051,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11052,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11053,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11054,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11055,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11056,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +TR11057,16909,Summary offences under Transport for London Regional Railway Network Byelaws,169B Other railway offences,SNM,Summary non-motoring,Summary offences under Transport for London Regional Railway Network Byelaws,11,450,v0.26.0 +GL07025,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07039,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07040,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07041,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07042,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07044,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL07045,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL09002,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL09007,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GM000064,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GMMET001,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PH98028,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PH98029,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90001,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90002,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90003,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90004,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90005,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90006,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90007,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90008,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90009,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90010,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90011,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90012,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90013,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90014,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90015,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90016,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90017,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90018,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90019,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90020,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90021,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90022,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90023,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90024,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90025,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90026,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90027,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90028,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90029,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90030,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90031,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90032,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90033,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90034,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90035,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90036,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90037,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90038,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90039,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90040,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90041,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90042,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90043,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90044,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PS90045,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81014,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81014B,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81015,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81019,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81089,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81090,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81091,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81092,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81093,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81094,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81095,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81096,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81097,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81098,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81099,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81100,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81101,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81102,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81103,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81104,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81105,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81106,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PV81107,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +PVST1988,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84002,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84003,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84005,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84006,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84007,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84008,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84009,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84011,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84012,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84013,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84014,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84015,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84016,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84017,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84018,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RS84019,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +RT8844A,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +TA00202,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000014,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000024,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000033,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000047,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000048,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000080,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000085,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +YY000285,17313,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Passenger Vehicles Act 1981,11,450,v0.26.0 +GL09001,17317,Offences against the regulation of services by public service vehicles in and around London (S.23 of the Transport (London) Act 1969) (historic),173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences against the regulation of services by public service vehicles in and around London (S.23 of the Transport (London) Act 1969) (historic),11,450,v0.26.0 +PV09001,17318,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,11,450,v0.26.0 +PV09002,17318,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,11,450,v0.26.0 +PV09003,17318,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences relating to immobilisation and obstruction of an authorised person under Public Service Vehicles (Enforcement Powers) Regulations 2009,11,450,v0.26.0 +TR00011,17330,Systematic failure by operators to provide the mandatory concession,Other summary non-motoring offences,SNM,Summary non-motoring,Systematic failure by operators to provide the mandatory concession,11,450,v0.26.0 +PO99001,17501,"""Failure to comply with any requirement imposed by regulations by virtue of S.9(3)(f) of the Protection of Children Act 1999 - """"imposing reporting restrictions in prescribed circumstances""""""",175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,"""Failure to comply with any requirement imposed by regulations by virtue of S.9(3)(f) of the Protection of Children Act 1999 - """"imposing reporting restrictions in prescribed circumstances""""""",11,450,v0.26.0 +PO99004,17501,"""Failure to comply with any requirement imposed by regulations by virtue of S.9(3)(f) of the Protection of Children Act 1999 - """"imposing reporting restrictions in prescribed circumstances""""""",175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,"""Failure to comply with any requirement imposed by regulations by virtue of S.9(3)(f) of the Protection of Children Act 1999 - """"imposing reporting restrictions in prescribed circumstances""""""",11,450,v0.26.0 +PO99002,17502,"""Failure to comply with any requirement in respect of the discovery or inspection of documents imposed by the regulations by virtue of S.9(3)(h) of the Protection of Children Act 1999 - """"for granting any person such discovery or inspection of documents or right to further particulars as might be granted by a county court""""""",175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,"""Failure to comply with any requirement in respect of the discovery or inspection of documents imposed by the regulations by virtue of S.9(3)(h) of the Protection of Children Act 1999 - """"for granting any person such discovery or inspection of documents or right to further particulars as might be granted by a county court""""""",11,450,v0.26.0 +PO99003,17503,"""Failure to comply with any requirement imposed by the regulations by virtue of S.9(3)(j) of the Protection of Children Act 1999 - """"for requiring persons to attend to give evidence and produce documents""""""",175 Sexual Offences- Miscellaneous,SNM,Summary non-motoring,"""Failure to comply with any requirement imposed by the regulations by virtue of S.9(3)(j) of the Protection of Children Act 1999 - """"for requiring persons to attend to give evidence and produce documents""""""",11,450,v0.26.0 +CT04002,17911,Loading or unloading or permitting load or unloading of goods from vehicle in loading control area for large shop on Christmas Day,Other summary non-motoring offences,SNM,Summary non-motoring,Loading or unloading or permitting load or unloading of goods from vehicle in loading control area for large shop on Christmas Day,11,450,v0.26.0 +CT04003,17911,Loading or unloading or permitting load or unloading of goods from vehicle in loading control area for large shop on Christmas Day,Other summary non-motoring offences,SNM,Summary non-motoring,Loading or unloading or permitting load or unloading of goods from vehicle in loading control area for large shop on Christmas Day,11,450,v0.26.0 +TA02016,18401,Obstruction of or failure to comply with a duly authorised enforcement officer (Tobacco Advertising and Promotion Act 2002),Other summary non-motoring offences,SNM,Summary non-motoring,Obstruction of or failure to comply with a duly authorised enforcement officer (Tobacco Advertising and Promotion Act 2002),11,450,v0.26.0 +VG24025,18804,Wandering abroad and exposing wounds or deformities to obtain alms,Other summary non-motoring offences,SNM,Summary non-motoring,Wandering abroad and exposing wounds or deformities to obtain alms,11,450,v0.26.0 +WT06001,19104,Failing or refusing without reasonable excuse to cause surrender of wireless telegraphy licence to OFCOM,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Failing or refusing without reasonable excuse to cause surrender of wireless telegraphy licence to OFCOM,11,450,v0.26.0 +WT06004,19106,Installing or using wireless telegraphy receiving equipment without a S.8 licence,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Installing or using wireless telegraphy receiving equipment without a S.8 licence,11,450,v0.26.0 +WT06007,19108,Possessing or controlling wireless telegraphy receiving apparatus with intent for oneself or another to use it to contravene SS.8 and 35(2),191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Possessing or controlling wireless telegraphy receiving apparatus with intent for oneself or another to use it to contravene SS.8 and 35(2),11,450,v0.26.0 +WT06019,19110,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,11,450,v0.26.0 +WT06075,19110,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,11,450,v0.26.0 +WT06076,19110,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Contravening regulations made under S.45 of the Wireless Telegraphy Act 2006,11,450,v0.26.0 +WT06023,19112,Failing or refusing to cause to be surrendered to the Secretary of State an authority under S.52(3) of the Wireless Telegraphy Act 2006,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Failing or refusing to cause to be surrendered to the Secretary of State an authority under S.52(3) of the Wireless Telegraphy Act 2006,11,450,v0.26.0 +MD71062,19311,"Failure to comply with notice requiring information relating to prescribing, supply etc of drugs",193 Drug offences - summary,SNM,Summary non-motoring,"Failure to comply with notice requiring information relating to prescribing, supply etc of drugs",11,450,v0.26.0 +IA99017,19438,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,194 Immigration Offence,SNM,Summary non-motoring,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,11,450,v0.26.0 +IA99018,19438,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,194 Immigration Offence,SNM,Summary non-motoring,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,11,450,v0.26.0 +IA99019,19438,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,194 Immigration Offence,SNM,Summary non-motoring,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,11,450,v0.26.0 +IA99020,19438,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,194 Immigration Offence,SNM,Summary non-motoring,Obstruction of a person carrying out functions under Part VI or failure to give information when required by the Immigration and Asylum Act 1999,11,450,v0.26.0 +IA99026,19443,Wilfully obstructing a detainee custody officer,194 Immigration Offence,SNM,Summary non-motoring,Wilfully obstructing a detainee custody officer,11,450,v0.26.0 +IA99027,19443,Wilfully obstructing a detainee custody officer,194 Immigration Offence,SNM,Summary non-motoring,Wilfully obstructing a detainee custody officer,11,450,v0.26.0 +IA99033,19444,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,194 Immigration Offence,SNM,Summary non-motoring,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,11,450,v0.26.0 +IA99034,19444,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,194 Immigration Offence,SNM,Summary non-motoring,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,11,450,v0.26.0 +IA99035,19444,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,194 Immigration Offence,SNM,Summary non-motoring,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,11,450,v0.26.0 +IA99036,19444,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,194 Immigration Offence,SNM,Summary non-motoring,Bringing or attempting to bring in alcohol or placing alcohol anywhere outside a detention centre or allowing alcohol to be sold or used in the centre,11,450,v0.26.0 +IA99039,19445,Conveying or attempting to convey anything into or out of the detention centre or placing anything anywhere outside a detention centre intending it to come into the possession of a detained person,194 Immigration Offence,SNM,Summary non-motoring,Conveying or attempting to convey anything into or out of the detention centre or placing anything anywhere outside a detention centre intending it to come into the possession of a detained person,11,450,v0.26.0 +IA99040,19445,Conveying or attempting to convey anything into or out of the detention centre or placing anything anywhere outside a detention centre intending it to come into the possession of a detained person,194 Immigration Offence,SNM,Summary non-motoring,Conveying or attempting to convey anything into or out of the detention centre or placing anything anywhere outside a detention centre intending it to come into the possession of a detained person,11,450,v0.26.0 +NI02001,19447,"Failure to comply with a requirement imposed in accordance with rules under 106(4) to attend before an adjudicator or the Tribunal, to give evidence or to produce a document (Nationality, Immigration and Asylum Act 2002)",194 Immigration Offence,SNM,Summary non-motoring,"Failure to comply with a requirement imposed in accordance with rules under 106(4) to attend before an adjudicator or the Tribunal, to give evidence or to produce a document (Nationality, Immigration and Asylum Act 2002)",11,450,v0.26.0 +CA82002,19501,Summary offences under Civil Aviation Act 1982,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Civil Aviation Act 1982,11,450,v0.26.0 +CH89013,19505,Summary offences under Children Act 1989,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Children Act 1989,11,450,v0.26.0 +SM13001,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13002,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13003,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13004,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13005,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13006,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13007,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13008,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13009,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13010,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13011,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13012,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13013,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13014,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13015,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13016,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13017,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13018,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13019,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13020,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13021,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13022,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13023,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13024,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13025,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13026,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13027,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13028,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13029,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13030,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13031,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13032,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13033,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13034,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13035,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13036,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13037,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13038,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13039,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13040,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13041,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13042,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13043,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13044,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13045,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13046,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM13047,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64001,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64005,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64006,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64007,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64008,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64009,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64010,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64011,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64012,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64013,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64015,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64016,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64017,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64018,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64019,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64020,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64021,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64022,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +SM64023,19534,Summary offences under Scrap Metal Dealers Act 1964,195 Offences by dealers in scrap metal and similar goods and in marine stores,SNM,Summary non-motoring,Summary offences under Scrap Metal Dealers Act 1964,11,450,v0.26.0 +LT85001,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85002,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85003,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85004,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85005,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85006,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85007,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +LT85008,19542,Summary offences under Landlord and Tenant Act 1985,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Landlord and Tenant Act 1985,11,450,v0.26.0 +BA12001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12084,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12085,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12086,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12087,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12088,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12089,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12090,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12091,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12092,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12093,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12094,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12095,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BA12096,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BI04006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BI04017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BI04074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +BI04103,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96084,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96085,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96086,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96087,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96088,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96089,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96090,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96091,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96092,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96093,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96094,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96095,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96096,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96097,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96098,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96099,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96100,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96101,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96102,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96103,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96104,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +GA96105,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14084,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14085,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14086,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14087,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14088,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14089,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14090,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14091,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14092,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14093,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14094,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14095,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14096,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14097,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14098,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14099,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14100,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14101,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14102,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14103,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14104,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14105,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14106,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14107,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14108,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14109,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14110,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14111,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14112,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14113,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA14114,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96084,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96085,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96086,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96087,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96088,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96089,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96090,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96091,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96092,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96093,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96094,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96095,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96096,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96097,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96098,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96099,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96100,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96101,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96102,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96103,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96104,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96105,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96106,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +HA96107,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LA05083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +LC88023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +MA55043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SA96083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96001,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96002,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96003,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96004,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96005,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96006,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96007,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96008,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96009,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96010,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96011,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96012,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96013,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96014,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96015,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96016,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96017,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96018,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96019,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96020,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96021,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96022,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96023,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96024,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96025,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96026,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96027,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96028,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96029,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96030,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96031,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96032,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96033,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96034,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96035,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96036,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96037,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96038,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96039,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96040,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96041,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96042,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96043,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96044,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96045,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96046,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96047,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96048,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96049,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96050,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96051,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96052,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96053,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96054,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96055,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96056,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96057,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96058,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96059,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96060,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96061,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96062,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96063,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96064,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96065,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96066,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96067,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96068,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96069,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96070,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96071,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96072,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96073,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96074,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96075,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96076,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96077,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96078,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96079,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96080,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96081,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96082,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +SU96083,19545,Contravention of airport byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of airport byelaws,11,450,v0.26.0 +RD78005,19550,Summary offences under Refuse Disposal (Amenity) Act 1978,195 Refuse Disposal (Amenity) Act 1978 - Dumping,SNM,Summary non-motoring,Summary offences under Refuse Disposal (Amenity) Act 1978,11,450,v0.26.0 +CJ91001,19566,Breach of licence conditions by short-term prisoners (historic),Other summary non-motoring offences,SNM,Summary non-motoring,Breach of licence conditions by short-term prisoners (historic),11,450,v0.26.0 +CJ91046,19566,Breach of licence conditions by short-term prisoners (historic),Other summary non-motoring offences,SNM,Summary non-motoring,Breach of licence conditions by short-term prisoners (historic),11,450,v0.26.0 +CJ91003,19568,Summary offences under Criminal Justice Act 1991,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1991,11,450,v0.26.0 +ESX008,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC18790,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC90002,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC90179,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC90DP01,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC90GW05,19571,Failure to comply with planning contravention notice,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Failure to comply with planning contravention notice,11,450,v0.26.0 +TC90007,19573,"""Failure to comply with """"breach of condition"""" notice""",195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,"""Failure to comply with """"breach of condition"""" notice""",11,450,v0.26.0 +TC90051,19573,"""Failure to comply with """"breach of condition"""" notice""",195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,"""Failure to comply with """"breach of condition"""" notice""",11,450,v0.26.0 +TC90052,19573,"""Failure to comply with """"breach of condition"""" notice""",195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,"""Failure to comply with """"breach of condition"""" notice""",11,450,v0.26.0 +WI00079,19573,"""Failure to comply with """"breach of condition"""" notice""",195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,"""Failure to comply with """"breach of condition"""" notice""",11,450,v0.26.0 +TC90012,19574,Wilfully obstructing person acting in exercise of right of entry,195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Wilfully obstructing person acting in exercise of right of entry,11,450,v0.26.0 +CB87005,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87006,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87007,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87008,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87015,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87016,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87017,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87018,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB98015,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB98016,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB98017,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB98018,19581,Person under the age of 18 buying or hiring a crossbow or part of crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age of 18 buying or hiring a crossbow or part of crossbow,11,450,v0.26.0 +CB87009,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +CB87010,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +CB87019,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +CB87020,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +CB98019,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +CB98020,19582,Person under the age 18 having a crossbow or component parts of a crossbow,Other summary non-motoring offences,SNM,Summary non-motoring,Person under the age 18 having a crossbow or component parts of a crossbow,11,450,v0.26.0 +PW96001,19583,Summary offences under Party Wall etc. Act 1996,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Party Wall etc. Act 1996,11,450,v0.26.0 +PW96002,19583,Summary offences under Party Wall etc. Act 1996,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Party Wall etc. Act 1996,11,450,v0.26.0 +PL64011,19592,Wearing any article of police uniform with intent to deceive,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Wearing any article of police uniform with intent to deceive,11,450,v0.26.0 +PL96006,19592,Wearing any article of police uniform with intent to deceive,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Wearing any article of police uniform with intent to deceive,11,450,v0.26.0 +CI03005,19604,Failure to deliver driving licence or counterpart to appropriate Minister within 21 days,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to deliver driving licence or counterpart to appropriate Minister within 21 days,11,450,v0.26.0 +CD98061,19613,Breach of Individual Support Order,Other summary non-motoring offences,SNM,Summary non-motoring,Breach of Individual Support Order,11,450,v0.26.0 +AS03007,19619,Failure to take action in accordance with remedial notice,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to take action in accordance with remedial notice,11,450,v0.26.0 +AS03008,19620,Failure to comply with remedial notice is continuing,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with remedial notice is continuing,11,450,v0.26.0 +AS03009,19621,After conviction under S.75(9) of Anti-social Behaviour Act 2003 still failing to comply with remedial order,Other summary non-motoring offences,SNM,Summary non-motoring,After conviction under S.75(9) of Anti-social Behaviour Act 2003 still failing to comply with remedial order,11,450,v0.26.0 +AS03010,19622,Wilful obstruction of a person acting in the exercise of powers under Section 84 Anti-social Behaviour Act 2003 to enter land and take action,Other summary non-motoring offences,SNM,Summary non-motoring,Wilful obstruction of a person acting in the exercise of powers under Section 84 Anti-social Behaviour Act 2003 to enter land and take action,11,450,v0.26.0 +AS03012,19624,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),Other summary non-motoring offences,SNM,Summary non-motoring,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),11,450,v0.26.0 +AS03013,19624,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),Other summary non-motoring offences,SNM,Summary non-motoring,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),11,450,v0.26.0 +AS03014,19624,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),Other summary non-motoring offences,SNM,Summary non-motoring,Obstruction of person acting in the exercise of the power under Section 74 Anti-social Behaviour Act 2003 (powers of entry for purposes of complaints and appeals),11,450,v0.26.0 +HT04011,19633,Summary offences under Human Tissue Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Human Tissue Act 2004,11,450,v0.26.0 +HT04012,19633,Summary offences under Human Tissue Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Human Tissue Act 2004,11,450,v0.26.0 +HT04017,19633,Summary offences under Human Tissue Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Human Tissue Act 2004,11,450,v0.26.0 +HT04019,19633,Summary offences under Human Tissue Act 2004,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Human Tissue Act 2004,11,450,v0.26.0 +TG03001,19650,Contravention of prohibition imposed by Article 3 or 4 of Trade in Goods (Control) Order 2003 ,Other summary non-motoring offences,SNM,Summary non-motoring,Contravention of prohibition imposed by Article 3 or 4 of Trade in Goods (Control) Order 2003 ,11,450,v0.26.0 +TA06001,19651,Infringing the prohibition on acceptance of technical assistance etc.,Other summary non-motoring offences,SNM,Summary non-motoring,Infringing the prohibition on acceptance of technical assistance etc.,11,450,v0.26.0 +FI68432,19669,Firing an air weapon beyond premises,196 Firing an air weapon beyond premises,SNM,Summary non-motoring,Firing an air weapon beyond premises,11,450,v0.26.0 +CL15001,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15002,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15003,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15004,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15005,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15006,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15007,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +CL15008,19707,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",Other summary non-motoring offences,SNM,Summary non-motoring,"Failure to comply with requirement under reg 20-27 of Company, Limited Liability Partnership and Business (Names and Trading Disclosures) Regulations 2015",11,450,v0.26.0 +WS99001,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99002,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99003,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99004,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99005,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99006,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99007,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99008,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99009,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99010,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +WS99911,19714,Summary offences under the Water Supply (Water Fittings) Regulations 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under the Water Supply (Water Fittings) Regulations 1999,11,450,v0.26.0 +FH13001,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13002,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13003,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13004,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13005,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13006,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +FH13007,19715,"Food Hygiene Rating offences, Wales",Other summary non-motoring offences,SNM,Summary non-motoring,"Food Hygiene Rating offences, Wales",11,450,v0.26.0 +CP14002,19716,Intentionally obstruct or fail to give assistance or information to any person acting in the execution of the Common Agricultural Policy Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Intentionally obstruct or fail to give assistance or information to any person acting in the execution of the Common Agricultural Policy Regulations 2014,11,450,v0.26.0 +CP14003,19716,Intentionally obstruct or fail to give assistance or information to any person acting in the execution of the Common Agricultural Policy Regulations 2014,Other summary non-motoring offences,SNM,Summary non-motoring,Intentionally obstruct or fail to give assistance or information to any person acting in the execution of the Common Agricultural Policy Regulations 2014,11,450,v0.26.0 +CT03012,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +CT03013,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +CT03014,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +CT03015,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +MC80016,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +MC80017,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +MC80018,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +MC80019,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +TC07004,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +TC07005,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +TC07006,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +TC07007,19717,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,Other summary non-motoring offences,SNM,Summary non-motoring,Unauthorised recording/transmission of court proceedings broadcast or video/audio link,11,450,v0.26.0 +MG49020,19720,Fail to attend premises to deliver signed marriage document when required by notice,Other summary non-motoring offences,SNM,Summary non-motoring,Fail to attend premises to deliver signed marriage document when required by notice,11,450,v0.26.0 +LO31118,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +RT88009,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +RT88494,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +RT88495,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +RT88496,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +YY00319,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +YY00335,80307,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,803B Other offences related to drink- or drug-driving (MOT),SMO,Summary motoring,Failing without reasonable excuse to provide a specimen of breath for a preliminary test,12,450,v0.26.0 +PL02009,80402,Failure to comply with an order to stop a moving vehicle,804B Careless driving offences (excl. mobile phone offences) (MOT),SMO,Summary motoring,Failure to comply with an order to stop a moving vehicle,12,450,v0.26.0 +GL07034,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +GM000049,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +LO032,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +RC86105,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +RC86130,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +RC86321,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +RC86820,80403,Using hand held mobile phone while driving,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using hand held mobile phone while driving,12,450,v0.26.0 +RC86113,80404,Causing or permitting the use of a mobile phone while driving a motor vehicle,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Causing or permitting the use of a mobile phone while driving a motor vehicle,12,450,v0.26.0 +RC86322,80404,Causing or permitting the use of a mobile phone while driving a motor vehicle,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Causing or permitting the use of a mobile phone while driving a motor vehicle,12,450,v0.26.0 +RC86323,80404,Causing or permitting the use of a mobile phone while driving a motor vehicle,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Causing or permitting the use of a mobile phone while driving a motor vehicle,12,450,v0.26.0 +RC86821,80404,Causing or permitting the use of a mobile phone while driving a motor vehicle,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Causing or permitting the use of a mobile phone while driving a motor vehicle,12,450,v0.26.0 +RC86822,80404,Causing or permitting the use of a mobile phone while driving a motor vehicle,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Causing or permitting the use of a mobile phone while driving a motor vehicle,12,450,v0.26.0 +RC86325,80405,Using a mobile phone while supervising the holder of a provisional driving licence to drive a motor vehicle on the road,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using a mobile phone while supervising the holder of a provisional driving licence to drive a motor vehicle on the road,12,450,v0.26.0 +RC86823,80405,Using a mobile phone while supervising the holder of a provisional driving licence to drive a motor vehicle on the road,804A Using or causing others to use a handheld mobile phone whilst driving (MOT),SMO,Summary motoring,Using a mobile phone while supervising the holder of a provisional driving licence to drive a motor vehicle on the road,12,450,v0.26.0 +CAM015,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87001,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87001B,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87002,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87002B,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87003,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +ML87004,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88145,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88213,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88313,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88327,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88328,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88334,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88334B,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88334G,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88491,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88492,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88507,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88507B,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88507H,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88524,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +RT88525,80702,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,"Driving, causing or permitting a person to drive other than in accordance with a licence (full or provisional) (except HGV)",12,450,v0.26.0 +GM000063,80703,Failing to produce driving licence ,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to produce driving licence ,12,450,v0.26.0 +LA03SW02,80703,Failing to produce driving licence ,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to produce driving licence ,12,450,v0.26.0 +ND95001,80703,Failing to produce driving licence ,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to produce driving licence ,12,450,v0.26.0 +RT88418,80703,Failing to produce driving licence ,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to produce driving licence ,12,450,v0.26.0 +ZZ00024,80703,Failing to produce driving licence ,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to produce driving licence ,12,450,v0.26.0 +RT88568,80706,Driving licence holder failing to surrender licence and counterpart,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving licence holder failing to surrender licence and counterpart,12,450,v0.26.0 +VD07001,80707,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),12,450,v0.26.0 +VD07002,80707,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),12,450,v0.26.0 +VD07003,80707,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driving or causing or permitting driving of a relevant vehicle on road without a Certificate of Professional Competence (CPC),12,450,v0.26.0 +VD07004,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07005,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07006,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07007,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07016,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07017,80708,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Driver failing to carry in vehicle CPC or initial CPC or document authorising driving while taking a course; failing to produce evidence or document regarding CPC to constable or vehicle examiner,12,450,v0.26.0 +VD07008,80709,Failing to comply with notice in writing to surrender revoked document or card,807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Failing to comply with notice in writing to surrender revoked document or card,12,450,v0.26.0 +RT88569,80903,Keeping vehicle which does not meet insurance requirements,809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Keeping vehicle which does not meet insurance requirements,12,450,v0.26.0 +CC000065,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DB0095,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DC00019,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DC00020,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DC00021,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DOR047,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL07108,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL08100,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL08101,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL09179,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL09180,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GL09920,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GM000016,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +GM000077,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +KE00057,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +KE00065,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +QS00062,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02003,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02005,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02006,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02007,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02008,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02010,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02011,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02012,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02013,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02014,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02015,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02016,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02017,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02022,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02023,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02024,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02025,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02026,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02027,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02028,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02029,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02030,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02036,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02038,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02039,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02042,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02045,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02046,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02047,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02048,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02052,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02100Y,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV02SW01,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71001,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71003,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71004,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71005,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71006,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71007,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71008,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71010,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71011,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71015,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71017,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71018,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71023,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71024,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71027,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71030,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71033,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71035,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71041,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71042,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +RV71060,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +SX00009,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +SY00025,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18001,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18003,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18004,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18005,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18006,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18007,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18008,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18009,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18010,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +TR18011,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71005,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71006,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71007,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71008,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71009,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71010,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71016,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71017,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71018,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71019,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71028,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71029,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71030,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71031,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71032,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71033,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71034,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71045,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71046,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71047,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE71099,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94005,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94006,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94007,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94008,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94009,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94016,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94017,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94018,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94019,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94046,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94047,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94060,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94061,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94061G,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94062,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94063,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94064,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94065,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94068,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94069,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94070,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94071,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94072,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94073,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94074,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94074A,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94074G,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94074H,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94089,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94090,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94091,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94092,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94093,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94094,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94095,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94099,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94100,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94101,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94102,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94103,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94104,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94105,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94106,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94107,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94108,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94110,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94111,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94112,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94113,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94114,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94115,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94116,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94120,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94121,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94122,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94123,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94124,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94127,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94128,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94129,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94130,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94131,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94132,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94133,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94134,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94135,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94136,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94137,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94138,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94139,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94140,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94141,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94142,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94143,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94144,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94145,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94146,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94147,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94148,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94149,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94150,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94151,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94152,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94153,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94154,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94155,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE942080,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE9435A,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94591,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94DP01,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94S08,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE94SW01,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE97001,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE97002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +VE97003,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +WI000002,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +WI00091,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +WM000126,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +WM00112,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +WM00119,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +YY000060,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +YY000112,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +ZZ00100,81090,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,"Other motor vehicle licence, trade licence, registration mark, trade plate and registration book offences (except forgery and deception offences)",12,450,v0.26.0 +DC00072,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +DH87002,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +DH87007,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +DH87012,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +DH87013,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +GV06001,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +GV06004,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +TR68067,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +TR68093,81190,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),811 Work record and employment offences (MOT),SMO,Summary motoring,Other work record or employment offences regarding recording equipment in motor vehicles (except falsification of records),12,450,v0.26.0 +BED0023,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +CX00069,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +HI00063,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +LO31043,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +LO31044,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +LO31060,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +LO31102,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +LO35003,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88089,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88090,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88091,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88092,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88110,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88356,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88376,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88378,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88380,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88382,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88384,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88388,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88938G,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88973,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT88975,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +RT99036,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +TS02005Y,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +YZ0010,81801,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicle) - offences not detected by camera devices",12,450,v0.26.0 +GM000037,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84006,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84007,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84008,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84087,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84088,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84089,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84105,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84108,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84133,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84142,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84144,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84146,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84171,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84172,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84173,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84174,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84175,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84177,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84178,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84179,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84180,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RR84227,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +RT88S16,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +WI00031,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +WM000088,81802,Driving on prohibited road,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on prohibited road,12,450,v0.26.0 +BED0006,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CAM064,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000010,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000037,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000039,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000058,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000092,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC000094,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00010,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00011,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00037,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00039,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00040,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00092,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00093,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00094,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00095,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +CC00096,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +GL08079,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +GM000091,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +LO31001,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT84SW02,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT84SW03,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT84SW05,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88109,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88111,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88750,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88755,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88757,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88759,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88761,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88967,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88970,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88972,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88974,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88976,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +RT88GW02,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +SX00005,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02009,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02010,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02011,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02012,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02013,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02015,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02017,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02020,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02023,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +TS02025,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +WM00001,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +WM000068,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +XX30008,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +XX30009,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +XX30014,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +XX30040,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +YY0004,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +YY00083,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +YY00133,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +YY00151,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +ZZ00001,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +ZZ00032,81811,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,"Failing to comply with traffic lights, signals or signs (motor vehicles) - offences detected by camera devices",12,450,v0.26.0 +3079,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +AS00026,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +GL08011,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +GL09121,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +GM000102,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +GM000118,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +HERT045,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +KE00046,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +LO31007,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PL02020,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PL02021,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PL02025,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PL02034,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PL02035,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84030,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84034,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84084,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84085,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84086,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84113,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84228,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RR84500,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88076,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88079,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88082,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88085,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88088,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88113,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88114,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88195,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88377,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88379,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88386,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88578,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88751,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88753,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88754,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88756,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88758,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88760,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88938,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88966,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88968,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88969,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +RT88971,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +SUFF026,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +SY00024,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02001,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02001A,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02003,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02004,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02005,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02006,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02007,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02008,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02014,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02016,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02018,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02019,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02021,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02022,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02024,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS02SW02,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS81001,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS81002,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS81003,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +TS81004,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY000043,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY000044,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY0005,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY00144,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY00158,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY03011,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +YY09010,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +ZZ00054,81890,Other offences of neglect of traffic directions,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Other offences of neglect of traffic directions,12,450,v0.26.0 +PP87005,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +PP87010,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +PP87011,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +PP87012,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +PP87013,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +RR84081,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +RR84082,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +RR84083,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +RR84134,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP71005,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP71006,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP71007,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP71008,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97001,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97003,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97004,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97005,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97006,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97007,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97008,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97009,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +ZP97010,81901,Neglect of pedestrian rights (endorsable offences),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Neglect of pedestrian rights (endorsable offences),12,450,v0.26.0 +TS16001,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16002,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16003,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16004,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16005,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16006,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16007,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16008,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16009,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16010,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16011,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16012,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16013,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +TS16014,81903,Failure to follow pedestrian crossing regulations,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Failure to follow pedestrian crossing regulations,12,450,v0.26.0 +CX00008,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88038,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88171,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88172,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88173,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88174,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +RT88508,82001,Leaving vehicle in a dangerous position,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Leaving vehicle in a dangerous position,12,450,v0.26.0 +CR22003,82007,Removing or attempting to remove an immobilisation device fitted to a motor vehicle (provision included in charging scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removing or attempting to remove an immobilisation device fitted to a motor vehicle (provision included in charging scheme),12,450,v0.26.0 +TR00018,82007,Removing or attempting to remove an immobilisation device fitted to a motor vehicle (provision included in charging scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removing or attempting to remove an immobilisation device fitted to a motor vehicle (provision included in charging scheme),12,450,v0.26.0 +TR00019,82008,Intentionally obstructing a person exercising any power conferred on him (immobilisation etc. under charging scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Intentionally obstructing a person exercising any power conferred on him (immobilisation etc. under charging scheme),12,450,v0.26.0 +LO35004,82013,Contravention of regulations in connection with display of disabled person's badge,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Contravention of regulations in connection with display of disabled person's badge,12,450,v0.26.0 +YY0098,82013,Contravention of regulations in connection with display of disabled person's badge,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Contravention of regulations in connection with display of disabled person's badge,12,450,v0.26.0 +RC86085,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86086,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86087,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86089,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86090,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86098,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86099,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86101,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86102,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86103,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86106,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86108,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86116,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86119,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86120,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86385,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86386,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86387,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86398,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86399,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86406,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86408,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86416,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86419,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86420,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86423,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86428,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86527,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86528,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86529,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86685,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86686,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86687,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86698,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86699,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86706,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86708,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86716,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86719,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86720,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86891,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86892,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86893,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86996,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RR84020,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RR84021,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RT88GW03,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98019,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98020,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98021,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98022,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98023,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98024,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98025,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98026,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98028,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98029,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98030,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98031,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RV98032,82390,Other load offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other load offences,12,450,v0.26.0 +RC86132,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RC86432,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RC86434,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RC86732,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88039,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88040,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88405,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88505,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88506,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +RT88945,82402,Unlawful pillion riding,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Unlawful pillion riding,12,450,v0.26.0 +DC00010,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +RR84055,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +RR84059,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +RR84076,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +SUFF021,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +YY000041,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +YY000073,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +ZZ00026,82501,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Non-compliance with notice regarding motor vehicle (excess charge or fixed penalty),12,450,v0.26.0 +RT88045,82506,Tampering with motor vehicle,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Tampering with motor vehicle,12,450,v0.26.0 +CX00021,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +GL08066,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +GM000055,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +KE00127,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +KE00135,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +MG00001,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +RT841162,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +RT88225,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +RT88226,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +RT88434,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +RT88567,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +SUFF007,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +TV00001,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +TV00016,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +YY000020,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +YY00219,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +YY03005,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +ZZ00002,82508,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,825A Failing to supply information as to identity of driver when required (MOT),SMO,Summary motoring,Keeper of vehicle or person other than keeper of vehicle failing to supply information as to driver's identity as required by or on behalf of Chief Officer of Police,12,450,v0.26.0 +CD70001,82512,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,12,450,v0.26.0 +CD70002,82512,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,12,450,v0.26.0 +CD70003,82512,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without reasonable excuse failing to produce a badge when required to do so under S.4BA,12,450,v0.26.0 +RS09003,82516,Without authority removing or attempting to remove an immobilization device fixed to a vehicle,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Without authority removing or attempting to remove an immobilization device fixed to a vehicle,12,450,v0.26.0 +RS09004,82517,Misusing a disabled person's badge or concession,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Misusing a disabled person's badge or concession,12,450,v0.26.0 +AC09001,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09002,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09003,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09004,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09005,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09006,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AC09007,82523,Offences relating to the immobilisation of vehicles,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Offences relating to the immobilisation of vehicles,12,450,v0.26.0 +AS14003,10445,Fail to surrender an item to a constable when directed to do so,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to surrender an item to a constable when directed to do so,11,480,v0.26.0 +AS14005,10445,Fail to surrender an item to a constable when directed to do so,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Fail to surrender an item to a constable when directed to do so,11,480,v0.26.0 +GA05039,10658,"Operating Licence offences: production of licence, conviction or information",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Operating Licence offences: production of licence, conviction or information",11,480,v0.26.0 +GA05040,10658,"Operating Licence offences: production of licence, conviction or information",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Operating Licence offences: production of licence, conviction or information",11,480,v0.26.0 +GA05041,10658,"Operating Licence offences: production of licence, conviction or information",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Operating Licence offences: production of licence, conviction or information",11,480,v0.26.0 +GA05042,10658,"Operating Licence offences: production of licence, conviction or information",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Operating Licence offences: production of licence, conviction or information",11,480,v0.26.0 +GA05043,10658,"Operating Licence offences: production of licence, conviction or information",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Operating Licence offences: production of licence, conviction or information",11,480,v0.26.0 +GA68009,10665,Holder of licence allowing person under 18 to take part in gaming.,106 Betting or Gaming Offence,SNM,Summary non-motoring,Holder of licence allowing person under 18 to take part in gaming.,11,480,v0.26.0 +RI64001,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64002,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64003,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64004,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64005,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64006,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64007,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64008,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +RI64009,10819,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",108b Other Cruelty to animal offences,SNM,Summary non-motoring,"Offences under Riding Establishments Acts 1964 and 1970 - e.g. animal cruelty, prohibited sports and pastimes, irregularities in horse slaughtering etc.",11,480,v0.26.0 +EP90076,11111,Offences in relation to dogs under Environmental Protection Act 1990,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Environmental Protection Act 1990,11,480,v0.26.0 +EP90077,11111,Offences in relation to dogs under Environmental Protection Act 1990,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Environmental Protection Act 1990,11,480,v0.26.0 +CE14005,11302,Supply a regulated explosives precursor without entering details of the transaction in the licence or ensuring warning label is affixed to the packaging when supplying to member of public,113B Explosives Acts - Other,SNM,Summary non-motoring,Supply a regulated explosives precursor without entering details of the transaction in the licence or ensuring warning label is affixed to the packaging when supplying to member of public,11,480,v0.26.0 +CE14006,11302,Supply a regulated explosives precursor without entering details of the transaction in the licence or ensuring warning label is affixed to the packaging when supplying to member of public,113B Explosives Acts - Other,SNM,Summary non-motoring,Supply a regulated explosives precursor without entering details of the transaction in the licence or ensuring warning label is affixed to the packaging when supplying to member of public,11,480,v0.26.0 +FB89004,12525,Failing to comply with requirements necessary to give effect to International Football Banning Orders,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with requirements necessary to give effect to International Football Banning Orders,11,480,v0.26.0 +FB89010,12525,Failing to comply with requirements necessary to give effect to International Football Banning Orders,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Failing to comply with requirements necessary to give effect to International Football Banning Orders,11,480,v0.26.0 +HY35010,13701,Riding to common danger,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Riding to common danger,11,480,v0.26.0 +MP39003,13701,Riding to common danger,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Riding to common danger,11,480,v0.26.0 +MP39017,13701,Riding to common danger,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Riding to common danger,11,480,v0.26.0 +HY35003,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +HY35004,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +HY35006,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +HY35014,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +MP39005,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +MP39019,13707,Riding on footpath,137 Pedal cycle - Riding on footpath,SNM,Summary non-motoring,Riding on footpath,11,480,v0.26.0 +SP85017,14006,"Drunk in, or when entering a designated sports event","140 Drunkenness, simple",SNM,Summary non-motoring,"Drunk in, or when entering a designated sports event",11,480,v0.26.0 +SP85018,14006,"Drunk in, or when entering a designated sports event","140 Drunkenness, simple",SNM,Summary non-motoring,"Drunk in, or when entering a designated sports event",11,480,v0.26.0 +SP85019,14006,"Drunk in, or when entering a designated sports event","140 Drunkenness, simple",SNM,Summary non-motoring,"Drunk in, or when entering a designated sports event",11,480,v0.26.0 +SP85050,14006,"Drunk in, or when entering a designated sports event","140 Drunkenness, simple",SNM,Summary non-motoring,"Drunk in, or when entering a designated sports event",11,480,v0.26.0 +CJ01002,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +CJ01014,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +CJ01017,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +PL02019,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +PL02032,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +PL02033,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +YY000042,14011,Alcohol consumption in designated public places,"140 Drunkenness, simple",SNM,Summary non-motoring,Alcohol consumption in designated public places,11,480,v0.26.0 +MS94015,14110,"Being drunk etc. and persisting, after being refused admission on that account, in attempting to enter ship","141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,"Being drunk etc. and persisting, after being refused admission on that account, in attempting to enter ship",11,480,v0.26.0 +MS94016,14111,Being drunk on board a passenger ship and refusing to leave such a ship,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being drunk on board a passenger ship and refusing to leave such a ship,11,480,v0.26.0 +LG64049,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG64093,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG64094,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG64111,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG64112,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG64116,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG83004,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG83016,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG83017,14203,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling etc. intoxicating liquor to persons under 18 for consumption on the premises,11,480,v0.26.0 +LG02006,14204,Worker on relevant premises selling or buying or allowing sale of or distributing alcohol to habitual drunk within 3 years of conviction,142 Other offences by licenced persons,SNM,Summary non-motoring,Worker on relevant premises selling or buying or allowing sale of or distributing alcohol to habitual drunk within 3 years of conviction,11,480,v0.26.0 +LG64040,14233,"Delivering intoxicating liquor from a vehicle etc., without details being previously recorded in a day book, delivery book etc.",142 Other offences by licenced persons,SNM,Summary non-motoring,"Delivering intoxicating liquor from a vehicle etc., without details being previously recorded in a day book, delivery book etc.",11,480,v0.26.0 +LG64044,14234,Supplying intoxicating liquor on credit for consumption on the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Supplying intoxicating liquor on credit for consumption on the premises,11,480,v0.26.0 +LG64043,14235,"""Supplying greater measure of intoxicating liquor than asked for (""""long pull"""") in licensed premises""",142 Other offences by licenced persons,SNM,Summary non-motoring,"""Supplying greater measure of intoxicating liquor than asked for (""""long pull"""") in licensed premises""",11,480,v0.26.0 +LG64031,14243,Selling or supplying intoxicating liquor in licensed canteen for consumption outside canteen,142 Other offences by licenced persons,SNM,Summary non-motoring,Selling or supplying intoxicating liquor in licensed canteen for consumption outside canteen,11,480,v0.26.0 +LG03001,14277,Failure to notify authority of change of name or address (licensed premises) ,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify authority of change of name or address (licensed premises) ,11,480,v0.26.0 +LG03002,14277,Failure to notify authority of change of name or address (licensed premises) ,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify authority of change of name or address (licensed premises) ,11,480,v0.26.0 +LG03007,14282,Failure to produce licence to authority for updating,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce licence to authority for updating,11,480,v0.26.0 +AS00018,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +DC00029,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +DC00032,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +LG03008,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +LG03009,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +LG03010,14283,Failure to produce a premises licence or copy when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to produce a premises licence or copy when required to do so,11,480,v0.26.0 +LG03011,14284,Intentionally obstructs an authorised person exercising powers to inspect premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Intentionally obstructs an authorised person exercising powers to inspect premises,11,480,v0.26.0 +LG03023,14286,Failure to notify authority of change of name or address (personal licence holder),142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify authority of change of name or address (personal licence holder),11,480,v0.26.0 +LG03024,14287,Failure to notify court of personal licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify court of personal licence,11,480,v0.26.0 +LG03113,14287,Failure to notify court of personal licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify court of personal licence,11,480,v0.26.0 +LG03114,14287,Failure to notify court of personal licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify court of personal licence,11,480,v0.26.0 +LG03115,14287,Failure to notify court of personal licence,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to notify court of personal licence,11,480,v0.26.0 +LA1322A,14288,Failure of personal licence holder to notify licensing authority of convictions,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure of personal licence holder to notify licensing authority of convictions,11,480,v0.26.0 +LG03025,14288,Failure of personal licence holder to notify licensing authority of convictions,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure of personal licence holder to notify licensing authority of convictions,11,480,v0.26.0 +LG03026,14289,Failure of personal licence holder to produce licence for updating to licensing authority when required to do so,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure of personal licence holder to produce licence for updating to licensing authority when required to do so,11,480,v0.26.0 +LG03027,14290,Failure of personal licence holder to produce licence when requested to do so by authorised officer,142 Other offences by licenced persons,SNM,Summary non-motoring,Failure of personal licence holder to produce licence when requested to do so by authorised officer,11,480,v0.26.0 +LG64045,14309,Consuming intoxicating liquor in licensed premises on credit,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming intoxicating liquor in licensed premises on credit,11,480,v0.26.0 +LG64102,14312,"Riotous, quarrelsome or disorderly person refusing to quit licensed premises or refreshment house",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Riotous, quarrelsome or disorderly person refusing to quit licensed premises or refreshment house",11,480,v0.26.0 +LN69007,14312,"Riotous, quarrelsome or disorderly person refusing to quit licensed premises or refreshment house",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Riotous, quarrelsome or disorderly person refusing to quit licensed premises or refreshment house",11,480,v0.26.0 +LG64019,14321,"Consuming in or taking intoxicating liquor from a registered club, except during permitted hours",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Consuming in or taking intoxicating liquor from a registered club, except during permitted hours",11,480,v0.26.0 +LG64020,14321,"Consuming in or taking intoxicating liquor from a registered club, except during permitted hours",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Consuming in or taking intoxicating liquor from a registered club, except during permitted hours",11,480,v0.26.0 +LG64046,14322,Consuming intoxicating liquor bought on credit in licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming intoxicating liquor bought on credit in licensed premises,11,480,v0.26.0 +LG64032,14338,Taking intoxicating liquor from licensed canteen for consumption outside canteen,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Taking intoxicating liquor from licensed canteen for consumption outside canteen,11,480,v0.26.0 +PC09001,14359,Under 18 year-old possessing alcohol in a relevant place on three or more occasions within twelve consecutive months,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Under 18 year-old possessing alcohol in a relevant place on three or more occasions within twelve consecutive months,11,480,v0.26.0 +CA97001,14363,Failure to surrender intoxicating liquor and/or to give name and address,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to surrender intoxicating liquor and/or to give name and address,11,480,v0.26.0 +PL02018,14363,Failure to surrender intoxicating liquor and/or to give name and address,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to surrender intoxicating liquor and/or to give name and address,11,480,v0.26.0 +LG03012,14364,Failure to notify Authority of change of name or alteration of rules (club),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to notify Authority of change of name or alteration of rules (club),11,480,v0.26.0 +LG03013,14365,Failure to notify Authority of change of relevant registered address (club),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to notify Authority of change of relevant registered address (club),11,480,v0.26.0 +LG03014,14366,Failure to produce club premises certificate,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to produce club premises certificate,11,480,v0.26.0 +LG03015,14367,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,11,480,v0.26.0 +LG03016,14367,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,11,480,v0.26.0 +LG03017,14367,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to keep in prominent place summary of certificate and name of nominated person; failure to keep or produce certificate when required to do so,11,480,v0.26.0 +LG03018,14368,Obstruction of an authorised person exercising the power conferred by S.96 - inspection of premises before grant of certificate etc (Licensing Act 2003),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Obstruction of an authorised person exercising the power conferred by S.96 - inspection of premises before grant of certificate etc (Licensing Act 2003),11,480,v0.26.0 +LG03019,14369,Intentionally obstructing an authorised officer exercising powers to enter premises to which a temporary event notice relates,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Intentionally obstructing an authorised officer exercising powers to enter premises to which a temporary event notice relates,11,480,v0.26.0 +LG03020,14370,Failure to produce temporary event notice when requested to do so,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to produce temporary event notice when requested to do so,11,480,v0.26.0 +LG03021,14370,Failure to produce temporary event notice when requested to do so,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Failure to produce temporary event notice when requested to do so,11,480,v0.26.0 +LG03117,14373,Keeping alcohol on premises for unauthorised sale,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Keeping alcohol on premises for unauthorised sale,11,480,v0.26.0 +LG03074,14381,Sale of liqueur confectionery to children under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Sale of liqueur confectionery to children under 16,11,480,v0.26.0 +LG03075,14381,Sale of liqueur confectionery to children under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Sale of liqueur confectionery to children under 16,11,480,v0.26.0 +LG03076,14381,Sale of liqueur confectionery to children under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Sale of liqueur confectionery to children under 16,11,480,v0.26.0 +LG03077,14381,Sale of liqueur confectionery to children under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Sale of liqueur confectionery to children under 16,11,480,v0.26.0 +LG03078,14381,Sale of liqueur confectionery to children under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Sale of liqueur confectionery to children under 16,11,480,v0.26.0 +AL22001,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71001,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71032,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71032A,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71032C,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71037,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71037A,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71037C,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71039,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71039A,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71039B,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71039C,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71039G,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71040A,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +CD71047,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +GL08007,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +GL09158,14900,"Criminal damage to property valued under ��5,000",149 Criminal or Malicious Damage Offence,SNM,Summary non-motoring,"Criminal damage to property valued under ��5,000",11,480,v0.26.0 +MS02016,15035,Master of ship failing to comply with R.31(1) of Chapter V of International Convention for Safety of Life at Sea 1974 (Merchant Shipping (Safety of Navigation) Regulations 2002),Other summary non-motoring offences,SNM,Summary non-motoring,Master of ship failing to comply with R.31(1) of Chapter V of International Convention for Safety of Life at Sea 1974 (Merchant Shipping (Safety of Navigation) Regulations 2002),11,480,v0.26.0 +CR00004,15610,Powers on entry for purposes of Part I (Countryside and Rights of Way Act 2000),Other summary non-motoring offences,SNM,Summary non-motoring,Powers on entry for purposes of Part I (Countryside and Rights of Way Act 2000),11,480,v0.26.0 +EP10013,16809,Establishment failing to comply or intentionally making false entry required to be kept under the regulations (Environmental Permitting (England and Wales) Regulations 2010),168 Public Health Offence,SNM,Summary non-motoring,Establishment failing to comply or intentionally making false entry required to be kept under the regulations (Environmental Permitting (England and Wales) Regulations 2010),11,480,v0.26.0 +EP10014,16809,Establishment failing to comply or intentionally making false entry required to be kept under the regulations (Environmental Permitting (England and Wales) Regulations 2010),168 Public Health Offence,SNM,Summary non-motoring,Establishment failing to comply or intentionally making false entry required to be kept under the regulations (Environmental Permitting (England and Wales) Regulations 2010),11,480,v0.26.0 +EP07012,16874,Offence by an establishment failing to comply with Para.9 or 12(3) of Sch.2 or intentionally making false entry in record (Environmental Permitting (England and Wales) Regulations 2007),168 Public Health Offence,SNM,Summary non-motoring,Offence by an establishment failing to comply with Para.9 or 12(3) of Sch.2 or intentionally making false entry in record (Environmental Permitting (England and Wales) Regulations 2007),11,480,v0.26.0 +EP07013,16874,Offence by an establishment failing to comply with Para.9 or 12(3) of Sch.2 or intentionally making false entry in record (Environmental Permitting (England and Wales) Regulations 2007),168 Public Health Offence,SNM,Summary non-motoring,Offence by an establishment failing to comply with Para.9 or 12(3) of Sch.2 or intentionally making false entry in record (Environmental Permitting (England and Wales) Regulations 2007),11,480,v0.26.0 +RL45001,16905,Refuse to quit railway carriage at destination,169B Other railway offences,SNM,Summary non-motoring,Refuse to quit railway carriage at destination,11,480,v0.26.0 +RL45002,16905,Refuse to quit railway carriage at destination,169B Other railway offences,SNM,Summary non-motoring,Refuse to quit railway carriage at destination,11,480,v0.26.0 +BED0008,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +BT20666,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +CC000067,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL07058,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL07076,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL07077,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL09008,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL09079,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +GL09187,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +HI00004,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +KE00080,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +KE00103,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +KE00160,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LAN0065,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LOND007,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LOND011,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LOND014,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01001,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01002,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01003,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01004,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01005,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01006,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01007,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01008,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01009,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01010,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01011,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01012,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01013,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01014,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01015,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01016,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01017,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01018,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01019,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01020,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01021,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01022,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01023,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01024,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01025,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01026,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01027,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01028,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01029,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01030,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01031,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01032,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01033,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01034,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01035,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01036,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01037,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01038,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01039,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01040,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01041,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01042,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01043,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01044,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01045,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01046,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01047,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01048,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01049,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01050,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01051,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01052,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01053,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01054,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01055,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +LR01060,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RA05469,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01001,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01002,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01003,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01004,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01005,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01006,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01007,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01008,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01009,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01010,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01011,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01012,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01013,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01014,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01015,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01016,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01017,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01018,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01019,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01020,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01021,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01022,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01023,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01024,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01025,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01026,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01027,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01028,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01029,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01030,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01031,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01032,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01033,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01034,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01035,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01036,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01037,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01038,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01039,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01040,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01041,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01042,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01043,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01044,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01045,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01046,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01047,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01048,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01049,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01050,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01051,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01052,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL01053,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05001,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05001H,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05002,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05003,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05004,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05005,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05006,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05007,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05007H,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05008,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05009,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05010,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05011,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05012,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05013,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05014,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05015,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05016,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05017,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05018,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05019,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05020,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05021,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05022,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05023,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05024,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05025,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05026,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05027,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05028,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05029,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05030,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05031,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05032,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05033,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05034,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05035,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05036,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05037,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05038,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05039,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05040,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05041,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05042,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05043,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05044,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05045,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05046,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05047,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05048,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05049,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05050,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05051,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05052,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05053,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05054,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05055,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05056,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05057,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05058,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05059,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05060,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05061,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL05182,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL45003,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +RL45004,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +SY00029,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +SY00049,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +TA00001,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +TA00201,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +TR00219,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WI00028,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WI00057,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WI00078,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WM000047,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WM00063,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +WM00064,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000040,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000045,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000092,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000106,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000110,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YY000201,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +YZ0005,16906,Railway byelaws as to the conduct of passengers,169B Other railway offences,SNM,Summary non-motoring,Railway byelaws as to the conduct of passengers,11,480,v0.26.0 +PV81020,17316,Offences related to stage carriage and public service vehicles under Public Service Vehicles & Trolley Vehicles (Carrying Capacity) Regulations 1954,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Service Vehicles & Trolley Vehicles (Carrying Capacity) Regulations 1954,11,480,v0.26.0 +WC81001,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81002,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81003,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81012,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81013,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81014,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81015,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81023,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81162,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81163,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81164,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81173,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81174,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WLC811,19001,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81024,19003,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81025,19003,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81026,19003,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81040,19003,Summary offences in relation to birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81027,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81028,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81029,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81030,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81031,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81032,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81033,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81034,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81035,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81036,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81037,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81038,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +WC81039,19004,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences in relation to nests and eggs of birds under Wildlife and Countryside Act 1981,11,480,v0.26.0 +TC90022,19577,Wilful obstruction of authorised person (rights of entry),195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Wilful obstruction of authorised person (rights of entry),11,480,v0.26.0 +TC90022G,19577,Wilful obstruction of authorised person (rights of entry),195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Wilful obstruction of authorised person (rights of entry),11,480,v0.26.0 +TC90033,19577,Wilful obstruction of authorised person (rights of entry),195 Town & Country Planning Act 1990 - Summary offences,SNM,Summary non-motoring,Wilful obstruction of authorised person (rights of entry),11,480,v0.26.0 +CJ91041,19610,Summary offences under Criminal Justice Act 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1992,11,480,v0.26.0 +CJ91042,19610,Summary offences under Criminal Justice Act 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1992,11,480,v0.26.0 +CJ91043,19610,Summary offences under Criminal Justice Act 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1992,11,480,v0.26.0 +CJ91044,19610,Summary offences under Criminal Justice Act 1992,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Criminal Justice Act 1992,11,480,v0.26.0 +CS06231,19708,Company/director/secretary/officer fail to deliver confirmation statement before end 14 day review period,Other summary non-motoring offences,SNM,Summary non-motoring,Company/director/secretary/officer fail to deliver confirmation statement before end 14 day review period,11,480,v0.26.0 +CS06232,19708,Company/director/secretary/officer fail to deliver confirmation statement before end 14 day review period,Other summary non-motoring offences,SNM,Summary non-motoring,Company/director/secretary/officer fail to deliver confirmation statement before end 14 day review period,11,480,v0.26.0 +HY35001,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +HY35002,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +LO35006,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +MP39004,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +MP39018,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88072,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88073,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88314,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88342,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88345,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88346,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +RT88469,81902,Driving on a footway,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving on a footway,12,480,v0.26.0 +CR22001,82004,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,12,480,v0.26.0 +RO88001,82004,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,12,480,v0.26.0 +TR00015,82004,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removal of a notice of a charging scheme penalty charge which has been fixed to a vehicle,12,480,v0.26.0 +CR22002,82006,Removing or interfering with an immobilisation notice fixed to a motor vehicle (provision included in charging scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removing or interfering with an immobilisation notice fixed to a motor vehicle (provision included in charging scheme),12,480,v0.26.0 +TR00017,82006,Removing or interfering with an immobilisation notice fixed to a motor vehicle (provision included in charging scheme),817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Removing or interfering with an immobilisation notice fixed to a motor vehicle (provision included in charging scheme),12,480,v0.26.0 +GM000124,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +MP80001,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +MP98001,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +MP98001B,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +MP98SW01,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +RT88400,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +RT88950,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +RT88SW01,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +RTSTAF88,82401,Failure to wear a crash helmet,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Failure to wear a crash helmet,12,480,v0.26.0 +MW93001,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +MW93002,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +MW93003,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88210,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88220X,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88353,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88354,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88355,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88477,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88478,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88509,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88510,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88510B,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88511,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88512,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88513,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88514,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88515,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88516,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88562,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88563,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88577,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88602,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88603,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88604,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RT88642,82502,Seat belt offences ,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Seat belt offences ,12,480,v0.26.0 +RS09002,82515,Removing or interfering with an immobilization notice without authority,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Removing or interfering with an immobilization notice without authority,12,480,v0.26.0 +BL63020,10608,"Drunken, violent, disorderly person etc; refuses or fails to leave premises when requested. (licensed betting office) - Betting Gaming and Lotteries Act 1963 S.10(2) (historic)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Drunken, violent, disorderly person etc; refuses or fails to leave premises when requested. (licensed betting office) - Betting Gaming and Lotteries Act 1963 S.10(2) (historic)",11,500,v0.26.0 +BL63045,10608,"Drunken, violent, disorderly person etc; refuses or fails to leave premises when requested. (licensed betting office) - Betting Gaming and Lotteries Act 1963 S.10(2) (historic)",106 Betting or Gaming Offence,SNM,Summary non-motoring,"Drunken, violent, disorderly person etc; refuses or fails to leave premises when requested. (licensed betting office) - Betting Gaming and Lotteries Act 1963 S.10(2) (historic)",11,500,v0.26.0 +BL63021,10609,Obstructing constable from entering licensed betting office,106 Betting or Gaming Offence,SNM,Summary non-motoring,Obstructing constable from entering licensed betting office,11,500,v0.26.0 +BL63046,10609,Obstructing constable from entering licensed betting office,106 Betting or Gaming Offence,SNM,Summary non-motoring,Obstructing constable from entering licensed betting office,11,500,v0.26.0 +BL63005,10613,Refusal or failure to produce book makers permit on reques by a Constable.,106 Betting or Gaming Offence,SNM,Summary non-motoring,Refusal or failure to produce book makers permit on reques by a Constable.,11,500,v0.26.0 +BL63006,10613,Refusal or failure to produce book makers permit on reques by a Constable.,106 Betting or Gaming Offence,SNM,Summary non-motoring,Refusal or failure to produce book makers permit on reques by a Constable.,11,500,v0.26.0 +BL63037,10621,Failing to notify change in directors to appropriate authority and Officer of police - Betting Gaming and Lotteries Act 1963 Paragraph 25 Sch 1 (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,Failing to notify change in directors to appropriate authority and Officer of police - Betting Gaming and Lotteries Act 1963 Paragraph 25 Sch 1 (historic),11,500,v0.26.0 +BL63018,10629,Refusal to produce betting agency permit on request by a constable,106 Betting or Gaming Offence,SNM,Summary non-motoring,Refusal to produce betting agency permit on request by a constable,11,500,v0.26.0 +BL63034,10631,Obstructing constable from entering track,106 Betting or Gaming Offence,SNM,Summary non-motoring,Obstructing constable from entering track,11,500,v0.26.0 +AN86004,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86005,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86006,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86007,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86008,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86009,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86010,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86011,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86012,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86013,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86014,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86017,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86018,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86019,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86020,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86021,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86022,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86023,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86024,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86026,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86027,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86028,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +AN86029,10801,Experiments on living animals,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Experiments on living animals,11,500,v0.26.0 +CY33021,10905,Exposing child to risk of burning,"109 Cruelty to a Child, etc.",SNM,Summary non-motoring,Exposing child to risk of burning,11,500,v0.26.0 +ED44008,10908,Permitting child to be in verminous condition,"109 Cruelty to a Child, etc.",SNM,Summary non-motoring,Permitting child to be in verminous condition,11,500,v0.26.0 +ED96009,10908,Permitting child to be in verminous condition,"109 Cruelty to a Child, etc.",SNM,Summary non-motoring,Permitting child to be in verminous condition,11,500,v0.26.0 +DANGDOG,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +DD89001,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +DD89002,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +DD89003,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +DG71001,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +GL10004,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +KE00240,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +WI00102,11102,Offences relating to keeping of dangerous dogs,111A Offences under Dangerous Dogs Acts - summary,SNM,Summary non-motoring,Offences relating to keeping of dangerous dogs,11,500,v0.26.0 +DG06001,11103,Offences in relation to dogs under Dogs Acts 1906 to 1928 - e.g. Fail to deliver stray dog to owner or nearest police station,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Dogs Acts 1906 to 1928 - e.g. Fail to deliver stray dog to owner or nearest police station,11,500,v0.26.0 +DG06002,11103,Offences in relation to dogs under Dogs Acts 1906 to 1928 - e.g. Fail to deliver stray dog to owner or nearest police station,111B Other offences relating to dogs,SNM,Summary non-motoring,Offences in relation to dogs under Dogs Acts 1906 to 1928 - e.g. Fail to deliver stray dog to owner or nearest police station,11,500,v0.26.0 +RT88259,11106,Cause or permit dog to be on designated road when not held on leash,111B Other offences relating to dogs,SNM,Summary non-motoring,Cause or permit dog to be on designated road when not held on leash,11,500,v0.26.0 +RT88260,11106,Cause or permit dog to be on designated road when not held on leash,111B Other offences relating to dogs,SNM,Summary non-motoring,Cause or permit dog to be on designated road when not held on leash,11,500,v0.26.0 +CY33020,11202,Preventing child from receiving education,112A Education Acts - Truancy,SNM,Summary non-motoring,Preventing child from receiving education,11,500,v0.26.0 +FI19001,11599,Fail to notify Secretary of State of transfer or possession of deactivated firearm,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Fail to notify Secretary of State of transfer or possession of deactivated firearm,11,500,v0.26.0 +FI19002,11599,Fail to notify Secretary of State of transfer or possession of deactivated firearm,115 Firearms Acts - summary offences,SNM,Summary non-motoring,Fail to notify Secretary of State of transfer or possession of deactivated firearm,11,500,v0.26.0 +DF37001,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37002,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37003,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37004,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37005,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37006,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37007,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37008,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37009,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37010,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37011,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +DF37012,11612,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,116 Fishery Acts,SNM,Summary non-motoring,Offences against Diseases of Fish Act 1937 and Orders thereunder and Diseases of Fish Act 1980,11,500,v0.26.0 +GM31020,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31021,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31022,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31023,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31024,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31025,12101,Dealer or other person having game in possession out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer or other person having game in possession out of season,11,500,v0.26.0 +GM31043,12102,Sale of game by persons not licensed to kill or sell game,121B Other offences related to Game Law,SNM,Summary non-motoring,Sale of game by persons not licensed to kill or sell game,11,500,v0.26.0 +GM31044,12103,Private individuals etc buying game from persons not licensed dealers,121B Other offences related to Game Law,SNM,Summary non-motoring,Private individuals etc buying game from persons not licensed dealers,11,500,v0.26.0 +GM31045,12104,Dealer buying from person not authorised to sell game or not affixing notice board of licence; unlicensed person by affixing notice board or otherwise pretending to be licensed to deal in game,121B Other offences related to Game Law,SNM,Summary non-motoring,Dealer buying from person not authorised to sell game or not affixing notice board of licence; unlicensed person by affixing notice board or otherwise pretending to be licensed to deal in game,11,500,v0.26.0 +HR92001,12105,Selling hares out of season,121B Other offences related to Game Law,SNM,Summary non-motoring,Selling hares out of season,11,500,v0.26.0 +GM31001,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31002,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31003,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31004,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31005,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31006,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31007,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31008,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31009,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31010,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31011,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31012,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31013,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31014,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31029,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31030,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31031,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31032,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31033,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31034,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31040,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31041,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GM31042,12106,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",121B Other offences related to Game Law,SNM,Summary non-motoring,"Killing game without licence; laying poison to destroy game; taking or destroying eggs of game, etc; killing game on Sunday or Christmas Day; killing game out of season; occupier of land killing game without authority",11,500,v0.26.0 +GG80001,12107,Killing ground game by night or with poison,121B Other offences related to Game Law,SNM,Summary non-motoring,Killing ground game by night or with poison,11,500,v0.26.0 +GG80002,12107,Killing ground game by night or with poison,121B Other offences related to Game Law,SNM,Summary non-motoring,Killing ground game by night or with poison,11,500,v0.26.0 +FR67001,12109,Obstructing person authorised to kill rabbits or vermin,121B Other offences related to Game Law,SNM,Summary non-motoring,Obstructing person authorised to kill rabbits or vermin,11,500,v0.26.0 +GL60001,12112,Offences against Game Licences Act 1860,121B Other offences related to Game Law,SNM,Summary non-motoring,Offences against Game Licences Act 1860,11,500,v0.26.0 +GL60002,12112,Offences against Game Licences Act 1860,121B Other offences related to Game Law,SNM,Summary non-motoring,Offences against Game Licences Act 1860,11,500,v0.26.0 +HY35005,12201,Offences against Highways Act 1835,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Highways Act 1835,11,500,v0.26.0 +HY35009,12201,Offences against Highways Act 1835,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Highways Act 1835,11,500,v0.26.0 +HY35011,12201,Offences against Highways Act 1835,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Highways Act 1835,11,500,v0.26.0 +HY35013,12201,Offences against Highways Act 1835,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Highways Act 1835,11,500,v0.26.0 +PH25001,12202,Offences against Public Health Act 1925,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Public Health Act 1925,11,500,v0.26.0 +PH25002,12202,Offences against Public Health Act 1925,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Public Health Act 1925,11,500,v0.26.0 +PH25003,12202,Offences against Public Health Act 1925,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Public Health Act 1925,11,500,v0.26.0 +PH75004,12202,Offences against Public Health Act 1925,"122 Obstruction of highways, etc, other than by vehicle",SNM,Summary non-motoring,Offences against Public Health Act 1925,11,500,v0.26.0 +EP75005,12301,Throwing or firing any fireworks in or into a street,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Throwing or firing any fireworks in or into a street,11,500,v0.26.0 +EP75006,12301,Throwing or firing any fireworks in or into a street,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Throwing or firing any fireworks in or into a street,11,500,v0.26.0 +EP75012,12301,Throwing or firing any fireworks in or into a street,123 Nuisance (other than by vehicle),SNM,Summary non-motoring,Throwing or firing any fireworks in or into a street,11,500,v0.26.0 +RT88217,12402,Pedestrian contravening constable��������s direction to stop to give name and address,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Pedestrian contravening constable���s direction to stop to give name and address,11,500,v0.26.0 +HY80073,12405,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80075,12405,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80076,12405,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80077,12405,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80078,12405,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80080,12406,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80081,12406,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY80082,12406,Offences against Highways Act 1980,124 Highway Act and associated acts - other offences,SNM,Summary non-motoring,Offences against Highways Act 1980,11,500,v0.26.0 +HY35007,13501,Drive on a horse drawn vehicle on a footpath,Other summary non-motoring offences,SNM,Summary non-motoring,Drive on a horse drawn vehicle on a footpath,11,500,v0.26.0 +PH75001,13506,Offences under Public Health Act 1875,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Public Health Act 1875,11,500,v0.26.0 +LO72002,13509,Offences under Local Government Act 1972,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Local Government Act 1972,11,500,v0.26.0 +SUFF030,13509,Offences under Local Government Act 1972,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Local Government Act 1972,11,500,v0.26.0 +HL78001,13510,Offences under Highways and Locomotives (Amendment) Act 1878,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Highways and Locomotives (Amendment) Act 1878,11,500,v0.26.0 +RR84027,13513,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,500,v0.26.0 +RR84031,13513,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,500,v0.26.0 +HY80079,13516,Person unlawfully using a footway or a verge as a crossing,Other summary non-motoring offences,SNM,Summary non-motoring,Person unlawfully using a footway or a verge as a crossing,11,500,v0.26.0 +HY35012,13601,Offences under Highway Act 1835,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Highway Act 1835,11,500,v0.26.0 +RR84028,13605,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,500,v0.26.0 +RR84032,13605,Offences under Road Traffic Regulation Act 1984,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Road Traffic Regulation Act 1984,11,500,v0.26.0 +RT88052,13704,Being towed,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Being towed,11,500,v0.26.0 +RT88053,13704,Being towed,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Being towed,11,500,v0.26.0 +RT88455,13704,Being towed,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Being towed,11,500,v0.26.0 +RT88456,13704,Being towed,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Being towed,11,500,v0.26.0 +RT88041,13706,More than one person carried,137 Pedal cycle - Other offences,SNM,Summary non-motoring,More than one person carried,11,500,v0.26.0 +RT88406,13706,More than one person carried,137 Pedal cycle - Other offences,SNM,Summary non-motoring,More than one person carried,11,500,v0.26.0 +RT88946,13706,More than one person carried,137 Pedal cycle - Other offences,SNM,Summary non-motoring,More than one person carried,11,500,v0.26.0 +RR84029,13709,Failing to obey signal,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Failing to obey signal,11,500,v0.26.0 +RR84033,13709,Failing to obey signal,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Failing to obey signal,11,500,v0.26.0 +RT88056,13712,Careless driving by pedal cyclist,137 Pedal cycle - Careless driving,SNM,Summary non-motoring,Careless driving by pedal cyclist,11,500,v0.26.0 +RT88057,13712,Careless driving by pedal cyclist,137 Pedal cycle - Careless driving,SNM,Summary non-motoring,Careless driving by pedal cyclist,11,500,v0.26.0 +RT88061,13714,Taking part in unauthorised cycle race on public highway,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Taking part in unauthorised cycle race on public highway,11,500,v0.26.0 +RT88062,13714,Taking part in unauthorised cycle race on public highway,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Taking part in unauthorised cycle race on public highway,11,500,v0.26.0 +RT88258,13714,Taking part in unauthorised cycle race on public highway,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Taking part in unauthorised cycle race on public highway,11,500,v0.26.0 +RT88462,13715,Promoting unauthorised cycle race on public highway,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Promoting unauthorised cycle race on public highway,11,500,v0.26.0 +LG72001,14001,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises","140 Drunkenness, simple",SNM,Summary non-motoring,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises",11,500,v0.26.0 +LG72002,14001,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises","140 Drunkenness, simple",SNM,Summary non-motoring,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises",11,500,v0.26.0 +LG72003,14001,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises","140 Drunkenness, simple",SNM,Summary non-motoring,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises",11,500,v0.26.0 +LG72008,14001,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises","140 Drunkenness, simple",SNM,Summary non-motoring,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises",11,500,v0.26.0 +LG72009,14001,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises","140 Drunkenness, simple",SNM,Summary non-motoring,"Being found drunk in a highway or other public place whether a building or not, or a licensed premises",11,500,v0.26.0 +LG64061,14104,Refusing or failing when drunk to quit licensed premises when requested,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Refusing or failing when drunk to quit licensed premises when requested,11,500,v0.26.0 +LN69006,14105,Refusing or failing when drunk to quit any premises or place licensed under Late Night Refreshment Houses Act 1969,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Refusing or failing when drunk to quit any premises or place licensed under Late Night Refreshment Houses Act 1969,11,500,v0.26.0 +TP47026,14108,Being intoxicated while driving a hackney carriage (Town Police Clauses Act 1847),"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being intoxicated while driving a hackney carriage (Town Police Clauses Act 1847),11,500,v0.26.0 +LG02003,14202,Licence holder selling or supplying intoxicating liquor to a habitual drunkard within three years after conviction for habitual drunkenness,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder selling or supplying intoxicating liquor to a habitual drunkard within three years after conviction for habitual drunkenness,11,500,v0.26.0 +LG64048,14205,Permitting person under 14 to be in bar of licensed premises during permitted hours,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting person under 14 to be in bar of licensed premises during permitted hours,11,500,v0.26.0 +LG64027,14210,Licence holder not keeping notice of modified permitted hours posted in a conspicuous place,142 Other offences by licenced persons,SNM,Summary non-motoring,Licence holder not keeping notice of modified permitted hours posted in a conspicuous place,11,500,v0.26.0 +LG64063,14213,Permitting licensed premises to be the habitual resort of reputed prostitutes,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting licensed premises to be the habitual resort of reputed prostitutes,11,500,v0.26.0 +LG64064,14214,Permitting licensed premised to be used as a brothel,142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting licensed premised to be used as a brothel,11,500,v0.26.0 +LG64071,14215,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",142 Other offences by licenced persons,SNM,Summary non-motoring,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",11,500,v0.26.0 +LG64072,14215,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",142 Other offences by licenced persons,SNM,Summary non-motoring,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",11,500,v0.26.0 +LG64073,14215,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",142 Other offences by licenced persons,SNM,Summary non-motoring,"Harbouring constable on premises, supplying drink to constable on duty, or bribing constable",11,500,v0.26.0 +LG64065,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +LG64066,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +LG64067,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +LG64068,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +LG64069,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +LG64070,14216,Permitting gaming (offence under the Gaming Act 1968 S.6),142 Other offences by licenced persons,SNM,Summary non-motoring,Permitting gaming (offence under the Gaming Act 1968 S.6),11,500,v0.26.0 +TP47018,14221,Person keeping licensed premises for sale or consumption of refreshments suffering his premises to be the resort of common prostitutes or reputed thieves,142 Other offences by licenced persons,SNM,Summary non-motoring,Person keeping licensed premises for sale or consumption of refreshments suffering his premises to be the resort of common prostitutes or reputed thieves,11,500,v0.26.0 +LG64041,14224,"""Holder of """"off"""" licence permitting purchaser of intoxicating liquor to consume it on or near the premises""",142 Other offences by licenced persons,SNM,Summary non-motoring,"""Holder of """"off"""" licence permitting purchaser of intoxicating liquor to consume it on or near the premises""",11,500,v0.26.0 +LG64042,14225,"""Holder of """"off"""" licence evading terms of licence",142 Other offences by licenced persons,SNM,Summary non-motoring,"""Holder of """"off"""" licence evading terms of licence",11,500,v0.26.0 +LG64082,14227,"Making an internal communication between licensed premises and premises used for public resort, or as a refreshment house",142 Other offences by licenced persons,SNM,Summary non-motoring,"Making an internal communication between licensed premises and premises used for public resort, or as a refreshment house",11,500,v0.26.0 +LG64001,14228,Not complying with order of licensing justices to make structural alterations,142 Other offences by licenced persons,SNM,Summary non-motoring,Not complying with order of licensing justices to make structural alterations,11,500,v0.26.0 +LG64039,14229,Having on licensed premises intoxicating liquor which he is not authorised by his licence to sell,142 Other offences by licenced persons,SNM,Summary non-motoring,Having on licensed premises intoxicating liquor which he is not authorised by his licence to sell,11,500,v0.26.0 +LG64077,14230,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",11,500,v0.26.0 +LG64078,14230,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",11,500,v0.26.0 +LG64079,14230,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",11,500,v0.26.0 +LG64080,14230,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",11,500,v0.26.0 +LG64101,14230,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not keeping affixed to the licensed premises, in a conspicuous place, name and other particulars as directed",11,500,v0.26.0 +LG64086,14231,Refusing to admit constable (Licensing Act 1964),142 Other offences by licenced persons,SNM,Summary non-motoring,Refusing to admit constable (Licensing Act 1964),11,500,v0.26.0 +LG83015,14231,Refusing to admit constable (Licensing Act 1964),142 Other offences by licenced persons,SNM,Summary non-motoring,Refusing to admit constable (Licensing Act 1964),11,500,v0.26.0 +LG64083,14232,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",11,500,v0.26.0 +LG64084,14232,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",11,500,v0.26.0 +LG64085,14232,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",11,500,v0.26.0 +LG83003,14232,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",142 Other offences by licenced persons,SNM,Summary non-motoring,"Not producing licence to justice of the peace, constable or officer of Customs and Excise",11,500,v0.26.0 +LG64055,14241,Employing in bar of licensed premises persons under the age of 18 years,142 Other offences by licenced persons,SNM,Summary non-motoring,Employing in bar of licensed premises persons under the age of 18 years,11,500,v0.26.0 +LG83008,14241,Employing in bar of licensed premises persons under the age of 18 years,142 Other offences by licenced persons,SNM,Summary non-motoring,Employing in bar of licensed premises persons under the age of 18 years,11,500,v0.26.0 +LG64008,14247,Supplying intoxicating liquor from registered club to non-member for consumption off the premises,142 Other offences by licenced persons,SNM,Summary non-motoring,Supplying intoxicating liquor from registered club to non-member for consumption off the premises,11,500,v0.26.0 +LG64009,14248,"Supplying member or guest with intoxicating liquor on behalf of registered club at premises not registered, except at a place used on a special occasion etc.",142 Other offences by licenced persons,SNM,Summary non-motoring,"Supplying member or guest with intoxicating liquor on behalf of registered club at premises not registered, except at a place used on a special occasion etc.",11,500,v0.26.0 +LG64021,14249,Licensee failing to notify Chief Officer of Police within 14 days of order made by licensing justices under Section 70 (entertainment - extended hours) of the Licensing Act 1964,142 Other offences by licenced persons,SNM,Summary non-motoring,Licensee failing to notify Chief Officer of Police within 14 days of order made by licensing justices under Section 70 (entertainment - extended hours) of the Licensing Act 1964,11,500,v0.26.0 +LG64022,14250,Secretary of club failing to notify Chief Officer of Police within 14 days of order made by a Magistrates' Court under S.70 of the Licensing Act 1964,142 Other offences by licenced persons,SNM,Summary non-motoring,Secretary of club failing to notify Chief Officer of Police within 14 days of order made by a Magistrates' Court under S.70 of the Licensing Act 1964,11,500,v0.26.0 +LN69002,14252,Holder of a licence in respect of a refreshment house failing to notify authority of change of address,142 Other offences by licenced persons,SNM,Summary non-motoring,Holder of a licence in respect of a refreshment house failing to notify authority of change of address,11,500,v0.26.0 +LG64056,14253,Licensee allowing sale by a person under 18 of intoxicating liquor for consumption off the premises without specific approval of the licensee or an adult acting on his behalf,142 Other offences by licenced persons,SNM,Summary non-motoring,Licensee allowing sale by a person under 18 of intoxicating liquor for consumption off the premises without specific approval of the licensee or an adult acting on his behalf,11,500,v0.26.0 +LG64098,14253,Licensee allowing sale by a person under 18 of intoxicating liquor for consumption off the premises without specific approval of the licensee or an adult acting on his behalf,142 Other offences by licenced persons,SNM,Summary non-motoring,Licensee allowing sale by a person under 18 of intoxicating liquor for consumption off the premises without specific approval of the licensee or an adult acting on his behalf,11,500,v0.26.0 +LG64106,14266,Failure to display 'Notice of Children's Certificate',142 Other offences by licenced persons,SNM,Summary non-motoring,Failure to display 'Notice of Children's Certificate',11,500,v0.26.0 +LG03095,14292,Responsible person allowing individual aged under 18 to sell or supply alcohol,142A Responsible person allowing individual aged under 18 to sell or supply alcohol,SNM,Summary non-motoring,Responsible person allowing individual aged under 18 to sell or supply alcohol,11,500,v0.26.0 +LG03096,14292,Responsible person allowing individual aged under 18 to sell or supply alcohol,142A Responsible person allowing individual aged under 18 to sell or supply alcohol,SNM,Summary non-motoring,Responsible person allowing individual aged under 18 to sell or supply alcohol,11,500,v0.26.0 +LG64081,14302,Unauthorised person having on his premises words or letters importing authority as licence holder to sell intoxicating liquor,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Unauthorised person having on his premises words or letters importing authority as licence holder to sell intoxicating liquor,11,500,v0.26.0 +LG64087,14303,Without lawful purpose being found in a place where intoxicating liquor is seized by constable,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Without lawful purpose being found in a place where intoxicating liquor is seized by constable,11,500,v0.26.0 +LG64088,14304,"Person so found giving false name and address, etc.",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Person so found giving false name and address, etc.",11,500,v0.26.0 +LG02002,14306,Purchasing or obtaining intoxicating liquor at licensed premises or registered club within three years after conviction for habitual drunkenness,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Purchasing or obtaining intoxicating liquor at licensed premises or registered club within three years after conviction for habitual drunkenness,11,500,v0.26.0 +LG02005,14310,Within 3 years of conviction as habitual drunk buying or obtaining or attempting to buy or obtain alcohol on relevant premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Within 3 years of conviction as habitual drunk buying or obtaining or attempting to buy or obtain alcohol on relevant premises,11,500,v0.26.0 +LG64062,14311,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",11,500,v0.26.0 +LG64110,14311,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",11,500,v0.26.0 +LG83014,14311,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Violent, quarrelsome or disorderly person, or any person whose presence would subject holder of the licence liable to a penalty, refusing to quit licensed premises on request",11,500,v0.26.0 +LG64103,14314,Causing person under 14 to be in bar of licensed premises,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Causing person under 14 to be in bar of licensed premises,11,500,v0.26.0 +CY33018,14315,Giving intoxicating liquor to child under 5 years,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Giving intoxicating liquor to child under 5 years,11,500,v0.26.0 +CY33043,14315,Giving intoxicating liquor to child under 5 years,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Giving intoxicating liquor to child under 5 years,11,500,v0.26.0 +LG02004,14318,Officer of a registered club selling or supplying liquor to a habitual drunkard within three years after conviction for habitual drunkenness,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Officer of a registered club selling or supplying liquor to a habitual drunkard within three years after conviction for habitual drunkenness,11,500,v0.26.0 +LG64010,14319,Obtaining intoxicating liquor in registered club in contravention of S.39(2) & (3) Licensing Act 1964,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Obtaining intoxicating liquor in registered club in contravention of S.39(2) & (3) Licensing Act 1964,11,500,v0.26.0 +SP85041,14324,Officer of club knowing that intoxicating liquor is kept for supply during the period of a designated sporting event,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Officer of club knowing that intoxicating liquor is kept for supply during the period of a designated sporting event,11,500,v0.26.0 +LG64003,14328,Clerk to licensing justices or any other person refusing or obstructing inspection of register or receiving or demanding any unauthorised charge,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Clerk to licensing justices or any other person refusing or obstructing inspection of register or receiving or demanding any unauthorised charge,11,500,v0.26.0 +LG64004,14328,Clerk to licensing justices or any other person refusing or obstructing inspection of register or receiving or demanding any unauthorised charge,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Clerk to licensing justices or any other person refusing or obstructing inspection of register or receiving or demanding any unauthorised charge,11,500,v0.26.0 +LG64024,14333,Consuming intoxicating liquor outside general licensing hours at a party organised for gain,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Consuming intoxicating liquor outside general licensing hours at a party organised for gain,11,500,v0.26.0 +LG64025,14335,Refusing to give name and address or giving false name and address etc,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Refusing to give name and address or giving false name and address etc,11,500,v0.26.0 +LG64026,14335,Refusing to give name and address or giving false name and address etc,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Refusing to give name and address or giving false name and address etc,11,500,v0.26.0 +LG64047,14340,Selling intoxicating liquor in confectionery to person under 16,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Selling intoxicating liquor in confectionery to person under 16,11,500,v0.26.0 +LG64006,14344,Officer of club contravening provisions of Section 39 (Licensing Act 1964),143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Officer of club contravening provisions of Section 39 (Licensing Act 1964),11,500,v0.26.0 +LG64012,14345,"Secretary of club failing to give notice of alteration in rules of club, within 28 days, to Chief Officer of Police and Clerk of Local Authority",143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,"Secretary of club failing to give notice of alteration in rules of club, within 28 days, to Chief Officer of Police and Clerk of Local Authority",11,500,v0.26.0 +LG64011,14348,Obstructing constable or local authority officer from entering and inspecting premises before first registration,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Obstructing constable or local authority officer from entering and inspecting premises before first registration,11,500,v0.26.0 +LG64075,14353,Wholesaler allowing a person under 18 to sell intoxicating liquor without the specific approval of the wholesaler or an adult acting on his behalf,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Wholesaler allowing a person under 18 to sell intoxicating liquor without the specific approval of the wholesaler or an adult acting on his behalf,11,500,v0.26.0 +CY33030,14707,Obstructing officer in the exercise of powers conferred under part II (employment provisions) of the Children and Young Persons Act 1933,147 Employment of Children Acts,SNM,Summary non-motoring,Obstructing officer in the exercise of powers conferred under part II (employment provisions) of the Children and Young Persons Act 1933,11,500,v0.26.0 +FA61012,14720,"Employment of Children: Similar provisions in Local Acts but not offences against the Mines Acts, Factory Acts, etc ",147 Employment of Children Acts,SNM,Summary non-motoring,"Employment of Children: Similar provisions in Local Acts but not offences against the Mines Acts, Factory Acts, etc ",11,500,v0.26.0 +CP75003,14826,Cruelty to children - neglect to provide food for a servant,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Cruelty to children - neglect to provide food for a servant,11,500,v0.26.0 +HE36001,14835,Offences under Hours of Employment (Conventions) Act 1936,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Hours of Employment (Conventions) Act 1936,11,500,v0.26.0 +HE36002,14835,Offences under Hours of Employment (Conventions) Act 1936,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Hours of Employment (Conventions) Act 1936,11,500,v0.26.0 +HE36003,14835,Offences under Hours of Employment (Conventions) Act 1936,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Hours of Employment (Conventions) Act 1936,11,500,v0.26.0 +EA20001,15007,"Offences against Employment of Women, Young Persons and Children Act 1920",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against Employment of Women, Young Persons and Children Act 1920",11,500,v0.26.0 +EA20002,15007,"Offences against Employment of Women, Young Persons and Children Act 1920",Other summary non-motoring offences,SNM,Summary non-motoring,"Offences against Employment of Women, Young Persons and Children Act 1920",11,500,v0.26.0 +NA48004,15103,Disobeying or obstructing execution of removal order (National Assistance Act 1948),152 Other Social Security offences,SNM,Summary non-motoring,Disobeying or obstructing execution of removal order (National Assistance Act 1948),11,500,v0.26.0 +MA58001,15306,Offences against Manoeuvres Act 1958,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Manoeuvres Act 1958,11,500,v0.26.0 +MA58002,15306,Offences against Manoeuvres Act 1958,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Manoeuvres Act 1958,11,500,v0.26.0 +MA58003,15306,Offences against Manoeuvres Act 1958,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Manoeuvres Act 1958,11,500,v0.26.0 +MA58004,15306,Offences against Manoeuvres Act 1958,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Manoeuvres Act 1958,11,500,v0.26.0 +MA58005,15306,Offences against Manoeuvres Act 1958,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Manoeuvres Act 1958,11,500,v0.26.0 +SS06003,15307,Offences against Seamen's and Soldiers' False Characters Act 1906,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Seamen's and Soldiers' False Characters Act 1906,11,500,v0.26.0 +SS06002,15409,Offences against Seamen's and Soldiers' False Characters Act 1906,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Seamen's and Soldiers' False Characters Act 1906,11,500,v0.26.0 +SS06001,15503,Offences under Seamen's and Soldiers' False Characters Act 1906,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Seamen's and Soldiers' False Characters Act 1906,11,500,v0.26.0 +IN57001,15601,Offences under Enclosure Act 1857 ,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Enclosure Act 1857 ,11,500,v0.26.0 +PK72002,15603,Offences under Parks Regulation Acts 1872 and 1926,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Parks Regulation Acts 1872 and 1926,11,500,v0.26.0 +PK72003,15603,Offences under Parks Regulation Acts 1872 and 1926,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Parks Regulation Acts 1872 and 1926,11,500,v0.26.0 +CO08001,15605,Offences under Commons Act 1908,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Commons Act 1908,11,500,v0.26.0 +WC81278,15611,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,500,v0.26.0 +WC81293,15611,Offences under Wildlife and Countryside Act 1981,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Wildlife and Countryside Act 1981,11,500,v0.26.0 +TP47017,16103,Allowing chimney to catch fire: Offences under Town Police Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Allowing chimney to catch fire: Offences under Town Police Clauses Act 1847,11,500,v0.26.0 +LO72003,16110,Allowing chimney to catch fire: Offences against byelaws made under Local Government Act 1972,Other summary non-motoring offences,SNM,Summary non-motoring,Allowing chimney to catch fire: Offences against byelaws made under Local Government Act 1972,11,500,v0.26.0 +TI47001,16202,Disorderly behaviour: Offences which relate to disorderly behaviour in places where the Act has been incorporated with a Local Act (Town Improvement Clauses Act 1847),162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences which relate to disorderly behaviour in places where the Act has been incorporated with a Local Act (Town Improvement Clauses Act 1847),11,500,v0.26.0 +BL00001,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +BL00002,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +BLGR014,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +BLGR014B,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC000015,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC000016,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC000042,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC00015,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC00016,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +CC00107,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +GM000035,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +GM000067,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +HERT046,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +HI00030,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +KE00102,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LG721486,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO066,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31010,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31011,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31031,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31032,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31034,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO31122,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +SUFF004,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +SUFF028,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +UR0001,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +UR86019,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +WI00016,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +WM00006,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +XX30036,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +XX30037,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +YY000002,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +YY000035,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZX52101,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZX52102,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZX52104,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZX52105,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZX52717,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZZ00003,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZZ00017,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZZ00051,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +ZZ00103,16210,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,162 Disorderly Behaviour,SNM,Summary non-motoring,Disorderly behaviour: Offences against byelaws made under Local Government Act 1972 and Municipal Corporation Act 1882,11,500,v0.26.0 +LO72004,16310,Pedestrian and non motor vehicular street offences against Local Acts and byelaws made under Local Acts,Other summary non-motoring offences,SNM,Summary non-motoring,Pedestrian and non motor vehicular street offences against Local Acts and byelaws made under Local Acts,11,500,v0.26.0 +PH75002,16405,Offences under Public Health Act 1875,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Public Health Act 1875,11,500,v0.26.0 +PA90001,16406,Offences under Public Health Acts Amendment Act 1890,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Public Health Acts Amendment Act 1890,11,500,v0.26.0 +TI47004,16801,"Public health offences under Towns Improvement Clauses Act 1847, in places where the Act has been incorporated in a Local Act",168 Public Health Offence,SNM,Summary non-motoring,"Public health offences under Towns Improvement Clauses Act 1847, in places where the Act has been incorporated in a Local Act",11,500,v0.26.0 +TI47002,16802,Public health offences under Towns Improvement Clauses Act 1847,168 Public Health Offence,SNM,Summary non-motoring,Public health offences under Towns Improvement Clauses Act 1847,11,500,v0.26.0 +TI47003,16802,Public health offences under Towns Improvement Clauses Act 1847,168 Public Health Offence,SNM,Summary non-motoring,Public health offences under Towns Improvement Clauses Act 1847,11,500,v0.26.0 +LO72005,16823,Offences under Sanitary Byelaws made under Local Government Act 1972,168 Public Health Offence,SNM,Summary non-motoring,Offences under Sanitary Byelaws made under Local Government Act 1972,11,500,v0.26.0 +PH84001,16854,Offences under Public Health (Control of Disease) Act 1984,168 Public Health Offence,SNM,Summary non-motoring,Offences under Public Health (Control of Disease) Act 1984,11,500,v0.26.0 +RT33001,16904,Fail to keep railway level crossing gate closed,169B Other railway offences,SNM,Summary non-motoring,Fail to keep railway level crossing gate closed,11,500,v0.26.0 +PH75003,17307,Offences related to stage carriage and public service vehicles under Public Health Act 1875,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Public Health Act 1875,11,500,v0.26.0 +RR84039,17312,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,11,500,v0.26.0 +RR84040,17312,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,11,500,v0.26.0 +RR84080,17312,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under Road Traffic Regulations Act 1984,11,500,v0.26.0 +CT99001,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99002,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99003,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99004,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99005,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99006,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99007,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99008,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99009,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99010,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99011,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99012,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99013,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99014,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99015,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99016,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99017,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99018,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99019,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99020,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99021,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99022,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99023,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99024,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99025,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99026,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99027,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99028,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99029,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99030,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99031,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99032,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99033,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99034,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99035,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99036,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99037,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99038,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99039,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99040,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99041,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99042,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99043,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99044,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99045,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99046,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99047,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99048,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99049,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99050,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99051,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99052,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99053,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99054,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99055,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99056,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99057,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99058,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99059,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99060,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99061,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99062,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99063,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99064,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99065,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99066,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99067,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99068,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99069,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99070,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99071,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99072,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99073,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99074,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99075,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99076,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99077,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99078,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99079,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99080,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99081,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99082,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99083,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99084,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99085,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99086,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99087,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +CT99088,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00001,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00002,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00003,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00004,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00005,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00006,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00007,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00008,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00009,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00010,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00011,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00012,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00013,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00014,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00015,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00016,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00017,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00018,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00019,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00020,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00021,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00022,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00023,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00024,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00025,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00026,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00027,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00028,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00029,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00030,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00031,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00032,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00033,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00034,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00035,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00036,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00037,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00038,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00039,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00040,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00041,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00043,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00044,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00045,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00046,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00047,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00048,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00049,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00050,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00051,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00052,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00053,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00054,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00055,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00056,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00057,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00058,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00059,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00060,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00061,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00062,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00064,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00066,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00067,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +GM00603,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MR14001,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MR14003,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MR14007,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MR14008,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03001,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03002,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03003,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03004,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03005,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03006,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03007,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03008,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03009,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03010,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03011,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03012,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03013,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03014,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03015,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03016,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03017,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03018,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03019,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03020,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03021,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03022,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03023,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03024,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03025,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03026,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03027,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03028,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03029,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03030,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03031,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03032,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03033,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03034,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03035,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03036,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03037,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03038,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03039,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03040,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03041,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03042,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03043,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03044,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03045,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03046,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03047,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03048,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03049,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03050,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +MT03051,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70002,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70003,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70004,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70005,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70006,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70007,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70008,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70009,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70010,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70011,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70012,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70013,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70014,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70015,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70016,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70017,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70018,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70019,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70020,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70021,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70022,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70023,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +TW70024,18000,Tram or trolley vehicle offence,180 Tram or Trolley Vehicle Offence,SNM,Summary non-motoring,Tram or trolley vehicle offence,11,500,v0.26.0 +VG24015,18300,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",183 Sleeping Out,SNM,Summary non-motoring,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",11,500,v0.26.0 +VG24016,18300,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",183 Sleeping Out,SNM,Summary non-motoring,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",11,500,v0.26.0 +VG24017,18300,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",183 Sleeping Out,SNM,Summary non-motoring,"Wandering abroad and lodging in any barn, outhouse, deserted or unoccupied building etc or in the open air etc",11,500,v0.26.0 +CA47001,19538,Summary offences under Cemeteries Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Cemeteries Clauses Act 1847,11,500,v0.26.0 +CA47002,19538,Summary offences under Cemeteries Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Cemeteries Clauses Act 1847,11,500,v0.26.0 +CA47003,19538,Summary offences under Cemeteries Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Cemeteries Clauses Act 1847,11,500,v0.26.0 +CA47004,19538,Summary offences under Cemeteries Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Cemeteries Clauses Act 1847,11,500,v0.26.0 +YY00163,19538,Summary offences under Cemeteries Clauses Act 1847,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Cemeteries Clauses Act 1847,11,500,v0.26.0 +CV68002,19564,Summary offences under Caravan Sites Act 1968,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Caravan Sites Act 1968,11,500,v0.26.0 +PL64012,19593,Possession of any article of police uniform gained unlawfully,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Possession of any article of police uniform gained unlawfully,11,500,v0.26.0 +PL96007,19593,Possession of any article of police uniform gained unlawfully,195 Police Act 1996 S.90 - Impersonation of member of police force or special constable,SNM,Summary non-motoring,Possession of any article of police uniform gained unlawfully,11,500,v0.26.0 +FN03004,19648,Wilfully delaying or obstructing officer of the Inland Revenue in pursuance of power to inspect premises,Other summary non-motoring offences,SNM,Summary non-motoring,Wilfully delaying or obstructing officer of the Inland Revenue in pursuance of power to inspect premises,11,500,v0.26.0 +HA06014,19702,Smoking in a vehicle in which a child was present ,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a vehicle in which a child was present ,11,500,v0.26.0 +HA06016,19702,Smoking in a vehicle in which a child was present ,196 Smoking in a smoke-free place,SNM,Summary non-motoring,Smoking in a vehicle in which a child was present ,11,500,v0.26.0 +RV71020,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +RV71022,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +TR94331,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94066,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94067,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94117,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94118,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94119,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94125,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +VE94126,81001,Motor vehicle licence obscured or not affixed,170 Vehicle registration and excise licence offences (MOT),SMO,Summary motoring,Motor vehicle licence obscured or not affixed,12,500,v0.26.0 +HV19001,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19002,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19003,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19004,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19005,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19006,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19007,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19008,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19009,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19010,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19012,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19013,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19014,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19015,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19016,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +HV19017,81803,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,817 Neglecting road regulations (other than speeding) (MOT),SMO,Summary motoring,Driving Heavy Commercial Vehicle in Kent in breach of restriction period or requirement by traffic officer,12,500,v0.26.0 +PH98020,10440,Resisting or obstructing constables in execution of duty - Summary offences under similar provisions in Local Acts,"104 Assaulting, resisting or obstructing a constable or designated officer in execution of duty",SNM,Summary non-motoring,Resisting or obstructing constables in execution of duty - Summary offences under similar provisions in Local Acts,11,560,v0.26.0 +GL09107,14109,Being drunk during employment as a driver of a hackney carriage or as a driver or conductor of a stage carriage in the Metropolitan Police District,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being drunk during employment as a driver of a hackney carriage or as a driver or conductor of a stage carriage in the Metropolitan Police District,11,560,v0.26.0 +LH43001,14109,Being drunk during employment as a driver of a hackney carriage or as a driver or conductor of a stage carriage in the Metropolitan Police District,"141 Drunkenness, with aggravation - other",SNM,Summary non-motoring,Being drunk during employment as a driver of a hackney carriage or as a driver or conductor of a stage carriage in the Metropolitan Police District,11,560,v0.26.0 +MF65001,16404,Offences under Metropolitan Fire Brigade Act 1865,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Metropolitan Fire Brigade Act 1865,11,560,v0.26.0 +MF65002,16404,Offences under Metropolitan Fire Brigade Act 1865,Other summary non-motoring offences,SNM,Summary non-motoring,Offences under Metropolitan Fire Brigade Act 1865,11,560,v0.26.0 +TP47003,16412,Indecent exposure under the Town Police Clauses Act 1847 ,Other summary non-motoring offences,SNM,Summary non-motoring,Indecent exposure under the Town Police Clauses Act 1847 ,11,560,v0.26.0 +BT49005,16920,Offences against private Acts relating to railways,169B Other railway offences,SNM,Summary non-motoring,Offences against private Acts relating to railways,11,560,v0.26.0 +BT49006,16920,Offences against private Acts relating to railways,169B Other railway offences,SNM,Summary non-motoring,Offences against private Acts relating to railways,11,560,v0.26.0 +BT49007,16920,Offences against private Acts relating to railways,169B Other railway offences,SNM,Summary non-motoring,Offences against private Acts relating to railways,11,560,v0.26.0 +BT49008,16920,Offences against private Acts relating to railways,169B Other railway offences,SNM,Summary non-motoring,Offences against private Acts relating to railways,11,560,v0.26.0 +LH31001,17301,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),11,560,v0.26.0 +LH31002,17301,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),11,560,v0.26.0 +LH31003,17301,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under the London Hackney Carriages Act 1843 (except the offence of drunkenness under S.28),11,560,v0.26.0 +GL08004,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +LAN0053,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +LO31123,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69001,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69002,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69003,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69004,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69005,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69006,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +MC69007,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +YY000034,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +YY0059,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +ZZ00058,17306,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under the Metropolitan Public Carriage Act 1869,11,560,v0.26.0 +GL09106,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +LC96001,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +LC96002,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +LC96003,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +LC96004,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +LC96005,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +WY101208,17309,Offences related to stage carriage and public service vehicles under London Cab Act 1896,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences related to stage carriage and public service vehicles under London Cab Act 1896,11,560,v0.26.0 +GL09083,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98031,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98032,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98033,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98034,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98035,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98036,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98037,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98038,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98039,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98040,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +PH98041,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +TR80001,17350,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,173 Stage Carriage or Public Service Vehicle Offence,SNM,Summary non-motoring,Offences under byelaws made under Public Health Acts (Amendment) Act 1890 and Private Hire Vehicles (London) Act 1998,11,560,v0.26.0 +TY87001,19529,Summary offences under Hull Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Hull Dock Byelaws,11,560,v0.26.0 +TY87002,19529,Summary offences under Hull Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Hull Dock Byelaws,11,560,v0.26.0 +PL21001,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21002,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21003,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21004,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21005,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21006,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21007,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21008,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21009,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21010,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21011,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21012,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21013,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21014,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21015,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21016,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21017,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21018,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21019,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21020,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21021,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21022,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21023,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21024,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21025,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21026,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21027,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21028,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21029,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21030,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +PL21031,19530,Summary offences under Port of London Dock Byelaws,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Port of London Dock Byelaws,11,560,v0.26.0 +MM99001,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99002,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99003,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99004,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99005,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99006,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99007,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99008,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99009,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99010,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99011,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99012,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99013,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99014,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99015,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99016,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99017,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99018,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99019,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99020,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99021,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99022,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99023,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99024,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99025,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99026,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99027,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99028,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99029,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99030,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99031,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99032,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99033,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99034,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99035,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99036,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99037,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99038,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99039,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99040,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99041,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99042,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99043,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99044,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99045,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99046,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99047,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99048,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99049,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99050,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99051,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99052,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99053,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99054,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99055,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99056,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +MM99057,19543,Summary offences under Midland Metro System Byelaws 1999,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Midland Metro System Byelaws 1999,11,560,v0.26.0 +CL77017,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77031,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77032,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77033,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77034,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77035,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77036,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77037,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77038,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77039,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77040,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +CL77041,9938,Conspiring in the UK to commit offences overseas,99.9 Other triable either way (non motoring),TEW,Miscellaneous crimes against society,Conspiring in the UK to commit offences overseas,9,570,v0.26.0 +BL63042,10636,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),11,570,v0.26.0 +BL63043,10636,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),11,570,v0.26.0 +BL63044,10636,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),106 Betting or Gaming Offence,SNM,Summary non-motoring,Contravention of any provisions of Schedule 5. Totalisators on Dog Racecourses -. Betting Gaming & Lotteries Act 1963 Para.11 Sch.5 (historic),11,570,v0.26.0 +AA06004,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AA06005,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AP03001,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AP04001,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AP04002,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AP06001,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +AP06002,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +ES97014,10816,Offences against other enactments ,108b Other Cruelty to animal offences,SNM,Summary non-motoring,Offences against other enactments ,11,570,v0.26.0 +BE94001,11603,Offences against Behring Sea Award Act 1894,116 Fishery Acts,SNM,Summary non-motoring,Offences against Behring Sea Award Act 1894,11,570,v0.26.0 +BE94002,11603,Offences against Behring Sea Award Act 1894,116 Fishery Acts,SNM,Summary non-motoring,Offences against Behring Sea Award Act 1894,11,570,v0.26.0 +DC00070,11604,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,116 Fishery Acts,SNM,Summary non-motoring,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,11,570,v0.26.0 +SF12001,11604,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,116 Fishery Acts,SNM,Summary non-motoring,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,11,570,v0.26.0 +SF95003,11604,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,116 Fishery Acts,SNM,Summary non-motoring,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,11,570,v0.26.0 +SF95004,11604,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,116 Fishery Acts,SNM,Summary non-motoring,Offences against Seal Fisheries (North Pacific) Acts 1895 and 1912,11,570,v0.26.0 +PT00052,12599,Other summary offences against Public Order ,125F Public Order Act 1986 and associated acts - other offences,SNM,Summary non-motoring,Other summary offences against Public Order ,11,570,v0.26.0 +RT88063,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +RT88261,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +RT88262,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +RT88431,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +RT88461,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +XX30024,13799,Other offences,137 Pedal cycle - Other offences,SNM,Summary non-motoring,Other offences,11,570,v0.26.0 +LG64092,14351,Making false statement in declaration,143E Other offences related to the sale of alcohol and licensed premises,SNM,Summary non-motoring,Making false statement in declaration,11,570,v0.26.0 +NT94001,14829,Offences under Notice of Accidents Act 1894,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Notice of Accidents Act 1894,11,570,v0.26.0 +NT94002,14829,Offences under Notice of Accidents Act 1894,148 Other Offences against the Labour Law,SNM,Summary non-motoring,Offences under Notice of Accidents Act 1894,11,570,v0.26.0 +MS18002,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS18003,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS18004,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS25001,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS25002,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS25003,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS25004,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS25005,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +MS95050,15009,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,Other summary non-motoring offences,SNM,Summary non-motoring,Offences against Merchant Shipping and Fishing Vessels (Health and Safety) (Employment of Young Persons) Regulations 1998,11,570,v0.26.0 +SS75005,15200,Offences against the Social Security Administration Act 1992,152 Other Social Security offences,SNM,Summary non-motoring,Offences against the Social Security Administration Act 1992,11,570,v0.26.0 +SS92033,15200,Offences against the Social Security Administration Act 1992,152 Other Social Security offences,SNM,Summary non-motoring,Offences against the Social Security Administration Act 1992,11,570,v0.26.0 +AE07001,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07002,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07003,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07004,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07005,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07006,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07007,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07008,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07009,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07010,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07011,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07012,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07013,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07014,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07015,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07016,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07017,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07018,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07019,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07020,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07021,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07022,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07023,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07024,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07025,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07026,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07027,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07028,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07029,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07030,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07031,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07032,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07033,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07034,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07035,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07036,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07037,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07038,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07039,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07040,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07041,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07042,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07043,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE07044,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10001,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10002,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10003,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10004,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10005,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10006,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10007,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10008,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10009,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10010,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10011,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10012,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10013,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10014,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10015,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10016,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10017,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10018,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10019,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10020,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10021,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10022,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10023,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10024,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10025,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10026,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10027,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10028,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10029,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10030,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10031,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10032,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10033,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10034,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10035,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10036,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10037,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10038,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10039,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10040,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +AE10041,15305,Offences against Military Lands Acts 1892-1903,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Military Lands Acts 1892-1903,11,570,v0.26.0 +RF80001,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80002,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80003,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80004,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80005,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80007,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80009,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80011,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80013,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80015,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80019,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80021,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80023,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80025,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80026,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80027,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80028,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80030,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80032,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80034,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80036,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80038,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80040,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80044,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80047,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96001,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96002,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96003,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96004,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96005,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96016,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96017,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96018,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96019,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96028,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96029,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96034,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96037,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96040,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96041,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96042,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96049,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96050,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96051,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96058,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96061,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96064,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96067,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96070,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96073,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96076,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96079,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96082,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96085,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96088,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96101,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96102,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96103,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96104,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96105,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96106,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96119,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96122,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96125,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96128,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96131,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF96134,15315,Offences against Reserve Forces Acts 1980 and 1996 ,"153 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996 ,11,570,v0.26.0 +RF80042,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80043,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80045,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96006,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96007,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96008,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96009,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96010,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96020,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96021,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96022,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96023,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96030,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96031,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96035,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96038,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96043,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96044,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96045,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96052,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96053,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96054,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96059,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96062,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96065,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96068,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96071,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96074,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96077,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96080,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96083,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96086,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96089,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96107,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96108,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96109,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96110,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96111,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96112,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96121,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96124,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96127,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96130,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96133,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96136,15404,Offences against Reserve Forces Acts 1980 and 1996,"154 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences against Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80006,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80008,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80010,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80012,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80014,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80016,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80020,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80022,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80024,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80029,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80031,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80033,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80035,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80037,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80039,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80041,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80046,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF80048,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96011,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96012,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96013,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96014,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96015,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96024,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96025,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96026,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96027,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96032,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96033,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96036,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96039,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96046,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96047,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96048,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96055,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96056,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96057,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96060,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96063,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96066,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96069,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96072,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96075,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96078,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96081,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96084,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96087,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96090,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96113,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96114,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96115,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96116,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96117,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96118,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96120,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96123,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96126,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96129,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96132,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +RF96135,15508,Offences under Reserve Forces Acts 1980 and 1996,"155 Offences against Military Law - Army, Navy and Air Force",SNM,Summary non-motoring,Offences under Reserve Forces Acts 1980 and 1996,11,570,v0.26.0 +CF09001,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +CF09002,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +CF09003,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +FS90035,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +FS90GW04,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +FS90GW06,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74001,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74002,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74003,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74004,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74005,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74006,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74007,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74008,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74009,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74010,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +SL74017,16829,Offences under Food Safety Act 1990,168 Public Health Offence,SNM,Summary non-motoring,Offences under Food Safety Act 1990,11,570,v0.26.0 +CA05004,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CE79065,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CE79071,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CE79073,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CE79320,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83005,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83006,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83007,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83008,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83009,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83010,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83011,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83012,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83013,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CT83014,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +STAF0005,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +VA83005,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +VA83006,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +VA94005,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +VA94006,17200,Summary offences against Revenue Laws,172 Other Offences (against Revenue Laws),SNM,Summary non-motoring,Summary offences against Revenue Laws,11,570,v0.26.0 +CA03010,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +CA03010B,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +CA03011,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +CA03012,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GL01934,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GL07037,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GL07055,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GM000002,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GM000053,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GM000096,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +GM000172,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +WT49006,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +WT49007,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +YY0080,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +YY0112,19101,Television licence evasion,191A Television licence evasion,SNM,Summary non-motoring,Television licence evasion,11,570,v0.26.0 +WT49001,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49003,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49004,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49008,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49009,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49021,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49022,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49023,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49054,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49055,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49056,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49057,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49058,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49059,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49060,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49061,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49062,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49063,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49064,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49065,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49067,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49074,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49075,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49076,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49077,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49078,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49079,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49080,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49081,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49082,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49083,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49084,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT49085,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67002,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67003,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67004,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67005,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67007,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67008,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67009,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67010,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67011,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67012,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67013,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67014,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67016,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67017,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +WT67018,19103,Summary offences against Wireless Telegraphy Acts 1949 to 1967,191B Other offences under Wireless Telegraphy Acts,SNM,Summary non-motoring,Summary offences against Wireless Telegraphy Acts 1949 to 1967,11,570,v0.26.0 +IA99038,19440,Failure to attend or give evidence or produce documents before an adjudicator or tribunal and failure to comply with the requirements,194 Immigration Offence,SNM,Summary non-motoring,Failure to attend or give evidence or produce documents before an adjudicator or tribunal and failure to comply with the requirements,11,570,v0.26.0 +CD98020,19555,Failure to comply with any requirement of Reparation Order,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with any requirement of Reparation Order,11,570,v0.26.0 +PC00595,19555,Failure to comply with any requirement of Reparation Order,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with any requirement of Reparation Order,11,570,v0.26.0 +CD98021,19556,Failure to comply with any requirement of Action Plan Order,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with any requirement of Action Plan Order,11,570,v0.26.0 +PC00585,19556,Failure to comply with any requirement of Action Plan Order,Other summary non-motoring offences,SNM,Summary non-motoring,Failure to comply with any requirement of Action Plan Order,11,570,v0.26.0 +1(1)IND,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +1001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +1004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +1005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +129RAIL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +12AMTBA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +16BL5,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +172RTA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +20(2)ZPP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +20003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +219TRAN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +22222,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +224TCP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +235LGA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3200,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3316,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3420,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3430,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3439,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3444,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3445,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3445(B),19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3446,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3487,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +3488,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +36(1)RTA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +38CJA91,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +42RTA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +43ANTSOC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +46RAIL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +9999,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AAPFGT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ACC00001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AD70001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AD70002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AD70003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AD70004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AD70005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AE71001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AF06088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AH08001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AIDALCOH,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AIR001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AIR002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AIR003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL10009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL10010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL10012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL19003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL19004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL19005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL19006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL79008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL79009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL79010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL79011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AL79012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ALANIESC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AM68003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AMFIRE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN09040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN09041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN09042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN09043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN19900,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN79010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN81027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN95035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN95036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN95037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AN95038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPCSW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPDEO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPEUWT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPHIGH,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPLICVA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPNOISE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPRISK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPSEX1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPSUSP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPSW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPTCP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APPWE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +APRTA88,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR11206,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR52006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR97001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR97002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AR97003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AS00118,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ASBOS2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATCFFS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTPET,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTPOS1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTPOS1A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTPOSS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTSUPOS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ATTSUPP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AV82077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AW10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AW10002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AW10003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AW2006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +AW42006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BA09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BA09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BA09003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BA09004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BA09005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BCAPPCPS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BCAPPSOL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BD53011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BED0002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BED0004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BED0016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BED0019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BF03001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BF03002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BG73018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK14009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK79001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK79002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK79003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK79004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BK87032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN81001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN81002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN85001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN85002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN85003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BN85004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BP08002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BP08003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BP08004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BP08006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BREWRT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT19625,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT62001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BT81007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BTC19541,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BU57001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BUSLANE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BV10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BYE0002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +BYERAIL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA71051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA81SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA82006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA82500,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA89SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA89SW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA89SW03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA89SW04,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA93004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA98003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA98004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CAM004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CB84006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000102,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000103,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000108,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000109,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000110,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000112,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC000115,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00109,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00113,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00115,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00116,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00117,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00118,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00123,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00124,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00125,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00126,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00129,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00130,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00138,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00140,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00141,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC00146,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC08001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC80017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC81011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CC87001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD71005C,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD71006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD71007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD71GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD98013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD98015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD98054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD98055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CD98056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CDP88GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CDP88GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CDP88GW3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CDP88GW4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CDPA1988,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE07001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE07002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE07003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE07004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE07005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE20011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79148,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79149,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79150,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79151,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79193,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79196,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79197,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79198,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79199,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79200,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79201,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79202,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79203,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79204,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79205,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79210,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79211,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79212,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79213,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79214,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79215,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79216,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79217,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79218,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79219,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79220,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79221,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79222,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79223,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79224,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79225,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79226,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79227,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79228,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79229,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79252,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79253,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79254,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79255,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79256,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79257,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79258,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79259,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79260,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79261,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79262,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79263,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79264,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79265,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79266,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79267,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79268,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79269,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79270,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79271,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79272,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79273,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79275,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79276,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79277,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79279,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79280,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79281,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79282,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79283,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79284,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79285,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79288,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79289,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79290,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79291,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79292,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79293,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79294,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79295,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79296,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79297,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79298,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79299,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79300,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79301,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79302,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79303,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79304,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79305,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79306,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79307,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79308,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79309,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79310,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79311,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79312,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79313,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79314,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79315,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79316,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79317,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79318,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CE79319,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH08001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH75001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH89021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH92011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH93003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH93004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH93005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CH98006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CHDWPX,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CHILDS1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CHPW08,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI05002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI05003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI06011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW05,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW06,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW07,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW08,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW09,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW10,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW11,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW12,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI07GW13,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI13001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI13002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI13003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI13004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI13005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI15207,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI37001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI98030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CI98031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ03244,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ03514,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ08GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ1991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ25015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ67011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ82001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ82002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ87002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ87007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ87008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ87009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ91026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ91027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ91038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ91040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ91047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ94001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJ94040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJA1991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CJIA119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL67009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CL77013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CLA1977,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM04001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM48012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM80008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM81017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85206,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85221,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85222,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85224,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85225,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85226,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85230,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85231,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85232,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85233,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM85234,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM89001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM89003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM89004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM89005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM98012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM98013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM98014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM98015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CM98016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN82001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CN94013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO1602,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO20071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO36035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO71001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO87009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CO88015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COM1985,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COM2006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COML008C,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COMM2003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COMSO11,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONCLOSE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONDECE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONDISQ,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONFORD,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONHARR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONHMP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONPOSS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONPROP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONSAFFR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CONSFIR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COPYA1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COPYC1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COPYDESI,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +COPYT1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP65001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP74021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP87100Y,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP88040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP91005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CP96002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CPA87GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CPUT08,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CPUTR08,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CR56007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CRIMATT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CRIMATT1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CRIMMATT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CROSSUN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS00003H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS00100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS00101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS06136,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS10502,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS10503,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS14391,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS1991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS90001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91001Y,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91014A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91014G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS9114A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS9114GW,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS9139A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91503G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS91SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CS92014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CSA00GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CSA00GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CSA328A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CSA39A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT03514,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT08001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT15003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT15004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT19921,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT92471,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CT94079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CTAX1992,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CU59001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CU84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CU84008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CV65001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CW13012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CX00003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CX00063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CX00066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CX00067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CX00068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY33031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY33032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY33044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY55001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY55002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY55003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY69001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY69002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY69003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CY69004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DA14002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DA14003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DA14004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DA14005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0091,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DB0101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC00092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC06006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DC71207,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DD19911,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DD41991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DD91GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DDA91GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DDOGS2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DE84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DE84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DE84003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DE84004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DG71501,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DGECST,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DN84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DN84003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOG1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOG2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR00014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DOR060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DPNONSTD,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR63012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR80002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR80003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DR80004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DRONHIW,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DT86001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DT86002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DT86003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DVPHV,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DW000001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DW76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +DW76002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA02013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA06004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA06005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA06006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10011`,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA10020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA19441,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA89008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA90331,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA90338,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA90341C,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA90345,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EA90346,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC000072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC08001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC197201,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC72002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EC72GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ECA1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ECABP72,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ECTAG72,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED02001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED06001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED09003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED09004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ED09005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EE09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EE95001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EH47002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EI04001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EI04002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EI04003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EL69001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENFORDER,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENTDOCK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENVIRO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENVIRO2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENVIRO3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENVPER38,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ENVPER59,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP11007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP1571A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP1990,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP1990A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP19933,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP33331,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP3410,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP34290,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP3491,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP64354,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP75001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP75004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP80909,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90200,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90337,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90595,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90804,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP9087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP90GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP99001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP99002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP99003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EP99004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EPAA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ERR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ES79006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ES79007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ES79008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ES79014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX089,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX091,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX096,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX097,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX099,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX102,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX104,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX106,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX107,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX108,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX110,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX112,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX113,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX115,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX116,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX117,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX118,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX122,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX124,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX125,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX126,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX128,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX130,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX133,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX134,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX135,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX136,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ESX137,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EV00026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EW09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EW09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EW09003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EW09004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EW09005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +EXALC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA03GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA07DP01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA12006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA20077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA61007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA61008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA61009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA61010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA61011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA68GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA68SW05,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA88036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FA88038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FAILCOMP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FAILDETA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FC05001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FCLG1976,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE85019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE96001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE96002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE96003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE96004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FE96005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FF10008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FG13028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH2006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH20063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH20066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FH82006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FHWGW001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68170,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68280,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68283,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68285,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68286,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68289,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68290,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68293,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68295,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68297,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68301,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68352,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI68376,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FI92111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FIREARM1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FISH2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL03GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL84003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL84004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL84005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FL96DP01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FLR96GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FOBUOP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FP71008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FP91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FPPFARM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR03007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FR75001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FRAUD06,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FRAUDTKT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS05006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS05007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS13024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS20041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS20051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS55801,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS86007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS86025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS86026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS90050A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FS90SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FSA90GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FSA90GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73001H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73002H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FT73222,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FTPFARM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FTPSFARM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FTRSFARM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FY61002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FY61003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +FY61007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GD75001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GD75002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GD75003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GD75004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GD75005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GFR04GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07105,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07109,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07110,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07112,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07113,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL07115,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL08085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09099,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09112,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09113,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09115,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09144,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09185,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09190,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09192,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09401,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09410,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09450,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09800,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09900,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL09910,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL10002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL72001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL72002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GL99010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000099,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000103,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000105,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000106,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000122,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000127,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000140,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000141,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000142,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000144,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM000145,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GM31070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GMFTEW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GMFTEW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GMFTSM01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GMFTSU01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GMFTSU02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GP94001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GP94002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GP94003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GR04001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +GWNONSTD,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA01GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA68001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA68002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA68003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA80139,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HA82001H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HACAPP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HACK001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HD47001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HEALTH33,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HEARAPP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HEPRO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HER028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HERT043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HF46001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HH39001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HH39002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HH39004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HH39005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HH39006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI00078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HI71001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HO85047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HO85048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HP90001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HP90002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HR97004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HR9751G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS08009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74019B,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74019C,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74331G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HS74SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HSE301C,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HSW74331,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HU90013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HW05001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HW80002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HY59001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HY80091,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +HY80092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IA89001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IA89002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IC60U16,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IC82013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IL80001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IM71070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IM71071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IMMPASS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IP65006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IPS65GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IR86002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IR86003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86081,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86082,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86089,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86096,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86097,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86129,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86130,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86133,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IS86134,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IT03001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +IW10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +JY74010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00097,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00105,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00106,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00108,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00110,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00116,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00129,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00142,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00146,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00151,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00153,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00154,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00155,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00162,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00187,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00188,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00191,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00193,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00194,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00195,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00196,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00210,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00226,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00227,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00230,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00235,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00244,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00245,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00248,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00249,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00250,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00251,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +KE00260,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA03001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA03002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA03003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA03SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA11001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA11002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA11003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA11004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA12007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA83001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA88001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA88002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LA88003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LAN0092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LB98001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LB98002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LB98003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LB98004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LC73001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LD36541,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LD91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LD96001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG19761,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG19763,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG4676,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76461,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76562,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76731,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76733,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76GW3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76SW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76SW03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG76SW04,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LG92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LGMP1976,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LGPRIV,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LH43002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LH43003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LH43020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LIC2003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM21545,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM72001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM72002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM72003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76001A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76DP01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76DP02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM76SW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82040B,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LM82046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LN63002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LN63003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LN63004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LN69001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO31095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LO72001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOC0005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOC005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOCA001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOCA002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOCA003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LOND018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LP25002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +LP80001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MA94016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MA94017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MC8251B,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD59001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD71506,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD87001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD87002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD87003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD96001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MD96002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MDASEC5,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MDCA1858,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MDCOPY4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ME09001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ME09002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ME2002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEAOSD,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEATTEMP,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MECOPY1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MECORGI,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEDRINK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEEN666,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEENVP2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEENVPRO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEFRLIC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEFRTL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEINAUT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEPERJ,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEPGOS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL10,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL11,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL12,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL23,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL5,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL6,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL7,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL8,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERAIL9,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MEREG1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MERTUNN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +METHEFT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +METHEFT2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +METHEFT3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +METRAFF,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MF97003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MF97004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MF97005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MF97006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MG00002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MG99999,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MH59011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MH59012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MH59013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MH59014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MI66001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MIGR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MIGRWT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MISUSE9,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP10016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP97001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP97002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP97003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MP97004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MRAIL12,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MRAIL22,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MRAIL33,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MRAIL9,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS94014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS95071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MS99001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MULTOCC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MV03001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MV03002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MVCARR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MW82001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MW82002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +MW91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NA48011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NA48012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NEA05GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NM9831,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO36080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO6061A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO90001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NO90002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NOLICEN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NORF050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NOTOLL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NP1104,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NP28005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NP28006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NR91017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NSNPOL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NSTAND2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NU79001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NU97001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NU97002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NU97003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NV57002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NW55555,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +NY91010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OBNATIN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OBPECA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OBSTCON,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OBTAINED,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OF61098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OF61132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OFFRESEN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS11007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS11008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS20030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS20031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS20032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS89070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS89075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS89080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS89085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS89090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS93001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS93002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +OS95006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15081,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15082,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15089,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15117,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15118,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15120,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15121,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15122,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15123,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15124,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15125,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15126,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15127,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15128,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15129,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15130,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15133,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA15134,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA49001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA51SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA72001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA72002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA73014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA77002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA77003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PA77004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PAA1911,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PAA1954,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC00010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC00103,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC00561,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC02022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC02023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC73001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC73002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PC73003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PCCS2000,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PCCSAGW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PE04001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PE54001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PE54002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PE54003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PE54004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PF58010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH07SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH07SW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH15057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PH1972,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PM91002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PM91003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PM91004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO53068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO69007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO84004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PO85532,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +POSSAM50,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +POSSAMM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +POSSE,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +POSSM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +POSSMETH,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PP02001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PP02002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PPC0100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PPC0200,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR74012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR95001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR95002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR95003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR99001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR99002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PR99003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PRIS01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PRIS02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PROBAN2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PROBCON,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PRODRUG,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PROPBAN,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PROVST,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PS01014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PS38001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PS38002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PS38003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PS94001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT76018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT84022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PT89065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU36011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PU86088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +PV18811,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QQQQ,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QS00076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX000031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX000038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX000040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +QX00040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RA00001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RA00002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RA00003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RA93023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL10,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL11,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL12,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL13,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL14,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL15,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL17,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL18,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL1889,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL19,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL20,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL21,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL219,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL5,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL6,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL7,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL8,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL9,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAIL909,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RAILFDET,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86302,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86303,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86384,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86404,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86410,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86412,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86418,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86433,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86436,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86471,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86472,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86473,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86474,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86475,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86476,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86477,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86478,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86479,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86480,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86481,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86482,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86483,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86484,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86485,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86486,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86487,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86488,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86489,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86490,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86491,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86492,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86493,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86494,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86495,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86496,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86498,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86533,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86612,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86613,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86614,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86615,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86617,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86618,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86619,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86621,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86622,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86623,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86631,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86634,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86643,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86644,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86657,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86658,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86662,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86663,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86664,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86671,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86672,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86673,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86674,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86675,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86676,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86677,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86678,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86679,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86681,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86682,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86683,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86684,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86700,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86701,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86703,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86704,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86712,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86714,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86723,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86728,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86733,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86734,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86736,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86741,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86742,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86747,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86748,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86749,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86750,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86751,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86752,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86753,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86754,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86755,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86756,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86757,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86758,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86759,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86760,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86761,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86762,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86763,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86764,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86765,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86766,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86767,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86768,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86769,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86770,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86771,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86772,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86773,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86774,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86775,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86776,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86777,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86778,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86779,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86780,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86781,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86782,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86783,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86784,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86786,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86787,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86788,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86789,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86790,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86792,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86793,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86794,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86795,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86796,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86798,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RC86806,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RD49005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE2091A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RE77006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RH74001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RH74002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RH74003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RH84002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL05469,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89340,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89409,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89427,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89428,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89430,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RL89728,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP01001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP49009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP83068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RP97059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RR96001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT36988,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT72104,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88001H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88002B,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88482,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RT88GW04,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RTPARK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RTR84GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RTRA94,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RTST163,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RVEHPL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +RX88016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +S178,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA76016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SA92016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB76014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SB96001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SC44001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SC92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SC92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SC92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SEC178,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SEC210,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SEXTEXT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SF00015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SF75119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SF75353,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SF97001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SF97002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SM92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SM92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SM92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SM92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SM92005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SN80001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO74015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SO92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOA03GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOCP2005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC5,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SOSEC6,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SP40,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SPECMEAS,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SR198417,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS11192A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS11201,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS11292A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS75009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS86043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92002G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS9202GA,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92036A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92GW03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92GW04,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SS92SW03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ST001G,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ST92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +STRAIL1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SUFF043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SWNONSTD,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX00003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX03532,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX12345,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX1956,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56015A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56016A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56017A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56018A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56023A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SX56024A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXASSAU,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXATTB,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXATTF,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXATTL,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXTXT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SXVIDEO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY00090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY123456,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +SY77190,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TA00181,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TA1968,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TA20004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TA68001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TB79001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TB79002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC07001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC07002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC07003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90GW02,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90GW03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TC90GW04,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TCP90,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TCPA1847,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TCPENF,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TD34933,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TD34949,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TDA68GW2,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TDA68GW3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TEXPRO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TH00021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TH1968,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TH68075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TH68076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TH68077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +THEFT68,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +THEFT78,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +THEFTG,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +THEFTSH,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +THREWPHO,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TK31001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TK31002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TM38022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TM69001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TPC45GW1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR00SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR06027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68116,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68117,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68135,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68148,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68149,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68196,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR68197,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TR99157,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRADEM1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRANS1,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRANS3,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRANS4,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRAVTICK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TRMARK,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS0201A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS10013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS4506,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS4906,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS5306,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS5406,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS5596,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS56006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS64010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TS92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT68007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TT92019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TU92017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV00049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TV99999,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW79002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW79003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW79004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +TW92010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UN00004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UN94001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UN94002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UNAUTHOR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UNLFIX,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +URIN72,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +US71011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UT00001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +UT08001H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE19943,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE71027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VE941459,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VEHNOT,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VG24026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VG24027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +VG24046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +W100101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA11001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA11003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA11004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA11005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA46006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WA61516,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WATER91,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC40001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81129,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81130,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81133,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81134,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81135,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81136,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81137,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81138,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81139,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81140,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81141,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81142,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81160,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81230,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81265,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81266,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81267,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81268,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81269,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81270,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81274,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81283,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81284,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81303,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WC81304,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE06018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE59001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE59002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WE59003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WF00132,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WF00137,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WF20071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WF20077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WFA0001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WFA0002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI000001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI000005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI000063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00092,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00105,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00106,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI00126,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI17431,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91064,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91065,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91067,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91068,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91081,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91103,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91104,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91105,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91108,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91118,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91121,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WI91174,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WITSUM,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000020,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000024,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000028,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000031,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000032,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000058,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000063,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000066,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000089,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000090,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000094,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000096,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000097,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000110,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000112,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00019,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00050,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM000999,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM00111,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM0021,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM0022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM0023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM0027,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WM06SW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR10005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR1991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR45010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR63001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR63009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91001H,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91033,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91034,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91035,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91037,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91039,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91040,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91041,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91042,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91043,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91047,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91048,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91053,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91057,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91059,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91060,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91070,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91073,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91074,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91076,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91079,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91080,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91081,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91082,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91087,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91088,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91089,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WR91GW01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WY08003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +WY08007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XSWBR,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX30001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX30002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX30022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX30025,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX30026,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +XX99001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +Y100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YJ99004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YO65991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000011,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000012,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000015,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000017,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000022,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000029,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000036,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000038,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000046,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000055,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000056,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000069,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000072,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000075,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000077,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000095,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000100,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000101,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000102,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000120,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000122,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000125,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000131,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000133,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000138,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000139,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000145,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000146,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000147,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000148,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000152,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000153,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000156,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000159,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000163,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000172,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000179,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000181,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000182,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000193,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000194,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000195,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000202,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000206,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000207,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000209,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000212,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000213,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000214,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000215,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000229,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000231,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000235,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000236,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000237,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000238,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000240,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000244,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000246,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000247,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000249,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000250,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000251,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000256,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000257,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000290,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000291,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000293,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000299,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000300,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000301,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000302,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000306,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000307,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000308,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000310,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY000312,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00119,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00139,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00149,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00156,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0016,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00164,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00175,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00176,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00177,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00179,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00180,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00187,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00313,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00313A,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00314,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00315,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY00330,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0051,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0052,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0054,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY0180,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY030002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY03003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY03004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY03006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY03007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YY03008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +YZ0001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +Z014,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZB01,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZB03,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZB06,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZB13,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81001,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81002,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81003,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81004,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81006,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZL81010,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZP71009,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00005,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00007,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00008,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00013,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00018,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00023,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00030,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00044,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00045,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00049,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00061,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00062,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00071,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00078,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00083,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00084,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00085,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00086,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00093,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00096,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00098,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00106,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00113,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00114,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00117,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ00140,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ99990,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ99990Y,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZ99991,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +ZZZZ,19599,Other summary non-motoring offences,Other summary non-motoring offences,SNM,Summary non-motoring,Other summary non-motoring offences,11,570,v0.26.0 +CA03013,19608,Summary offences under Communications Act 2003 (except S.363),196 Communications Act 2003 - Other sections,SNM,Summary non-motoring,Summary offences under Communications Act 2003 (except S.363),11,570,v0.26.0 +CA03014,19608,Summary offences under Communications Act 2003 (except S.363),196 Communications Act 2003 - Other sections,SNM,Summary non-motoring,Summary offences under Communications Act 2003 (except S.363),11,570,v0.26.0 +CT03003,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03004,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03005,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03006,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03007,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03008,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03009,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +CT03010,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +TM04003,19611,Summary offences under Courts Act 2003,Other summary non-motoring offences,SNM,Summary non-motoring,Summary offences under Courts Act 2003,11,570,v0.26.0 +ML87005,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML87500,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90001,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90002,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90003,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90004,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90005,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90006,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90007,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90008,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90009,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90010,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90011,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90012,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90013,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90014,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90015,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90016,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90017,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90018,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90019,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90020,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90021,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ML90022,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +ND95002,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +PV81088,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RO88006,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT60014,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT72001,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88137,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88141,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88142,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88143,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88144,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88146,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88147,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88148,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88149,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88151,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88152,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88153,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88161,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88162,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88163,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88164,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88165,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88166,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88167,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88168,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88176,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88177,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88178,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88179,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88180,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88181,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88182,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88184,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88196,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88196G,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88197,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88198,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88251,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88315,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88316,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88317,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88318,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88332,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88375,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88432,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88433,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88435,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88475,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88476,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88481,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88490,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88570,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT88952,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89001,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89002,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89005,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89006,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89007,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +RT89008,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +YY000154,80790,Other driving licence offences (excluding forgery),807B Driving licence related offences (excluding fraud and forgery) - summary (MOT),SMO,Summary motoring,Other driving licence offences (excluding forgery),12,570,v0.26.0 +CX00044,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +GL07036,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +GM000152,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +KE00253,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88054,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88150,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88175,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88192,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88193,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88194,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88203,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT882031,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88203X,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88203Y,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88204,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88223,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88224,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88254,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88255,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88389,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88390,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88391,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88395,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88397,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88399,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88429,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88430,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88446,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88499,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88701,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88702,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88703,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88704,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88705,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88706,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88707,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88708,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +RT88SW03,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +TRT88203,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +TV00032,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +WI00179,80990,Other vehicle insurance offences (excluding forgery),809B Vehicle insurance offences - summary (MOT),SMO,Summary motoring,Other vehicle insurance offences (excluding forgery),12,570,v0.26.0 +AS00119,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +CAM001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +CC000043,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +DOR007,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +HI00055,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +HY35015,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +LO31018,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MC03001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MC93001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MG00003,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MP99001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MV11001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MV11002,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MV11003,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +MW93004,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV81108,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV99001,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV99002,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV99003,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV99004,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +PV99005,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86055,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86111,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86208,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86209,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86210,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86211,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86253,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86256,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86259,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86260,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86261,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86262,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86263,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86264,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86265,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86266,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86267,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86268,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86280,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86281,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86282,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86283,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86284,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86285,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86286,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86287,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86288,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86312,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86313,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86314,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86315,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86316,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86317,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86318,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86319,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86320,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86355,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86411,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86544,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86559,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86560,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86655,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86711,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86859,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86860,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86991,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RC86997,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88403,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88404,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88409,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88414,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88415,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88425,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88426,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88428,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88479,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88480,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RT88SW05,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02004,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02009,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02018,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02019,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02020,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +RV02021,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +SY00017,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +TV00055,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +WM000008,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +YY0028,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +YY00321,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +YY0071,82599,Other summary motoring offences,825B Miscellaneous motoring offences (MOT) - Summary,SMO,Summary motoring,Other summary motoring offences,12,570,v0.26.0 +AF06999,0,Not known,,,,,,,v0.26.0 +BA76006,0,Not known,,,,,,,v0.26.0 +CJ03004,0,Not known,,,,,,,v0.26.0 +CJ03006,0,Not known,,,,,,,v0.26.0 +PL84504,0,Not known,,,,,,,v0.26.0 +Burglary,3000,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +burglary,3000,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +YY000050,3033,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +Robbery,3400,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +FS86024,5108,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +FRAUD,5300,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +FRAUD1,5300,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +fraud,5300,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CF17001,8206,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CF17002,8206,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +GM000083,9336,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +BR00007,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +CA198111,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +CA81DRUG,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +CAM016,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL07103,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL07104,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL08039,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL09098,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL09116,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GL09119,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +GM000003,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +QS00046,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +TV00050,9900,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +PS01015,9927,Not known,Not known,TEW,Miscellaneous crimes against society,Not known,9,,v0.26.0 +AF59001,10599,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09022,13444,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09005,13837,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09006,13837,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09007,13838,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09008,13838,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09009,13838,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09010,13838,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09011,13839,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09012,13839,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09015,13841,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09017,13842,Not known,Not known,SNM,Summary non-motoring,Not known,11,,v0.26.0 +CJ09018,13842,Not known,Not known,SNM,Summary non-motoring,Not known,11,,v0.26.0 +CJ09019,13843,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09020,13843,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CJ09021,13844,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +MS21001,15008,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +MS70011,15023,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CT13008,15119,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +CT13009,15119,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +LOND004,16838,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SH50025,17906,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SH50027,17906,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SH50028,17906,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SH50029,17906,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +FI68122,18599,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +3198,22222,Not known,,,,,,,v0.26.0 +3198A,22222,Not known,,,,,,,v0.26.0 +6556,22222,Not known,,,,,,,v0.26.0 +6557,22222,Not known,,,,,,,v0.26.0 +8556,22222,Not known,,,,,,,v0.26.0 +AAAN0002,22222,Not known,,,,,,,v0.26.0 +AP00501,22222,Not known,,,,,,,v0.26.0 +AP20061,22222,Not known,,,,,,,v0.26.0 +AP200611,22222,Not known,,,,,,,v0.26.0 +AP20062,22222,Not known,,,,,,,v0.26.0 +AP51200,22222,Not known,,,,,,,v0.26.0 +APAD01,22222,Not known,,,,,,,v0.26.0 +APP1053,22222,Not known,,,,,,,v0.26.0 +APP1142,22222,Not known,,,,,,,v0.26.0 +APP1200,22222,Not known,,,,,,,v0.26.0 +APP1450,22222,Not known,,,,,,,v0.26.0 +APP1855,22222,Not known,,,,,,,v0.26.0 +APP1856,22222,Not known,,,,,,,v0.26.0 +APP1857,22222,Not known,,,,,,,v0.26.0 +APP1858,22222,Not known,,,,,,,v0.26.0 +APP2140,22222,Not known,,,,,,,v0.26.0 +APPDP01,22222,Not known,,,,,,,v0.26.0 +APPFHREG,22222,Not known,,,,,,,v0.26.0 +APPGW001,22222,Not known,,,,,,,v0.26.0 +APPGW002,22222,Not known,,,,,,,v0.26.0 +APPSW02,22222,Not known,,,,,,,v0.26.0 +APPSW03,22222,Not known,,,,,,,v0.26.0 +APPWAR,22222,Not known,,,,,,,v0.26.0 +ARO1GW01,22222,Not known,,,,,,,v0.26.0 +AS00002,22222,Not known,,,,,,,v0.26.0 +AS00007,22222,Not known,,,,,,,v0.26.0 +AS00023,22222,Not known,,,,,,,v0.26.0 +AS00024,22222,Not known,,,,,,,v0.26.0 +AS00030,22222,Not known,,,,,,,v0.26.0 +AS00049,22222,Not known,,,,,,,v0.26.0 +AS00084,22222,Not known,,,,,,,v0.26.0 +AS00091,22222,Not known,,,,,,,v0.26.0 +AS00096,22222,Not known,,,,,,,v0.26.0 +AS00097,22222,Not known,,,,,,,v0.26.0 +AS00099,22222,Not known,,,,,,,v0.26.0 +AS00106,22222,Not known,,,,,,,v0.26.0 +AS00107,22222,Not known,,,,,,,v0.26.0 +AS00109,22222,Not known,,,,,,,v0.26.0 +AS00111,22222,Not known,,,,,,,v0.26.0 +AS00127,22222,Not known,,,,,,,v0.26.0 +AS00128,22222,Not known,,,,,,,v0.26.0 +AS00135,22222,Not known,,,,,,,v0.26.0 +AS03501,22222,Not known,,,,,,,v0.26.0 +AS03502,22222,Not known,,,,,,,v0.26.0 +AS03507,22222,Not known,,,,,,,v0.26.0 +AS03510,22222,Not known,,,,,,,v0.26.0 +AS03512,22222,Not known,,,,,,,v0.26.0 +AS03514,22222,Not known,,,,,,,v0.26.0 +AS03515,22222,Not known,,,,,,,v0.26.0 +AS03516,22222,Not known,,,,,,,v0.26.0 +AS03517,22222,Not known,,,,,,,v0.26.0 +AS03518,22222,Not known,,,,,,,v0.26.0 +AS03519,22222,Not known,,,,,,,v0.26.0 +ATVRO12,22222,Not known,,,,,,,v0.26.0 +AW06036G,22222,Not known,,,,,,,v0.26.0 +AW06SW03,22222,Not known,,,,,,,v0.26.0 +BA76004,22222,Not known,,,,,,,v0.26.0 +BA76005,22222,Not known,,,,,,,v0.26.0 +BA76005G,22222,Not known,,,,,,,v0.26.0 +BA76501,22222,Not known,,,,,,,v0.26.0 +BA76502,22222,Not known,,,,,,,v0.26.0 +BA76503,22222,Not known,,,,,,,v0.26.0 +BA76504,22222,Not known,,,,,,,v0.26.0 +BA76505,22222,Not known,,,,,,,v0.26.0 +BA76506,22222,Not known,,,,,,,v0.26.0 +BA76507,22222,Not known,,,,,,,v0.26.0 +BA76508,22222,Not known,,,,,,,v0.26.0 +BA76509,22222,Not known,,,,,,,v0.26.0 +BA76555,22222,Not known,,,,,,,v0.26.0 +BA84GW01,22222,Not known,,,,,,,v0.26.0 +BED0001,22222,Not known,,,,,,,v0.26.0 +BED0015,22222,Not known,,,,,,,v0.26.0 +BED0020,22222,Not known,,,,,,,v0.26.0 +BED0031,22222,Not known,,,,,,,v0.26.0 +BL24TA01,22222,Not known,,,,,,,v0.26.0 +BU84023A,22222,Not known,,,,,,,v0.26.0 +BU8477,22222,Not known,,,,,,,v0.26.0 +CAM031,22222,Not known,,,,,,,v0.26.0 +CAM033,22222,Not known,,,,,,,v0.26.0 +CAM038,22222,Not known,,,,,,,v0.26.0 +CAM052,22222,Not known,,,,,,,v0.26.0 +CC000041,22222,Not known,,,,,,,v0.26.0 +CC000051,22222,Not known,,,,,,,v0.26.0 +CC000074,22222,Not known,,,,,,,v0.26.0 +CC000077,22222,Not known,,,,,,,v0.26.0 +CC00019,22222,Not known,,,,,,,v0.26.0 +CC00046,22222,Not known,,,,,,,v0.26.0 +CC00047,22222,Not known,,,,,,,v0.26.0 +CC00051,22222,Not known,,,,,,,v0.26.0 +CC00074,22222,Not known,,,,,,,v0.26.0 +CC00078,22222,Not known,,,,,,,v0.26.0 +CC00082,22222,Not known,,,,,,,v0.26.0 +CC00083,22222,Not known,,,,,,,v0.26.0 +CC00089,22222,Not known,,,,,,,v0.26.0 +CC00097,22222,Not known,,,,,,,v0.26.0 +CC00105,22222,Not known,,,,,,,v0.26.0 +CC00133,22222,Not known,,,,,,,v0.26.0 +CC00139,22222,Not known,,,,,,,v0.26.0 +CC00144,22222,Not known,,,,,,,v0.26.0 +CC810000,22222,Not known,,,,,,,v0.26.0 +CC81501,22222,Not known,,,,,,,v0.26.0 +CD92502G,22222,Not known,,,,,,,v0.26.0 +CD98201,22222,Not known,,,,,,,v0.26.0 +CD98501,22222,Not known,,,,,,,v0.26.0 +CD98501A,22222,Not known,,,,,,,v0.26.0 +CD98502,22222,Not known,,,,,,,v0.26.0 +CD98502N,22222,Not known,,,,,,,v0.26.0 +CD98503,22222,Not known,,,,,,,v0.26.0 +CD98509,22222,Not known,,,,,,,v0.26.0 +CD98510,22222,Not known,,,,,,,v0.26.0 +CD98516,22222,Not known,,,,,,,v0.26.0 +CD98517,22222,Not known,,,,,,,v0.26.0 +CD98518,22222,Not known,,,,,,,v0.26.0 +CD98519,22222,Not known,,,,,,,v0.26.0 +CD98525,22222,Not known,,,,,,,v0.26.0 +CD98526,22222,Not known,,,,,,,v0.26.0 +CD98527,22222,Not known,,,,,,,v0.26.0 +CD98528,22222,Not known,,,,,,,v0.26.0 +CE79501,22222,Not known,,,,,,,v0.26.0 +CI03501,22222,Not known,,,,,,,v0.26.0 +CI03502,22222,Not known,,,,,,,v0.26.0 +CI91501,22222,Not known,,,,,,,v0.26.0 +CI91502,22222,Not known,,,,,,,v0.26.0 +CJ01501,22222,Not known,,,,,,,v0.26.0 +CJ01502,22222,Not known,,,,,,,v0.26.0 +CJ03100,22222,Not known,,,,,,,v0.26.0 +CJ03100A,22222,Not known,,,,,,,v0.26.0 +CJ03114,22222,Not known,,,,,,,v0.26.0 +CJ03210,22222,Not known,,,,,,,v0.26.0 +CJ03501,22222,Not known,,,,,,,v0.26.0 +CJ03508,22222,Not known,,,,,,,v0.26.0 +CJ03509,22222,Not known,,,,,,,v0.26.0 +CJ03512,22222,Not known,,,,,,,v0.26.0 +CJ03513,22222,Not known,,,,,,,v0.26.0 +CJ03516,22222,Not known,,,,,,,v0.26.0 +CJ03518,22222,Not known,,,,,,,v0.26.0 +CJ03519,22222,Not known,,,,,,,v0.26.0 +CJ03520,22222,Not known,,,,,,,v0.26.0 +CJ03521,22222,Not known,,,,,,,v0.26.0 +CJ03SW01,22222,Not known,,,,,,,v0.26.0 +CJ08503,22222,Not known,,,,,,,v0.26.0 +CJ08504,22222,Not known,,,,,,,v0.26.0 +CJ08506,22222,Not known,,,,,,,v0.26.0 +CJ08508,22222,Not known,,,,,,,v0.26.0 +CJ08509,22222,Not known,,,,,,,v0.26.0 +CJ08510,22222,Not known,,,,,,,v0.26.0 +CJ08511,22222,Not known,,,,,,,v0.26.0 +CJ08513,22222,Not known,,,,,,,v0.26.0 +CJ08522,22222,Not known,,,,,,,v0.26.0 +CJ08524,22222,Not known,,,,,,,v0.26.0 +CJ08525,22222,Not known,,,,,,,v0.26.0 +CJ08527,22222,Not known,,,,,,,v0.26.0 +CJ94501,22222,Not known,,,,,,,v0.26.0 +COLST01,22222,Not known,,,,,,,v0.26.0 +CP96504,22222,Not known,,,,,,,v0.26.0 +CP96506,22222,Not known,,,,,,,v0.26.0 +CR01001,22222,Not known,,,,,,,v0.26.0 +CR05501,22222,Not known,,,,,,,v0.26.0 +CR05502,22222,Not known,,,,,,,v0.26.0 +CR05504,22222,Not known,,,,,,,v0.26.0 +CS91501,22222,Not known,,,,,,,v0.26.0 +CS91502,22222,Not known,,,,,,,v0.26.0 +CS91503,22222,Not known,,,,,,,v0.26.0 +CS91504,22222,Not known,,,,,,,v0.26.0 +CS91505,22222,Not known,,,,,,,v0.26.0 +CS91506,22222,Not known,,,,,,,v0.26.0 +CSA001B,22222,Not known,,,,,,,v0.26.0 +CSA39ASW,22222,Not known,,,,,,,v0.26.0 +CSARG,22222,Not known,,,,,,,v0.26.0 +CT00003,22222,Not known,,,,,,,v0.26.0 +CT03506,22222,Not known,,,,,,,v0.26.0 +CT03507,22222,Not known,,,,,,,v0.26.0 +CT03508,22222,Not known,,,,,,,v0.26.0 +CT03511,22222,Not known,,,,,,,v0.26.0 +CT03513,22222,Not known,,,,,,,v0.26.0 +CT04GW01,22222,Not known,,,,,,,v0.26.0 +CT47613,22222,Not known,,,,,,,v0.26.0 +CT92501,22222,Not known,,,,,,,v0.26.0 +CT92502,22222,Not known,,,,,,,v0.26.0 +CT92511,22222,Not known,,,,,,,v0.26.0 +CT92512,22222,Not known,,,,,,,v0.26.0 +CTAXCTR,22222,Not known,,,,,,,v0.26.0 +CU08GW01,22222,Not known,,,,,,,v0.26.0 +CX00005,22222,Not known,,,,,,,v0.26.0 +CX00010,22222,Not known,,,,,,,v0.26.0 +CX00016,22222,Not known,,,,,,,v0.26.0 +CX00018,22222,Not known,,,,,,,v0.26.0 +CX00024,22222,Not known,,,,,,,v0.26.0 +CX00036,22222,Not known,,,,,,,v0.26.0 +CX00052,22222,Not known,,,,,,,v0.26.0 +DA910104,22222,Not known,,,,,,,v0.26.0 +DB00002,22222,Not known,,,,,,,v0.26.0 +DB0019,22222,Not known,,,,,,,v0.26.0 +DB0036,22222,Not known,,,,,,,v0.26.0 +DB0042,22222,Not known,,,,,,,v0.26.0 +DB0050,22222,Not known,,,,,,,v0.26.0 +DB0052,22222,Not known,,,,,,,v0.26.0 +DB0053,22222,Not known,,,,,,,v0.26.0 +DB0055,22222,Not known,,,,,,,v0.26.0 +DB0061,22222,Not known,,,,,,,v0.26.0 +DB0096,22222,Not known,,,,,,,v0.26.0 +DB0103,22222,Not known,,,,,,,v0.26.0 +DB0107,22222,Not known,,,,,,,v0.26.0 +DB0123,22222,Not known,,,,,,,v0.26.0 +DB0124,22222,Not known,,,,,,,v0.26.0 +DC00001,22222,Not known,,,,,,,v0.26.0 +DC00003,22222,Not known,,,,,,,v0.26.0 +DC00009,22222,Not known,,,,,,,v0.26.0 +DC00028,22222,Not known,,,,,,,v0.26.0 +DC00040,22222,Not known,,,,,,,v0.26.0 +DC00054,22222,Not known,,,,,,,v0.26.0 +DC00086,22222,Not known,,,,,,,v0.26.0 +DOR016,22222,Not known,,,,,,,v0.26.0 +DOR029,22222,Not known,,,,,,,v0.26.0 +DOR044,22222,Not known,,,,,,,v0.26.0 +DOR045,22222,Not known,,,,,,,v0.26.0 +DOR049,22222,Not known,,,,,,,v0.26.0 +DOR053,22222,Not known,,,,,,,v0.26.0 +DOR064,22222,Not known,,,,,,,v0.26.0 +DOR065,22222,Not known,,,,,,,v0.26.0 +DP00001,22222,Not known,,,,,,,v0.26.0 +EA03501,22222,Not known,,,,,,,v0.26.0 +EA03502,22222,Not known,,,,,,,v0.26.0 +EA03503,22222,Not known,,,,,,,v0.26.0 +EA03504,22222,Not known,,,,,,,v0.26.0 +EP00007,22222,Not known,,,,,,,v0.26.0 +EP59990,22222,Not known,,,,,,,v0.26.0 +EP90002H,22222,Not known,,,,,,,v0.26.0 +EP90043A,22222,Not known,,,,,,,v0.26.0 +EP90184,22222,Not known,,,,,,,v0.26.0 +EP90501,22222,Not known,,,,,,,v0.26.0 +EP90SW01,22222,Not known,,,,,,,v0.26.0 +FB89502,22222,Not known,,,,,,,v0.26.0 +FB89503,22222,Not known,,,,,,,v0.26.0 +FH00001,22222,Not known,,,,,,,v0.26.0 +FH06010,22222,Not known,,,,,,,v0.26.0 +FH06SW03,22222,Not known,,,,,,,v0.26.0 +FINERE,22222,Not known,,,,,,,v0.26.0 +FL96001H,22222,Not known,,,,,,,v0.26.0 +FL96501,22222,Not known,,,,,,,v0.26.0 +GA05501,22222,Not known,,,,,,,v0.26.0 +GA68S99,22222,Not known,,,,,,,v0.26.0 +GB00001Y,22222,Not known,,,,,,,v0.26.0 +GE00501,22222,Not known,,,,,,,v0.26.0 +GE00502,22222,Not known,,,,,,,v0.26.0 +GL07033,22222,Not known,,,,,,,v0.26.0 +GL07049,22222,Not known,,,,,,,v0.26.0 +GL07052,22222,Not known,,,,,,,v0.26.0 +GL07062,22222,Not known,,,,,,,v0.26.0 +GL07068,22222,Not known,,,,,,,v0.26.0 +GL07069,22222,Not known,,,,,,,v0.26.0 +GL07071,22222,Not known,,,,,,,v0.26.0 +GL07081,22222,Not known,,,,,,,v0.26.0 +GL07083,22222,Not known,,,,,,,v0.26.0 +GL07092,22222,Not known,,,,,,,v0.26.0 +GL08006,22222,Not known,,,,,,,v0.26.0 +GL08013,22222,Not known,,,,,,,v0.26.0 +GL08016,22222,Not known,,,,,,,v0.26.0 +GL08018,22222,Not known,,,,,,,v0.26.0 +GL08037,22222,Not known,,,,,,,v0.26.0 +GL08038,22222,Not known,,,,,,,v0.26.0 +GL08042,22222,Not known,,,,,,,v0.26.0 +GL08045,22222,Not known,,,,,,,v0.26.0 +GL08067,22222,Not known,,,,,,,v0.26.0 +GL08071,22222,Not known,,,,,,,v0.26.0 +GL09097,22222,Not known,,,,,,,v0.26.0 +GL09101,22222,Not known,,,,,,,v0.26.0 +GL09118,22222,Not known,,,,,,,v0.26.0 +GL09120,22222,Not known,,,,,,,v0.26.0 +GL09122,22222,Not known,,,,,,,v0.26.0 +GL09126,22222,Not known,,,,,,,v0.26.0 +GL09127,22222,Not known,,,,,,,v0.26.0 +GL09130,22222,Not known,,,,,,,v0.26.0 +GL09131,22222,Not known,,,,,,,v0.26.0 +GL09133,22222,Not known,,,,,,,v0.26.0 +GL09135,22222,Not known,,,,,,,v0.26.0 +GL09141,22222,Not known,,,,,,,v0.26.0 +GL09400,22222,Not known,,,,,,,v0.26.0 +GL09440,22222,Not known,,,,,,,v0.26.0 +GM000001,22222,Not known,,,,,,,v0.26.0 +GM000006,22222,Not known,,,,,,,v0.26.0 +GM000010,22222,Not known,,,,,,,v0.26.0 +GM000015,22222,Not known,,,,,,,v0.26.0 +GM000018,22222,Not known,,,,,,,v0.26.0 +GM000019,22222,Not known,,,,,,,v0.26.0 +GM000020,22222,Not known,,,,,,,v0.26.0 +GM000024,22222,Not known,,,,,,,v0.26.0 +GM000029,22222,Not known,,,,,,,v0.26.0 +GM000031,22222,Not known,,,,,,,v0.26.0 +GM000033,22222,Not known,,,,,,,v0.26.0 +GM000034,22222,Not known,,,,,,,v0.26.0 +GM000036,22222,Not known,,,,,,,v0.26.0 +GM000054,22222,Not known,,,,,,,v0.26.0 +GM000057,22222,Not known,,,,,,,v0.26.0 +GM000069,22222,Not known,,,,,,,v0.26.0 +GM000070,22222,Not known,,,,,,,v0.26.0 +GM000075,22222,Not known,,,,,,,v0.26.0 +GM000078,22222,Not known,,,,,,,v0.26.0 +GM000079,22222,Not known,,,,,,,v0.26.0 +GM000086,22222,Not known,,,,,,,v0.26.0 +GM000087,22222,Not known,,,,,,,v0.26.0 +GM000088,22222,Not known,,,,,,,v0.26.0 +GM000089,22222,Not known,,,,,,,v0.26.0 +GM000092,22222,Not known,,,,,,,v0.26.0 +GM000098,22222,Not known,,,,,,,v0.26.0 +GM000108,22222,Not known,,,,,,,v0.26.0 +GM000110,22222,Not known,,,,,,,v0.26.0 +GM000116,22222,Not known,,,,,,,v0.26.0 +GM000119,22222,Not known,,,,,,,v0.26.0 +GM000121,22222,Not known,,,,,,,v0.26.0 +GM000126,22222,Not known,,,,,,,v0.26.0 +GM000128,22222,Not known,,,,,,,v0.26.0 +GM000133,22222,Not known,,,,,,,v0.26.0 +GM000162,22222,Not known,,,,,,,v0.26.0 +HA80001H,22222,Not known,,,,,,,v0.26.0 +HERT003,22222,Not known,,,,,,,v0.26.0 +HERT005,22222,Not known,,,,,,,v0.26.0 +HERT012,22222,Not known,,,,,,,v0.26.0 +HERT034,22222,Not known,,,,,,,v0.26.0 +HERT040,22222,Not known,,,,,,,v0.26.0 +HERT047,22222,Not known,,,,,,,v0.26.0 +HI00001,22222,Not known,,,,,,,v0.26.0 +HI00012,22222,Not known,,,,,,,v0.26.0 +HI00025,22222,Not known,,,,,,,v0.26.0 +HI00054,22222,Not known,,,,,,,v0.26.0 +HY80501,22222,Not known,,,,,,,v0.26.0 +HY80502,22222,Not known,,,,,,,v0.26.0 +ISCRSW01,22222,Not known,,,,,,,v0.26.0 +KE00002,22222,Not known,,,,,,,v0.26.0 +KE00028,22222,Not known,,,,,,,v0.26.0 +KE00032,22222,Not known,,,,,,,v0.26.0 +KE00035,22222,Not known,,,,,,,v0.26.0 +KE00036,22222,Not known,,,,,,,v0.26.0 +KE00037,22222,Not known,,,,,,,v0.26.0 +KE00060,22222,Not known,,,,,,,v0.26.0 +KE00064,22222,Not known,,,,,,,v0.26.0 +KE00067,22222,Not known,,,,,,,v0.26.0 +KE00068,22222,Not known,,,,,,,v0.26.0 +KE00074,22222,Not known,,,,,,,v0.26.0 +KE00098,22222,Not known,,,,,,,v0.26.0 +KE00112,22222,Not known,,,,,,,v0.26.0 +KE00115,22222,Not known,,,,,,,v0.26.0 +KE00120,22222,Not known,,,,,,,v0.26.0 +KE00123,22222,Not known,,,,,,,v0.26.0 +KE00149,22222,Not known,,,,,,,v0.26.0 +KE00169,22222,Not known,,,,,,,v0.26.0 +KE00189,22222,Not known,,,,,,,v0.26.0 +KE00190,22222,Not known,,,,,,,v0.26.0 +KE00205,22222,Not known,,,,,,,v0.26.0 +KE00224,22222,Not known,,,,,,,v0.26.0 +KE00228,22222,Not known,,,,,,,v0.26.0 +KE00237,22222,Not known,,,,,,,v0.26.0 +KE00242,22222,Not known,,,,,,,v0.26.0 +KE00258,22222,Not known,,,,,,,v0.26.0 +KE00262,22222,Not known,,,,,,,v0.26.0 +LA03165,22222,Not known,,,,,,,v0.26.0 +LAN0001,22222,Not known,,,,,,,v0.26.0 +LAN0002,22222,Not known,,,,,,,v0.26.0 +LAN0005,22222,Not known,,,,,,,v0.26.0 +LAN0006,22222,Not known,,,,,,,v0.26.0 +LAN0007,22222,Not known,,,,,,,v0.26.0 +LAN0015,22222,Not known,,,,,,,v0.26.0 +LAN0018,22222,Not known,,,,,,,v0.26.0 +LAN0021,22222,Not known,,,,,,,v0.26.0 +LAN0023,22222,Not known,,,,,,,v0.26.0 +LAN0025,22222,Not known,,,,,,,v0.26.0 +LAN0027,22222,Not known,,,,,,,v0.26.0 +LAN0031,22222,Not known,,,,,,,v0.26.0 +LAN0033,22222,Not known,,,,,,,v0.26.0 +LAN0034,22222,Not known,,,,,,,v0.26.0 +LAN0040,22222,Not known,,,,,,,v0.26.0 +LAN0042,22222,Not known,,,,,,,v0.26.0 +LAN0045,22222,Not known,,,,,,,v0.26.0 +LAN0047,22222,Not known,,,,,,,v0.26.0 +LAN0061,22222,Not known,,,,,,,v0.26.0 +LAN0070,22222,Not known,,,,,,,v0.26.0 +LAN0072,22222,Not known,,,,,,,v0.26.0 +LAN0073,22222,Not known,,,,,,,v0.26.0 +LAN0076,22222,Not known,,,,,,,v0.26.0 +LAN0080,22222,Not known,,,,,,,v0.26.0 +LAN0082,22222,Not known,,,,,,,v0.26.0 +LAN0083,22222,Not known,,,,,,,v0.26.0 +LAN0093,22222,Not known,,,,,,,v0.26.0 +LG03502,22222,Not known,,,,,,,v0.26.0 +LG03503,22222,Not known,,,,,,,v0.26.0 +LG03504,22222,Not known,,,,,,,v0.26.0 +LG03504A,22222,Not known,,,,,,,v0.26.0 +LG03505,22222,Not known,,,,,,,v0.26.0 +LG03506,22222,Not known,,,,,,,v0.26.0 +LG03507,22222,Not known,,,,,,,v0.26.0 +LG76001,22222,Not known,,,,,,,v0.26.0 +LG76060,22222,Not known,,,,,,,v0.26.0 +LG76061,22222,Not known,,,,,,,v0.26.0 +LG76SW05,22222,Not known,,,,,,,v0.26.0 +LM76001Y,22222,Not known,,,,,,,v0.26.0 +LM76002A,22222,Not known,,,,,,,v0.26.0 +LM76003A,22222,Not known,,,,,,,v0.26.0 +LM76100,22222,Not known,,,,,,,v0.26.0 +LM76300,22222,Not known,,,,,,,v0.26.0 +LO001,22222,Not known,,,,,,,v0.26.0 +LO004,22222,Not known,,,,,,,v0.26.0 +LO047,22222,Not known,,,,,,,v0.26.0 +LO31023,22222,Not known,,,,,,,v0.26.0 +LO31024,22222,Not known,,,,,,,v0.26.0 +LO31025,22222,Not known,,,,,,,v0.26.0 +LO31030,22222,Not known,,,,,,,v0.26.0 +LO31052,22222,Not known,,,,,,,v0.26.0 +LO31054,22222,Not known,,,,,,,v0.26.0 +LO31076,22222,Not known,,,,,,,v0.26.0 +LO31082,22222,Not known,,,,,,,v0.26.0 +LO31092,22222,Not known,,,,,,,v0.26.0 +LO31097,22222,Not known,,,,,,,v0.26.0 +LO31115,22222,Not known,,,,,,,v0.26.0 +MC11380,22222,Not known,,,,,,,v0.26.0 +MC80501,22222,Not known,,,,,,,v0.26.0 +MC80501H,22222,Not known,,,,,,,v0.26.0 +MC80510,22222,Not known,,,,,,,v0.26.0 +MC80511,22222,Not known,,,,,,,v0.26.0 +MC80512,22222,Not known,,,,,,,v0.26.0 +MC80516,22222,Not known,,,,,,,v0.26.0 +MC80517,22222,Not known,,,,,,,v0.26.0 +MC80518,22222,Not known,,,,,,,v0.26.0 +MC80519,22222,Not known,,,,,,,v0.26.0 +MC80522,22222,Not known,,,,,,,v0.26.0 +MC80524,22222,Not known,,,,,,,v0.26.0 +MC80525,22222,Not known,,,,,,,v0.26.0 +MC80526,22222,Not known,,,,,,,v0.26.0 +MC8052A,22222,Not known,,,,,,,v0.26.0 +MC80530,22222,Not known,,,,,,,v0.26.0 +MC8053B,22222,Not known,,,,,,,v0.26.0 +MC80703,22222,Not known,,,,,,,v0.26.0 +MC80704,22222,Not known,,,,,,,v0.26.0 +MC80705,22222,Not known,,,,,,,v0.26.0 +MC80706,22222,Not known,,,,,,,v0.26.0 +MC80707,22222,Not known,,,,,,,v0.26.0 +MC80709,22222,Not known,,,,,,,v0.26.0 +MC80710,22222,Not known,,,,,,,v0.26.0 +MC80900,22222,Not known,,,,,,,v0.26.0 +MC80904,22222,Not known,,,,,,,v0.26.0 +MC80906,22222,Not known,,,,,,,v0.26.0 +MC80931,22222,Not known,,,,,,,v0.26.0 +MC80932,22222,Not known,,,,,,,v0.26.0 +MC80950,22222,Not known,,,,,,,v0.26.0 +MC80953,22222,Not known,,,,,,,v0.26.0 +MC80954,22222,Not known,,,,,,,v0.26.0 +MC8096G,22222,Not known,,,,,,,v0.26.0 +MIG999,22222,Not known,,,,,,,v0.26.0 +MO58505,22222,Not known,,,,,,,v0.26.0 +MO58512,22222,Not known,,,,,,,v0.26.0 +NDRTAX,22222,Not known,,,,,,,v0.26.0 +NO36054,22222,Not known,,,,,,,v0.26.0 +NO36065,22222,Not known,,,,,,,v0.26.0 +NO90215,22222,Not known,,,,,,,v0.26.0 +NORF021,22222,Not known,,,,,,,v0.26.0 +NORF044,22222,Not known,,,,,,,v0.26.0 +NORF047,22222,Not known,,,,,,,v0.26.0 +NR89501,22222,Not known,,,,,,,v0.26.0 +NR89502,22222,Not known,,,,,,,v0.26.0 +NR89502G,22222,Not known,,,,,,,v0.26.0 +NR89503,22222,Not known,,,,,,,v0.26.0 +NR89511,22222,Not known,,,,,,,v0.26.0 +PA54001H,22222,Not known,,,,,,,v0.26.0 +PC00001H,22222,Not known,,,,,,,v0.26.0 +PC00100Y,22222,Not known,,,,,,,v0.26.0 +PC00506,22222,Not known,,,,,,,v0.26.0 +PC00508,22222,Not known,,,,,,,v0.26.0 +PC00511,22222,Not known,,,,,,,v0.26.0 +PC00521,22222,Not known,,,,,,,v0.26.0 +PC00531,22222,Not known,,,,,,,v0.26.0 +PC00533,22222,Not known,,,,,,,v0.26.0 +PC00541,22222,Not known,,,,,,,v0.26.0 +PC00543,22222,Not known,,,,,,,v0.26.0 +PC00551,22222,Not known,,,,,,,v0.26.0 +PC00562,22222,Not known,,,,,,,v0.26.0 +PC00571,22222,Not known,,,,,,,v0.26.0 +PC00572,22222,Not known,,,,,,,v0.26.0 +PC00581,22222,Not known,,,,,,,v0.26.0 +PC00582,22222,Not known,,,,,,,v0.26.0 +PC00583,22222,Not known,,,,,,,v0.26.0 +PC00591,22222,Not known,,,,,,,v0.26.0 +PC00592,22222,Not known,,,,,,,v0.26.0 +PC00593,22222,Not known,,,,,,,v0.26.0 +PC00601,22222,Not known,,,,,,,v0.26.0 +PC00602,22222,Not known,,,,,,,v0.26.0 +PC00650A,22222,Not known,,,,,,,v0.26.0 +PC00651,22222,Not known,,,,,,,v0.26.0 +PC00701,22222,Not known,,,,,,,v0.26.0 +PC00703,22222,Not known,,,,,,,v0.26.0 +PC00SW01,22222,Not known,,,,,,,v0.26.0 +PC00SW03,22222,Not known,,,,,,,v0.26.0 +PC02501,22222,Not known,,,,,,,v0.26.0 +PC02502,22222,Not known,,,,,,,v0.26.0 +PC02503,22222,Not known,,,,,,,v0.26.0 +PC02503Y,22222,Not known,,,,,,,v0.26.0 +PC02504,22222,Not known,,,,,,,v0.26.0 +PC02505,22222,Not known,,,,,,,v0.26.0 +PC02506,22222,Not known,,,,,,,v0.26.0 +PC28000,22222,Not known,,,,,,,v0.26.0 +PC29802,22222,Not known,,,,,,,v0.26.0 +PH97501,22222,Not known,,,,,,,v0.26.0 +PH97502,22222,Not known,,,,,,,v0.26.0 +PL84501,22222,Not known,,,,,,,v0.26.0 +PL84502,22222,Not known,,,,,,,v0.26.0 +PL84503,22222,Not known,,,,,,,v0.26.0 +PO85501,22222,Not known,,,,,,,v0.26.0 +PO85521,22222,Not known,,,,,,,v0.26.0 +PO85531,22222,Not known,,,,,,,v0.26.0 +PR97501,22222,Not known,,,,,,,v0.26.0 +PR97502,22222,Not known,,,,,,,v0.26.0 +PS01501,22222,Not known,,,,,,,v0.26.0 +QS00043,22222,Not known,,,,,,,v0.26.0 +QS00053,22222,Not known,,,,,,,v0.26.0 +QS00065,22222,Not known,,,,,,,v0.26.0 +RO88119,22222,Not known,,,,,,,v0.26.0 +RO88503,22222,Not known,,,,,,,v0.26.0 +RO88504,22222,Not known,,,,,,,v0.26.0 +RO88505,22222,Not known,,,,,,,v0.26.0 +RSA2006,22222,Not known,,,,,,,v0.26.0 +S18PCCA1,22222,Not known,,,,,,,v0.26.0 +SA03SW01,22222,Not known,,,,,,,v0.26.0 +SD09001,22222,Not known,,,,,,,v0.26.0 +SD09002,22222,Not known,,,,,,,v0.26.0 +SD09003,22222,Not known,,,,,,,v0.26.0 +SD09006,22222,Not known,,,,,,,v0.26.0 +SF00030,22222,Not known,,,,,,,v0.26.0 +SOA03GW5,22222,Not known,,,,,,,v0.26.0 +SSST2000,22222,Not known,,,,,,,v0.26.0 +SUFF010,22222,Not known,,,,,,,v0.26.0 +SUFF011,22222,Not known,,,,,,,v0.26.0 +SUFF017,22222,Not known,,,,,,,v0.26.0 +SX03505,22222,Not known,,,,,,,v0.26.0 +SX03506,22222,Not known,,,,,,,v0.26.0 +SX03507,22222,Not known,,,,,,,v0.26.0 +SX03511,22222,Not known,,,,,,,v0.26.0 +SX03512,22222,Not known,,,,,,,v0.26.0 +SX03513,22222,Not known,,,,,,,v0.26.0 +SX03515,22222,Not known,,,,,,,v0.26.0 +SX03516,22222,Not known,,,,,,,v0.26.0 +SX03518,22222,Not known,,,,,,,v0.26.0 +SX03520,22222,Not known,,,,,,,v0.26.0 +SX03530,22222,Not known,,,,,,,v0.26.0 +SY00018,22222,Not known,,,,,,,v0.26.0 +SY00043,22222,Not known,,,,,,,v0.26.0 +SY00075,22222,Not known,,,,,,,v0.26.0 +SY00080,22222,Not known,,,,,,,v0.26.0 +TC901109,22222,Not known,,,,,,,v0.26.0 +TC901974,22222,Not known,,,,,,,v0.26.0 +TC90215,22222,Not known,,,,,,,v0.26.0 +TC90217,22222,Not known,,,,,,,v0.26.0 +TC90GW10,22222,Not known,,,,,,,v0.26.0 +TCP90SW1,22222,Not known,,,,,,,v0.26.0 +TM70501,22222,Not known,,,,,,,v0.26.0 +TM70502,22222,Not known,,,,,,,v0.26.0 +TV00018,22222,Not known,,,,,,,v0.26.0 +TV00026,22222,Not known,,,,,,,v0.26.0 +TV00048,22222,Not known,,,,,,,v0.26.0 +VACTRAIL,22222,Not known,,,,,,,v0.26.0 +VC06501,22222,Not known,,,,,,,v0.26.0 +WI00009,22222,Not known,,,,,,,v0.26.0 +WI00010,22222,Not known,,,,,,,v0.26.0 +WI00049,22222,Not known,,,,,,,v0.26.0 +WI00052,22222,Not known,,,,,,,v0.26.0 +WI00069,22222,Not known,,,,,,,v0.26.0 +WI00070,22222,Not known,,,,,,,v0.26.0 +WI00077,22222,Not known,,,,,,,v0.26.0 +WI00099,22222,Not known,,,,,,,v0.26.0 +WI00103,22222,Not known,,,,,,,v0.26.0 +WI00113,22222,Not known,,,,,,,v0.26.0 +WM000078,22222,Not known,,,,,,,v0.26.0 +WM000079,22222,Not known,,,,,,,v0.26.0 +WM000080,22222,Not known,,,,,,,v0.26.0 +WM000113,22222,Not known,,,,,,,v0.26.0 +WM000121,22222,Not known,,,,,,,v0.26.0 +WM000133,22222,Not known,,,,,,,v0.26.0 +WM000140,22222,Not known,,,,,,,v0.26.0 +WM000141,22222,Not known,,,,,,,v0.26.0 +WM00021,22222,Not known,,,,,,,v0.26.0 +WM00043,22222,Not known,,,,,,,v0.26.0 +WM00090,22222,Not known,,,,,,,v0.26.0 +WM00091,22222,Not known,,,,,,,v0.26.0 +WM00100,22222,Not known,,,,,,,v0.26.0 +WM00102,22222,Not known,,,,,,,v0.26.0 +WY120109,22222,Not known,,,,,,,v0.26.0 +WY170609,22222,Not known,,,,,,,v0.26.0 +YJ99019,22222,Not known,,,,,,,v0.26.0 +YJ99037,22222,Not known,,,,,,,v0.26.0 +YJ9924,22222,Not known,,,,,,,v0.26.0 +YJ99501,22222,Not known,,,,,,,v0.26.0 +YJ99502,22222,Not known,,,,,,,v0.26.0 +YY00001,22222,Not known,,,,,,,v0.26.0 +YY000037,22222,Not known,,,,,,,v0.26.0 +YY000076,22222,Not known,,,,,,,v0.26.0 +YY000130,22222,Not known,,,,,,,v0.26.0 +YY000165,22222,Not known,,,,,,,v0.26.0 +YY000224,22222,Not known,,,,,,,v0.26.0 +YY000225,22222,Not known,,,,,,,v0.26.0 +YY000226,22222,Not known,,,,,,,v0.26.0 +YY000305,22222,Not known,,,,,,,v0.26.0 +YY00171,22222,Not known,,,,,,,v0.26.0 +YY00178,22222,Not known,,,,,,,v0.26.0 +YY00181,22222,Not known,,,,,,,v0.26.0 +YY00186,22222,Not known,,,,,,,v0.26.0 +YY00205,22222,Not known,,,,,,,v0.26.0 +YY00225,22222,Not known,,,,,,,v0.26.0 +YY0024,22222,Not known,,,,,,,v0.26.0 +YY00318,22222,Not known,,,,,,,v0.26.0 +YY00323,22222,Not known,,,,,,,v0.26.0 +YY00336,22222,Not known,,,,,,,v0.26.0 +YY00340,22222,Not known,,,,,,,v0.26.0 +YY0069,22222,Not known,,,,,,,v0.26.0 +YY0093,22222,Not known,,,,,,,v0.26.0 +YY01009,22222,Not known,,,,,,,v0.26.0 +YY0103,22222,Not known,,,,,,,v0.26.0 +YZ0002,22222,Not known,,,,,,,v0.26.0 +YZ0004,22222,Not known,,,,,,,v0.26.0 +YZ0009,22222,Not known,,,,,,,v0.26.0 +ZZ00027,22222,Not known,,,,,,,v0.26.0 +ZZ00038,22222,Not known,,,,,,,v0.26.0 +ZZ00039,22222,Not known,,,,,,,v0.26.0 +ZZ00040,22222,Not known,,,,,,,v0.26.0 +ZZ00052,22222,Not known,,,,,,,v0.26.0 +ZZ00102,22222,Not known,,,,,,,v0.26.0 +ZZ00108,22222,Not known,,,,,,,v0.26.0 +ZZ00110,22222,Not known,,,,,,,v0.26.0 +ZZ00130,22222,Not known,,,,,,,v0.26.0 +unknown,22222,Not known,,,,,,,v0.26.0 +FI6843,22299,Not known,,,,,,,v0.26.0 +0,22299,Not known,,,,,,,v0.26.0 +04CJ001,22299,Not known,,,,,,,v0.26.0 +11TH001,22299,Not known,,,,,,,v0.26.0 +14PR001A,22299,Not known,,,,,,,v0.26.0 +16SX001B,22299,Not known,,,,,,,v0.26.0 +22SX001,22299,Not known,,,,,,,v0.26.0 +250909,22299,Not known,,,,,,,v0.26.0 +31CA001,22299,Not known,,,,,,,v0.26.0 +3424,22299,Not known,,,,,,,v0.26.0 +3428,22299,Not known,,,,,,,v0.26.0 +AA09GW01,22299,Not known,,,,,,,v0.26.0 +AA90125,22299,Not known,,,,,,,v0.26.0 +AB0551,22299,Not known,,,,,,,v0.26.0 +AB06SW01,22299,Not known,,,,,,,v0.26.0 +AB07114,22299,Not known,,,,,,,v0.26.0 +AF06552,22299,Not known,,,,,,,v0.26.0 +AFA06001,22299,Not known,,,,,,,v0.26.0 +AI55501,22299,Not known,,,,,,,v0.26.0 +AS00122,22299,Not known,,,,,,,v0.26.0 +AS00131,22299,Not known,,,,,,,v0.26.0 +AS00132,22299,Not known,,,,,,,v0.26.0 +AS00137,22299,Not known,,,,,,,v0.26.0 +AS00138,22299,Not known,,,,,,,v0.26.0 +AS00139,22299,Not known,,,,,,,v0.26.0 +AS00140,22299,Not known,,,,,,,v0.26.0 +AS00141,22299,Not known,,,,,,,v0.26.0 +AS00142,22299,Not known,,,,,,,v0.26.0 +AS00143,22299,Not known,,,,,,,v0.26.0 +AS00144,22299,Not known,,,,,,,v0.26.0 +AS00145,22299,Not known,,,,,,,v0.26.0 +AS00146,22299,Not known,,,,,,,v0.26.0 +AS00147,22299,Not known,,,,,,,v0.26.0 +AS00148,22299,Not known,,,,,,,v0.26.0 +AS00150,22299,Not known,,,,,,,v0.26.0 +AS00151,22299,Not known,,,,,,,v0.26.0 +AS00152,22299,Not known,,,,,,,v0.26.0 +AS00153,22299,Not known,,,,,,,v0.26.0 +AS03520,22299,Not known,,,,,,,v0.26.0 +ASLT,22299,Not known,,,,,,,v0.26.0 +AW06SW02,22299,Not known,,,,,,,v0.26.0 +AW66349,22299,Not known,,,,,,,v0.26.0 +BA76511,22299,Not known,,,,,,,v0.26.0 +BD73DP01,22299,Not known,,,,,,,v0.26.0 +BED0030,22299,Not known,,,,,,,v0.26.0 +BED0032,22299,Not known,,,,,,,v0.26.0 +BED0033,22299,Not known,,,,,,,v0.26.0 +BED0035,22299,Not known,,,,,,,v0.26.0 +BED0036,22299,Not known,,,,,,,v0.26.0 +BED0037,22299,Not known,,,,,,,v0.26.0 +BG92SW01,22299,Not known,,,,,,,v0.26.0 +BLGR235,22299,Not known,,,,,,,v0.26.0 +BU84SW01,22299,Not known,,,,,,,v0.26.0 +Battery,22299,Not known,,,,,,,v0.26.0 +Bladed A,22299,Not known,,,,,,,v0.26.0 +C00158,22299,Not known,,,,,,,v0.26.0 +C00159,22299,Not known,,,,,,,v0.26.0 +C00160,22299,Not known,,,,,,,v0.26.0 +CA06GW02,22299,Not known,,,,,,,v0.26.0 +CA19781,22299,Not known,,,,,,,v0.26.0 +CA33121,22299,Not known,,,,,,,v0.26.0 +CA81SW02,22299,Not known,,,,,,,v0.26.0 +CA81SW05,22299,Not known,,,,,,,v0.26.0 +CA89SW05,22299,Not known,,,,,,,v0.26.0 +CACP8901,22299,Not known,,,,,,,v0.26.0 +CAM002,22299,Not known,,,,,,,v0.26.0 +CAM012,22299,Not known,,,,,,,v0.26.0 +CAM021,22299,Not known,,,,,,,v0.26.0 +CAM025,22299,Not known,,,,,,,v0.26.0 +CAM026,22299,Not known,,,,,,,v0.26.0 +CAM027,22299,Not known,,,,,,,v0.26.0 +CAM028,22299,Not known,,,,,,,v0.26.0 +CAM029,22299,Not known,,,,,,,v0.26.0 +CAM036,22299,Not known,,,,,,,v0.26.0 +CAM047,22299,Not known,,,,,,,v0.26.0 +CAM049,22299,Not known,,,,,,,v0.26.0 +CAM050,22299,Not known,,,,,,,v0.26.0 +CAM054,22299,Not known,,,,,,,v0.26.0 +CAM055,22299,Not known,,,,,,,v0.26.0 +CAM056,22299,Not known,,,,,,,v0.26.0 +CAM057,22299,Not known,,,,,,,v0.26.0 +CAM066,22299,Not known,,,,,,,v0.26.0 +CAM068,22299,Not known,,,,,,,v0.26.0 +CC000030,22299,Not known,,,,,,,v0.26.0 +CC000057,22299,Not known,,,,,,,v0.26.0 +CC000076,22299,Not known,,,,,,,v0.26.0 +CC000097,22299,Not known,,,,,,,v0.26.0 +CC00013,22299,Not known,,,,,,,v0.26.0 +CC00023,22299,Not known,,,,,,,v0.26.0 +CC00068,22299,Not known,,,,,,,v0.26.0 +CC00072,22299,Not known,,,,,,,v0.26.0 +CC00075,22299,Not known,,,,,,,v0.26.0 +CC00110,22299,Not known,,,,,,,v0.26.0 +CC00111,22299,Not known,,,,,,,v0.26.0 +CC00151A,22299,Not known,,,,,,,v0.26.0 +CC00153,22299,Not known,,,,,,,v0.26.0 +CC00154,22299,Not known,,,,,,,v0.26.0 +CC00155,22299,Not known,,,,,,,v0.26.0 +CC00156,22299,Not known,,,,,,,v0.26.0 +CC00157,22299,Not known,,,,,,,v0.26.0 +CC00158,22299,Not known,,,,,,,v0.26.0 +CD,22299,Not known,,,,,,,v0.26.0 +CD71001A,22299,Not known,,,,,,,v0.26.0 +CD71013C,22299,Not known,,,,,,,v0.26.0 +CD98002A,22299,Not known,,,,,,,v0.26.0 +CD98068G,22299,Not known,,,,,,,v0.26.0 +CH89513,22299,Not known,,,,,,,v0.26.0 +CH89516,22299,Not known,,,,,,,v0.26.0 +CH89517,22299,Not known,,,,,,,v0.26.0 +CH89545,22299,Not known,,,,,,,v0.26.0 +CHCONLIS,22299,Not known,,,,,,,v0.26.0 +CHESRACE,22299,Not known,,,,,,,v0.26.0 +CJ,22299,Not known,,,,,,,v0.26.0 +CJ03517,22299,Not known,,,,,,,v0.26.0 +CJ08514,22299,Not known,,,,,,,v0.26.0 +CJ08516,22299,Not known,,,,,,,v0.26.0 +CJ08518,22299,Not known,,,,,,,v0.26.0 +CJ20081,22299,Not known,,,,,,,v0.26.0 +CJ8800,22299,Not known,,,,,,,v0.26.0 +CJ88166,22299,Not known,,,,,,,v0.26.0 +CJ88SW19,22299,Not known,,,,,,,v0.26.0 +CJ88SW20,22299,Not known,,,,,,,v0.26.0 +CN05000G,22299,Not known,,,,,,,v0.26.0 +CN05055,22299,Not known,,,,,,,v0.26.0 +CN10001G,22299,Not known,,,,,,,v0.26.0 +CN10005G,22299,Not known,,,,,,,v0.26.0 +CN10006G,22299,Not known,,,,,,,v0.26.0 +CN20051,22299,Not known,,,,,,,v0.26.0 +COMSW02,22299,Not known,,,,,,,v0.26.0 +CONSCRED,22299,Not known,,,,,,,v0.26.0 +CONSPIRE,22299,Not known,,,,,,,v0.26.0 +CP1151A,22299,Not known,,,,,,,v0.26.0 +CP19871,22299,Not known,,,,,,,v0.26.0 +CP72121,22299,Not known,,,,,,,v0.26.0 +CP87027G,22299,Not known,,,,,,,v0.26.0 +CPUT08X,22299,Not known,,,,,,,v0.26.0 +CQ86002B,22299,Not known,,,,,,,v0.26.0 +CR08SW01,22299,Not known,,,,,,,v0.26.0 +CR71039,22299,Not known,,,,,,,v0.26.0 +CS40001,22299,Not known,,,,,,,v0.26.0 +CT92513,22299,Not known,,,,,,,v0.26.0 +CX00042,22299,Not known,,,,,,,v0.26.0 +CX00043,22299,Not known,,,,,,,v0.26.0 +CX00045,22299,Not known,,,,,,,v0.26.0 +CX00047,22299,Not known,,,,,,,v0.26.0 +CX00048,22299,Not known,,,,,,,v0.26.0 +CX00050,22299,Not known,,,,,,,v0.26.0 +CX00051,22299,Not known,,,,,,,v0.26.0 +CX00053,22299,Not known,,,,,,,v0.26.0 +CX00054,22299,Not known,,,,,,,v0.26.0 +CX00055,22299,Not known,,,,,,,v0.26.0 +CX00056,22299,Not known,,,,,,,v0.26.0 +CX00057,22299,Not known,,,,,,,v0.26.0 +CX00058,22299,Not known,,,,,,,v0.26.0 +CX00061,22299,Not known,,,,,,,v0.26.0 +CX00062,22299,Not known,,,,,,,v0.26.0 +CX00065,22299,Not known,,,,,,,v0.26.0 +CX00071,22299,Not known,,,,,,,v0.26.0 +CX00072,22299,Not known,,,,,,,v0.26.0 +CX00073,22299,Not known,,,,,,,v0.26.0 +CX00074,22299,Not known,,,,,,,v0.26.0 +CX00075,22299,Not known,,,,,,,v0.26.0 +CY69099,22299,Not known,,,,,,,v0.26.0 +DB0005,22299,Not known,,,,,,,v0.26.0 +DB0110,22299,Not known,,,,,,,v0.26.0 +DB0114,22299,Not known,,,,,,,v0.26.0 +DB0136,22299,Not known,,,,,,,v0.26.0 +DB0140,22299,Not known,,,,,,,v0.26.0 +DB123,22299,Not known,,,,,,,v0.26.0 +DB126,22299,Not known,,,,,,,v0.26.0 +DB127,22299,Not known,,,,,,,v0.26.0 +DB130,22299,Not known,,,,,,,v0.26.0 +DB131,22299,Not known,,,,,,,v0.26.0 +DB133,22299,Not known,,,,,,,v0.26.0 +DB134,22299,Not known,,,,,,,v0.26.0 +DB137,22299,Not known,,,,,,,v0.26.0 +DB138,22299,Not known,,,,,,,v0.26.0 +DB139,22299,Not known,,,,,,,v0.26.0 +DC00037,22299,Not known,,,,,,,v0.26.0 +DC00082,22299,Not known,,,,,,,v0.26.0 +DC00083,22299,Not known,,,,,,,v0.26.0 +DC00084,22299,Not known,,,,,,,v0.26.0 +DC00085,22299,Not known,,,,,,,v0.26.0 +DC00090,22299,Not known,,,,,,,v0.26.0 +DC00091,22299,Not known,,,,,,,v0.26.0 +DC00096,22299,Not known,,,,,,,v0.26.0 +DC00099,22299,Not known,,,,,,,v0.26.0 +DC00100,22299,Not known,,,,,,,v0.26.0 +DC00101,22299,Not known,,,,,,,v0.26.0 +DC00102,22299,Not known,,,,,,,v0.26.0 +DC00104,22299,Not known,,,,,,,v0.26.0 +DC00105,22299,Not known,,,,,,,v0.26.0 +DC00106,22299,Not known,,,,,,,v0.26.0 +DC00107,22299,Not known,,,,,,,v0.26.0 +DC00108,22299,Not known,,,,,,,v0.26.0 +DC00110,22299,Not known,,,,,,,v0.26.0 +DC00112,22299,Not known,,,,,,,v0.26.0 +DC00113,22299,Not known,,,,,,,v0.26.0 +DC00114,22299,Not known,,,,,,,v0.26.0 +DC00115,22299,Not known,,,,,,,v0.26.0 +DC00118,22299,Not known,,,,,,,v0.26.0 +DD91501,22299,Not known,,,,,,,v0.26.0 +DF9631,22299,Not known,,,,,,,v0.26.0 +DO90001,22299,Not known,,,,,,,v0.26.0 +DOR006,22299,Not known,,,,,,,v0.26.0 +DOR023,22299,Not known,,,,,,,v0.26.0 +DOR061,22299,Not known,,,,,,,v0.26.0 +DOR066,22299,Not known,,,,,,,v0.26.0 +DOR067,22299,Not known,,,,,,,v0.26.0 +DOR069,22299,Not known,,,,,,,v0.26.0 +DOR071,22299,Not known,,,,,,,v0.26.0 +DOR072,22299,Not known,,,,,,,v0.26.0 +DOR073,22299,Not known,,,,,,,v0.26.0 +DOR077,22299,Not known,,,,,,,v0.26.0 +DOR083,22299,Not known,,,,,,,v0.26.0 +DOR084,22299,Not known,,,,,,,v0.26.0 +DOR085,22299,Not known,,,,,,,v0.26.0 +DOR086,22299,Not known,,,,,,,v0.26.0 +DOR087,22299,Not known,,,,,,,v0.26.0 +DWD,22299,Not known,,,,,,,v0.26.0 +EA05GW01,22299,Not known,,,,,,,v0.26.0 +EC09DP01,22299,Not known,,,,,,,v0.26.0 +ED96DP01,22299,Not known,,,,,,,v0.26.0 +EP07014A,22299,Not known,,,,,,,v0.26.0 +EP1133A,22299,Not known,,,,,,,v0.26.0 +EP15733,22299,Not known,,,,,,,v0.26.0 +EP19039,22299,Not known,,,,,,,v0.26.0 +EP19393,22299,Not known,,,,,,,v0.26.0 +EP201038,22299,Not known,,,,,,,v0.26.0 +EP33157,22299,Not known,,,,,,,v0.26.0 +EP33190,22299,Not known,,,,,,,v0.26.0 +EP34690,22299,Not known,,,,,,,v0.26.0 +EP38001,22299,Not known,,,,,,,v0.26.0 +EP38414,22299,Not known,,,,,,,v0.26.0 +EP38415,22299,Not known,,,,,,,v0.26.0 +EP38435,22299,Not known,,,,,,,v0.26.0 +EP38436,22299,Not known,,,,,,,v0.26.0 +EP64343,22299,Not known,,,,,,,v0.26.0 +EP66343,22299,Not known,,,,,,,v0.26.0 +EP90504,22299,Not known,,,,,,,v0.26.0 +EP90GW04,22299,Not known,,,,,,,v0.26.0 +EP90GW05,22299,Not known,,,,,,,v0.26.0 +EP90SW03,22299,Not known,,,,,,,v0.26.0 +EP90SW04,22299,Not known,,,,,,,v0.26.0 +EP9290A,22299,Not known,,,,,,,v0.26.0 +EP99043,22299,Not known,,,,,,,v0.26.0 +ESX029,22299,Not known,,,,,,,v0.26.0 +ESX055,22299,Not known,,,,,,,v0.26.0 +ESX127,22299,Not known,,,,,,,v0.26.0 +ESX138,22299,Not known,,,,,,,v0.26.0 +ESX139,22299,Not known,,,,,,,v0.26.0 +ESX140,22299,Not known,,,,,,,v0.26.0 +ESX141,22299,Not known,,,,,,,v0.26.0 +ESX144,22299,Not known,,,,,,,v0.26.0 +EUROCOM,22299,Not known,,,,,,,v0.26.0 +EVAILIAB,22299,Not known,,,,,,,v0.26.0 +EX.ALC,22299,Not known,,,,,,,v0.26.0 +EXC ALC,22299,Not known,,,,,,,v0.26.0 +Ex Alc,22299,Not known,,,,,,,v0.26.0 +FA06SW01,22299,Not known,,,,,,,v0.26.0 +FB89506,22299,Not known,,,,,,,v0.26.0 +FC81020A,22299,Not known,,,,,,,v0.26.0 +FC81024C,22299,Not known,,,,,,,v0.26.0 +FH06002H,22299,Not known,,,,,,,v0.26.0 +FH06171,22299,Not known,,,,,,,v0.26.0 +FH06DP04,22299,Not known,,,,,,,v0.26.0 +FH200612,22299,Not known,,,,,,,v0.26.0 +FH6009,22299,Not known,,,,,,,v0.26.0 +FIREARM2,22299,Not known,,,,,,,v0.26.0 +FISH1,22299,Not known,,,,,,,v0.26.0 +FL96502,22299,Not known,,,,,,,v0.26.0 +FL96504,22299,Not known,,,,,,,v0.26.0 +FL96508,22299,Not known,,,,,,,v0.26.0 +FL96SW01,22299,Not known,,,,,,,v0.26.0 +FOHY1706,22299,Not known,,,,,,,v0.26.0 +FOHY606,22299,Not known,,,,,,,v0.26.0 +FR1611A,22299,Not known,,,,,,,v0.26.0 +FS90001H,22299,Not known,,,,,,,v0.26.0 +FS90441,22299,Not known,,,,,,,v0.26.0 +FTS,22299,Not known,,,,,,,v0.26.0 +GL07059,22299,Not known,,,,,,,v0.26.0 +GL07067,22299,Not known,,,,,,,v0.26.0 +GL07101,22299,Not known,,,,,,,v0.26.0 +GL07102,22299,Not known,,,,,,,v0.26.0 +GL08048,22299,Not known,,,,,,,v0.26.0 +GL08049,22299,Not known,,,,,,,v0.26.0 +GL08058,22299,Not known,,,,,,,v0.26.0 +GL08068,22299,Not known,,,,,,,v0.26.0 +GL08074,22299,Not known,,,,,,,v0.26.0 +GL08090,22299,Not known,,,,,,,v0.26.0 +GL09111,22299,Not known,,,,,,,v0.26.0 +GL09191,22299,Not known,,,,,,,v0.26.0 +GL09193,22299,Not known,,,,,,,v0.26.0 +GL09194,22299,Not known,,,,,,,v0.26.0 +GL09195,22299,Not known,,,,,,,v0.26.0 +GL09196,22299,Not known,,,,,,,v0.26.0 +GL09197,22299,Not known,,,,,,,v0.26.0 +GL09198,22299,Not known,,,,,,,v0.26.0 +GL09200,22299,Not known,,,,,,,v0.26.0 +GL09201,22299,Not known,,,,,,,v0.26.0 +GL09202,22299,Not known,,,,,,,v0.26.0 +GL09203,22299,Not known,,,,,,,v0.26.0 +GL09205,22299,Not known,,,,,,,v0.26.0 +GL09206,22299,Not known,,,,,,,v0.26.0 +GL09207,22299,Not known,,,,,,,v0.26.0 +GL09208,22299,Not known,,,,,,,v0.26.0 +GL09292,22299,Not known,,,,,,,v0.26.0 +GL09402,22299,Not known,,,,,,,v0.26.0 +GL09403,22299,Not known,,,,,,,v0.26.0 +GL10005,22299,Not known,,,,,,,v0.26.0 +GL10006,22299,Not known,,,,,,,v0.26.0 +GL10007,22299,Not known,,,,,,,v0.26.0 +GL10008,22299,Not known,,,,,,,v0.26.0 +GL10009,22299,Not known,,,,,,,v0.26.0 +GL10010,22299,Not known,,,,,,,v0.26.0 +GL10011,22299,Not known,,,,,,,v0.26.0 +GL10013,22299,Not known,,,,,,,v0.26.0 +GL10015,22299,Not known,,,,,,,v0.26.0 +GL1010,22299,Not known,,,,,,,v0.26.0 +GL9204,22299,Not known,,,,,,,v0.26.0 +GM000017,22299,Not known,,,,,,,v0.26.0 +GM000139,22299,Not known,,,,,,,v0.26.0 +GM000149,22299,Not known,,,,,,,v0.26.0 +GM000160,22299,Not known,,,,,,,v0.26.0 +GM000161,22299,Not known,,,,,,,v0.26.0 +GM000167,22299,Not known,,,,,,,v0.26.0 +GM000169,22299,Not known,,,,,,,v0.26.0 +GM000171,22299,Not known,,,,,,,v0.26.0 +GM000173,22299,Not known,,,,,,,v0.26.0 +GM000174,22299,Not known,,,,,,,v0.26.0 +GM000176,22299,Not known,,,,,,,v0.26.0 +GM000177,22299,Not known,,,,,,,v0.26.0 +GM000178,22299,Not known,,,,,,,v0.26.0 +GM000179,22299,Not known,,,,,,,v0.26.0 +GM000180,22299,Not known,,,,,,,v0.26.0 +GM000181,22299,Not known,,,,,,,v0.26.0 +GM000190,22299,Not known,,,,,,,v0.26.0 +HERT050,22299,Not known,,,,,,,v0.26.0 +HERT051,22299,Not known,,,,,,,v0.26.0 +HERT052,22299,Not known,,,,,,,v0.26.0 +HERT053,22299,Not known,,,,,,,v0.26.0 +HERT055,22299,Not known,,,,,,,v0.26.0 +HERT056,22299,Not known,,,,,,,v0.26.0 +HI00029,22299,Not known,,,,,,,v0.26.0 +HI00037,22299,Not known,,,,,,,v0.26.0 +HI00039,22299,Not known,,,,,,,v0.26.0 +HI00058,22299,Not known,,,,,,,v0.26.0 +HI00075,22299,Not known,,,,,,,v0.26.0 +HI00076,22299,Not known,,,,,,,v0.26.0 +HI00079,22299,Not known,,,,,,,v0.26.0 +HI00080,22299,Not known,,,,,,,v0.26.0 +HI00081,22299,Not known,,,,,,,v0.26.0 +HI00082,22299,Not known,,,,,,,v0.26.0 +HI00083,22299,Not known,,,,,,,v0.26.0 +HI00084,22299,Not known,,,,,,,v0.26.0 +HI00085,22299,Not known,,,,,,,v0.26.0 +HI00086,22299,Not known,,,,,,,v0.26.0 +HI00087,22299,Not known,,,,,,,v0.26.0 +HI00113,22299,Not known,,,,,,,v0.26.0 +HI00117,22299,Not known,,,,,,,v0.26.0 +HI00118,22299,Not known,,,,,,,v0.26.0 +HI00122,22299,Not known,,,,,,,v0.26.0 +HI00124,22299,Not known,,,,,,,v0.26.0 +HI00127,22299,Not known,,,,,,,v0.26.0 +HI00130,22299,Not known,,,,,,,v0.26.0 +HM04721,22299,Not known,,,,,,,v0.26.0 +HM07GW12,22299,Not known,,,,,,,v0.26.0 +HM07GW13,22299,Not known,,,,,,,v0.26.0 +HM07GW14,22299,Not known,,,,,,,v0.26.0 +HM07GW15,22299,Not known,,,,,,,v0.26.0 +HS1208B,22299,Not known,,,,,,,v0.26.0 +HS3311A,22299,Not known,,,,,,,v0.26.0 +HS3311B,22299,Not known,,,,,,,v0.26.0 +HS3331A,22299,Not known,,,,,,,v0.26.0 +HS3331B,22299,Not known,,,,,,,v0.26.0 +HS3331C,22299,Not known,,,,,,,v0.26.0 +Harrass,22299,Not known,,,,,,,v0.26.0 +IC600001,22299,Not known,,,,,,,v0.26.0 +IPS65SW1,22299,Not known,,,,,,,v0.26.0 +IS86003,22299,Not known,,,,,,,v0.26.0 +KE00202,22299,Not known,,,,,,,v0.26.0 +KE00204,22299,Not known,,,,,,,v0.26.0 +KE00206,22299,Not known,,,,,,,v0.26.0 +KE00238,22299,Not known,,,,,,,v0.26.0 +KE00254,22299,Not known,,,,,,,v0.26.0 +KE00256,22299,Not known,,,,,,,v0.26.0 +KE00259,22299,Not known,,,,,,,v0.26.0 +KE00261,22299,Not known,,,,,,,v0.26.0 +KE00263,22299,Not known,,,,,,,v0.26.0 +KE00264,22299,Not known,,,,,,,v0.26.0 +KE00267,22299,Not known,,,,,,,v0.26.0 +KE00268,22299,Not known,,,,,,,v0.26.0 +KE00269,22299,Not known,,,,,,,v0.26.0 +KE00270,22299,Not known,,,,,,,v0.26.0 +KE00271,22299,Not known,,,,,,,v0.26.0 +LAN0010,22299,Not known,,,,,,,v0.26.0 +LAN0084,22299,Not known,,,,,,,v0.26.0 +LAN0085,22299,Not known,,,,,,,v0.26.0 +LAN0094,22299,Not known,,,,,,,v0.26.0 +LAN0095,22299,Not known,,,,,,,v0.26.0 +LAN0096,22299,Not known,,,,,,,v0.26.0 +LAN0097,22299,Not known,,,,,,,v0.26.0 +LAN0098,22299,Not known,,,,,,,v0.26.0 +LAN0102,22299,Not known,,,,,,,v0.26.0 +LAN0103,22299,Not known,,,,,,,v0.26.0 +LAN0104,22299,Not known,,,,,,,v0.26.0 +LAN0105,22299,Not known,,,,,,,v0.26.0 +LAN0106,22299,Not known,,,,,,,v0.26.0 +LG03508,22299,Not known,,,,,,,v0.26.0 +LG197654,22299,Not known,,,,,,,v0.26.0 +LG197673,22299,Not known,,,,,,,v0.26.0 +LG56992,22299,Not known,,,,,,,v0.26.0 +LG7376,22299,Not known,,,,,,,v0.26.0 +LG76734,22299,Not known,,,,,,,v0.26.0 +LG76735,22299,Not known,,,,,,,v0.26.0 +LG76GW05,22299,Not known,,,,,,,v0.26.0 +LG76GW06,22299,Not known,,,,,,,v0.26.0 +LGA83SW1,22299,Not known,,,,,,,v0.26.0 +LGHACKN,22299,Not known,,,,,,,v0.26.0 +LI001,22299,Not known,,,,,,,v0.26.0 +LI003,22299,Not known,,,,,,,v0.26.0 +LI005,22299,Not known,,,,,,,v0.26.0 +LM82SW01,22299,Not known,,,,,,,v0.26.0 +LO31033,22299,Not known,,,,,,,v0.26.0 +LO31046,22299,Not known,,,,,,,v0.26.0 +LO31110,22299,Not known,,,,,,,v0.26.0 +LO31130,22299,Not known,,,,,,,v0.26.0 +LO31131,22299,Not known,,,,,,,v0.26.0 +LO31132,22299,Not known,,,,,,,v0.26.0 +LO31133,22299,Not known,,,,,,,v0.26.0 +LO31136,22299,Not known,,,,,,,v0.26.0 +LO31137,22299,Not known,,,,,,,v0.26.0 +LO31140,22299,Not known,,,,,,,v0.26.0 +LO31141,22299,Not known,,,,,,,v0.26.0 +MA196845,22299,Not known,,,,,,,v0.26.0 +MA68001,22299,Not known,,,,,,,v0.26.0 +MANC,22299,Not known,,,,,,,v0.26.0 +MC80GW01,22299,Not known,,,,,,,v0.26.0 +MC80GW02,22299,Not known,,,,,,,v0.26.0 +MD,22299,Not known,,,,,,,v0.26.0 +MD71009A,22299,Not known,,,,,,,v0.26.0 +MD71026A,22299,Not known,,,,,,,v0.26.0 +MD71131B,22299,Not known,,,,,,,v0.26.0 +MD71211B,22299,Not known,,,,,,,v0.26.0 +MD71239C,22299,Not known,,,,,,,v0.26.0 +MD71439G,22299,Not known,,,,,,,v0.26.0 +MD71531A,22299,Not known,,,,,,,v0.26.0 +MD715741,22299,Not known,,,,,,,v0.26.0 +MD71574G,22299,Not known,,,,,,,v0.26.0 +MEAGGBUR,22299,Not known,,,,,,,v0.26.0 +MECANN,22299,Not known,,,,,,,v0.26.0 +MECOMML,22299,Not known,,,,,,,v0.26.0 +MECOMP,22299,Not known,,,,,,,v0.26.0 +MEFAILR,22299,Not known,,,,,,,v0.26.0 +MEFOOD,22299,Not known,,,,,,,v0.26.0 +MEHACK,22299,Not known,,,,,,,v0.26.0 +MEMULTOC,22299,Not known,,,,,,,v0.26.0 +MEPARK,22299,Not known,,,,,,,v0.26.0 +MEPTPHP,22299,Not known,,,,,,,v0.26.0 +MH196852,22299,Not known,,,,,,,v0.26.0 +MH196895,22299,Not known,,,,,,,v0.26.0 +MH68124,22299,Not known,,,,,,,v0.26.0 +MH83DP01,22299,Not known,,,,,,,v0.26.0 +MP7661,22299,Not known,,,,,,,v0.26.0 +MPQK,22299,Not known,,,,,,,v0.26.0 +MQ15255,22299,Not known,,,,,,,v0.26.0 +MRAIL55,22299,Not known,,,,,,,v0.26.0 +NH001,22299,Not known,,,,,,,v0.26.0 +NH002,22299,Not known,,,,,,,v0.26.0 +NO091114,22299,Not known,,,,,,,v0.26.0 +NO36075,22299,Not known,,,,,,,v0.26.0 +NO36076,22299,Not known,,,,,,,v0.26.0 +NO36077,22299,Not known,,,,,,,v0.26.0 +NO36082,22299,Not known,,,,,,,v0.26.0 +NO36084,22299,Not known,,,,,,,v0.26.0 +NO36085,22299,Not known,,,,,,,v0.26.0 +NO36088,22299,Not known,,,,,,,v0.26.0 +NO36089,22299,Not known,,,,,,,v0.26.0 +NO36092,22299,Not known,,,,,,,v0.26.0 +NORF011,22299,Not known,,,,,,,v0.26.0 +NORF013,22299,Not known,,,,,,,v0.26.0 +NORF040,22299,Not known,,,,,,,v0.26.0 +NP49GW01,22299,Not known,,,,,,,v0.26.0 +NPA49GW1,22299,Not known,,,,,,,v0.26.0 +NUISANCE,22299,Not known,,,,,,,v0.26.0 +No Licen,22299,Not known,,,,,,,v0.26.0 +No Speci,22299,Not known,,,,,,,v0.26.0 +No licen,22299,Not known,,,,,,,v0.26.0 +Not Know,22299,Not known,,,,,,,v0.26.0 +Not know,22299,Not known,,,,,,,v0.26.0 +OF61017B,22299,Not known,,,,,,,v0.26.0 +OF61019A,22299,Not known,,,,,,,v0.26.0 +OF61020A,22299,Not known,,,,,,,v0.26.0 +OF61021A,22299,Not known,,,,,,,v0.26.0 +OF61021C,22299,Not known,,,,,,,v0.26.0 +PA89GW01,22299,Not known,,,,,,,v0.26.0 +PA89GW02,22299,Not known,,,,,,,v0.26.0 +PB19921,22299,Not known,,,,,,,v0.26.0 +PC00706,22299,Not known,,,,,,,v0.26.0 +PC96001,22299,Not known,,,,,,,v0.26.0 +PD49004,22299,Not known,,,,,,,v0.26.0 +PD49009,22299,Not known,,,,,,,v0.26.0 +PH18751,22299,Not known,,,,,,,v0.26.0 +PO,22299,Not known,,,,,,,v0.26.0 +PROBSOL,22299,Not known,,,,,,,v0.26.0 +PROH.WPN,22299,Not known,,,,,,,v0.26.0 +PU86004B,22299,Not known,,,,,,,v0.26.0 +PU86004G,22299,Not known,,,,,,,v0.26.0 +PU86604,22299,Not known,,,,,,,v0.26.0 +PW01DP01,22299,Not known,,,,,,,v0.26.0 +Poss,22299,Not known,,,,,,,v0.26.0 +QS00060,22299,Not known,,,,,,,v0.26.0 +QS00075,22299,Not known,,,,,,,v0.26.0 +QS00077,22299,Not known,,,,,,,v0.26.0 +QS00079,22299,Not known,,,,,,,v0.26.0 +QS00080,22299,Not known,,,,,,,v0.26.0 +QS00081,22299,Not known,,,,,,,v0.26.0 +QS00082,22299,Not known,,,,,,,v0.26.0 +QS00083,22299,Not known,,,,,,,v0.26.0 +QS00084,22299,Not known,,,,,,,v0.26.0 +QS00085,22299,Not known,,,,,,,v0.26.0 +QS00086,22299,Not known,,,,,,,v0.26.0 +QS00087,22299,Not known,,,,,,,v0.26.0 +QS00090,22299,Not known,,,,,,,v0.26.0 +QS00091,22299,Not known,,,,,,,v0.26.0 +QS00092,22299,Not known,,,,,,,v0.26.0 +QX00024,22299,Not known,,,,,,,v0.26.0 +RAH,22299,Not known,,,,,,,v0.26.0 +RT8807,22299,Not known,,,,,,,v0.26.0 +RT88105S,22299,Not known,,,,,,,v0.26.0 +RT88109B,22299,Not known,,,,,,,v0.26.0 +RT88221B,22299,Not known,,,,,,,v0.26.0 +RT888186,22299,Not known,,,,,,,v0.26.0 +RT88GW08,22299,Not known,,,,,,,v0.26.0 +RV23259,22299,Not known,,,,,,,v0.26.0 +SBC0001,22299,Not known,,,,,,,v0.26.0 +SBC002,22299,Not known,,,,,,,v0.26.0 +SF00031,22299,Not known,,,,,,,v0.26.0 +SF00032,22299,Not known,,,,,,,v0.26.0 +SF00033,22299,Not known,,,,,,,v0.26.0 +SF00034,22299,Not known,,,,,,,v0.26.0 +SF00035,22299,Not known,,,,,,,v0.26.0 +SF00036,22299,Not known,,,,,,,v0.26.0 +SF21110,22299,Not known,,,,,,,v0.26.0 +SF66100,22299,Not known,,,,,,,v0.26.0 +SF66101,22299,Not known,,,,,,,v0.26.0 +SF66DP02,22299,Not known,,,,,,,v0.26.0 +SF75044G,22299,Not known,,,,,,,v0.26.0 +SHIPPING,22299,Not known,,,,,,,v0.26.0 +SO19561,22299,Not known,,,,,,,v0.26.0 +SO195614,22299,Not known,,,,,,,v0.26.0 +SO200391,22299,Not known,,,,,,,v0.26.0 +SO59501,22299,Not known,,,,,,,v0.26.0 +SOA19561,22299,Not known,,,,,,,v0.26.0 +SOA20031,22299,Not known,,,,,,,v0.26.0 +SP4007,22299,Not known,,,,,,,v0.26.0 +SS1111A,22299,Not known,,,,,,,v0.26.0 +SS11129,22299,Not known,,,,,,,v0.26.0 +SS9202GB,22299,Not known,,,,,,,v0.26.0 +SS92036G,22299,Not known,,,,,,,v0.26.0 +SS92037A,22299,Not known,,,,,,,v0.26.0 +SS92037G,22299,Not known,,,,,,,v0.26.0 +SS92039G,22299,Not known,,,,,,,v0.26.0 +SS92042G,22299,Not known,,,,,,,v0.26.0 +SS92GW05,22299,Not known,,,,,,,v0.26.0 +STAF0012,22299,Not known,,,,,,,v0.26.0 +SX00004,22299,Not known,,,,,,,v0.26.0 +SX030188,22299,Not known,,,,,,,v0.26.0 +SX03047C,22299,Not known,,,,,,,v0.26.0 +SX03113A,22299,Not known,,,,,,,v0.26.0 +SX03533,22299,Not known,,,,,,,v0.26.0 +SX56109A,22299,Not known,,,,,,,v0.26.0 +SY000011,22299,Not known,,,,,,,v0.26.0 +SY00010,22299,Not known,,,,,,,v0.26.0 +SY00076,22299,Not known,,,,,,,v0.26.0 +SY00084,22299,Not known,,,,,,,v0.26.0 +SY00088,22299,Not known,,,,,,,v0.26.0 +SY00089,22299,Not known,,,,,,,v0.26.0 +SY00093,22299,Not known,,,,,,,v0.26.0 +SY00094,22299,Not known,,,,,,,v0.26.0 +Specimen,22299,Not known,,,,,,,v0.26.0 +TA00001A,22299,Not known,,,,,,,v0.26.0 +TA196815,22299,Not known,,,,,,,v0.26.0 +TA196840,22299,Not known,,,,,,,v0.26.0 +TC71001,22299,Not known,,,,,,,v0.26.0 +TC90100,22299,Not known,,,,,,,v0.26.0 +TC90GW06,22299,Not known,,,,,,,v0.26.0 +TC90GW07,22299,Not known,,,,,,,v0.26.0 +TC90GW09,22299,Not known,,,,,,,v0.26.0 +TC90GW11,22299,Not known,,,,,,,v0.26.0 +TCPSW02,22299,Not known,,,,,,,v0.26.0 +TH,22299,Not known,,,,,,,v0.26.0 +TH06810,22299,Not known,,,,,,,v0.26.0 +TH54544B,22299,Not known,,,,,,,v0.26.0 +TH68,22299,Not known,,,,,,,v0.26.0 +TH6805,22299,Not known,,,,,,,v0.26.0 +TH68135G,22299,Not known,,,,,,,v0.26.0 +THEFT,22299,Not known,,,,,,,v0.26.0 +THTH6801,22299,Not known,,,,,,,v0.26.0 +TOBACC1,22299,Not known,,,,,,,v0.26.0 +TOBACC2,22299,Not known,,,,,,,v0.26.0 +TP00001,22299,Not known,,,,,,,v0.26.0 +TP47DP01,22299,Not known,,,,,,,v0.26.0 +TPC45GW2,22299,Not known,,,,,,,v0.26.0 +TV00052,22299,Not known,,,,,,,v0.26.0 +TV00053,22299,Not known,,,,,,,v0.26.0 +TV00054,22299,Not known,,,,,,,v0.26.0 +TV00058,22299,Not known,,,,,,,v0.26.0 +TV00059,22299,Not known,,,,,,,v0.26.0 +TV00060,22299,Not known,,,,,,,v0.26.0 +TV00061,22299,Not known,,,,,,,v0.26.0 +TV00062,22299,Not known,,,,,,,v0.26.0 +TWOC,22299,Not known,,,,,,,v0.26.0 +Theft,22299,Not known,,,,,,,v0.26.0 +Theft x2,22299,Not known,,,,,,,v0.26.0 +UNKNOWN,22299,Not known,,,,,,,v0.26.0 +UT200801,22299,Not known,,,,,,,v0.26.0 +Unknown,22299,Not known,,,,,,,v0.26.0 +VC06505,22299,Not known,,,,,,,v0.26.0 +VC20061,22299,Not known,,,,,,,v0.26.0 +VE2931A,22299,Not known,,,,,,,v0.26.0 +VE71001B,22299,Not known,,,,,,,v0.26.0 +VE94SW02,22299,Not known,,,,,,,v0.26.0 +WC81690,22299,Not known,,,,,,,v0.26.0 +WC81DP01,22299,Not known,,,,,,,v0.26.0 +WE99889,22299,Not known,,,,,,,v0.26.0 +WF071109,22299,Not known,,,,,,,v0.26.0 +WF078214,22299,Not known,,,,,,,v0.26.0 +WF07DP01,22299,Not known,,,,,,,v0.26.0 +WF20074,22299,Not known,,,,,,,v0.26.0 +WI00096,22299,Not known,,,,,,,v0.26.0 +WI00114,22299,Not known,,,,,,,v0.26.0 +WI00115,22299,Not known,,,,,,,v0.26.0 +WI00117,22299,Not known,,,,,,,v0.26.0 +WI00119,22299,Not known,,,,,,,v0.26.0 +WI00120,22299,Not known,,,,,,,v0.26.0 +WI00121,22299,Not known,,,,,,,v0.26.0 +WI00122,22299,Not known,,,,,,,v0.26.0 +WI00131,22299,Not known,,,,,,,v0.26.0 +WI00139,22299,Not known,,,,,,,v0.26.0 +WI00176,22299,Not known,,,,,,,v0.26.0 +WI00180,22299,Not known,,,,,,,v0.26.0 +WI00181,22299,Not known,,,,,,,v0.26.0 +WI00182,22299,Not known,,,,,,,v0.26.0 +WM000029,22299,Not known,,,,,,,v0.26.0 +WM000074,22299,Not known,,,,,,,v0.26.0 +WM000086,22299,Not known,,,,,,,v0.26.0 +WM000103,22299,Not known,,,,,,,v0.26.0 +WM000129,22299,Not known,,,,,,,v0.26.0 +WM000137,22299,Not known,,,,,,,v0.26.0 +WM000142,22299,Not known,,,,,,,v0.26.0 +WM000143,22299,Not known,,,,,,,v0.26.0 +WM000146,22299,Not known,,,,,,,v0.26.0 +WM000148,22299,Not known,,,,,,,v0.26.0 +WM000149,22299,Not known,,,,,,,v0.26.0 +WM000150,22299,Not known,,,,,,,v0.26.0 +WM000151,22299,Not known,,,,,,,v0.26.0 +WM000152,22299,Not known,,,,,,,v0.26.0 +WM000153,22299,Not known,,,,,,,v0.26.0 +WM000154,22299,Not known,,,,,,,v0.26.0 +WM000155,22299,Not known,,,,,,,v0.26.0 +WM00117,22299,Not known,,,,,,,v0.26.0 +WM00123,22299,Not known,,,,,,,v0.26.0 +WM00124,22299,Not known,,,,,,,v0.26.0 +WM00125,22299,Not known,,,,,,,v0.26.0 +WM00127,22299,Not known,,,,,,,v0.26.0 +WM00129,22299,Not known,,,,,,,v0.26.0 +WM00130,22299,Not known,,,,,,,v0.26.0 +WM00131,22299,Not known,,,,,,,v0.26.0 +WM00132,22299,Not known,,,,,,,v0.26.0 +WM00133,22299,Not known,,,,,,,v0.26.0 +WR1111A,22299,Not known,,,,,,,v0.26.0 +WR17431,22299,Not known,,,,,,,v0.26.0 +WR85162,22299,Not known,,,,,,,v0.26.0 +WS99DP01,22299,Not known,,,,,,,v0.26.0 +WY161109,22299,Not known,,,,,,,v0.26.0 +WY180210,22299,Not known,,,,,,,v0.26.0 +WY181109,22299,Not known,,,,,,,v0.26.0 +XX30007,22299,Not known,,,,,,,v0.26.0 +XX30021,22299,Not known,,,,,,,v0.26.0 +XXXXXXXX,22299,Not known,,,,,,,v0.26.0 +YY000021,22299,Not known,,,,,,,v0.26.0 +YY000026,22299,Not known,,,,,,,v0.26.0 +YY000241,22299,Not known,,,,,,,v0.26.0 +YY000313,22299,Not known,,,,,,,v0.26.0 +YY00206,22299,Not known,,,,,,,v0.26.0 +YY00218,22299,Not known,,,,,,,v0.26.0 +YY00221,22299,Not known,,,,,,,v0.26.0 +YY00222,22299,Not known,,,,,,,v0.26.0 +YY00228,22299,Not known,,,,,,,v0.26.0 +YY00229,22299,Not known,,,,,,,v0.26.0 +YY00230,22299,Not known,,,,,,,v0.26.0 +YY00231,22299,Not known,,,,,,,v0.26.0 +YY00232,22299,Not known,,,,,,,v0.26.0 +YY00233,22299,Not known,,,,,,,v0.26.0 +YY00234,22299,Not known,,,,,,,v0.26.0 +YY00235,22299,Not known,,,,,,,v0.26.0 +YY00236,22299,Not known,,,,,,,v0.26.0 +YY00237,22299,Not known,,,,,,,v0.26.0 +YY00238,22299,Not known,,,,,,,v0.26.0 +YY00239,22299,Not known,,,,,,,v0.26.0 +YY00240,22299,Not known,,,,,,,v0.26.0 +YY00241,22299,Not known,,,,,,,v0.26.0 +YY00242,22299,Not known,,,,,,,v0.26.0 +YY00243,22299,Not known,,,,,,,v0.26.0 +YY00344,22299,Not known,,,,,,,v0.26.0 +YY00345,22299,Not known,,,,,,,v0.26.0 +YY00346,22299,Not known,,,,,,,v0.26.0 +YY00347,22299,Not known,,,,,,,v0.26.0 +YY00348,22299,Not known,,,,,,,v0.26.0 +YY00349,22299,Not known,,,,,,,v0.26.0 +YY00350,22299,Not known,,,,,,,v0.26.0 +YY00351,22299,Not known,,,,,,,v0.26.0 +YY00352,22299,Not known,,,,,,,v0.26.0 +YY00353,22299,Not known,,,,,,,v0.26.0 +YY00354,22299,Not known,,,,,,,v0.26.0 +YY00358,22299,Not known,,,,,,,v0.26.0 +YY00365,22299,Not known,,,,,,,v0.26.0 +YY00366,22299,Not known,,,,,,,v0.26.0 +YY00368,22299,Not known,,,,,,,v0.26.0 +YY00369,22299,Not known,,,,,,,v0.26.0 +YY0305,22299,Not known,,,,,,,v0.26.0 +ZZ00115,22299,Not known,,,,,,,v0.26.0 +ZZ00119,22299,Not known,,,,,,,v0.26.0 +ZZ00122,22299,Not known,,,,,,,v0.26.0 +ZZ00123,22299,Not known,,,,,,,v0.26.0 +ZZ00124,22299,Not known,,,,,,,v0.26.0 +ZZ00125,22299,Not known,,,,,,,v0.26.0 +ZZ00131,22299,Not known,,,,,,,v0.26.0 +ZZ00133,22299,Not known,,,,,,,v0.26.0 +ZZ00134,22299,Not known,,,,,,,v0.26.0 +ZZ50002,22299,Not known,,,,,,,v0.26.0 +assault,22299,Not known,,,,,,,v0.26.0 +class C,22299,Not known,,,,,,,v0.26.0 +harass,22299,Not known,,,,,,,v0.26.0 +nn,22299,Not known,,,,,,,v0.26.0 +non,22299,Not known,,,,,,,v0.26.0 +not know,22299,Not known,,,,,,,v0.26.0 +rt00010,22299,Not known,,,,,,,v0.26.0 +theft,22299,Not known,,,,,,,v0.26.0 +unkown,22299,Not known,,,,,,,v0.26.0 +x,22299,Not known,,,,,,,v0.26.0 +xxxxxxxx,22299,Not known,,,,,,,v0.26.0 +JP61001,50100,Not an offence. Bind over made on complaint,,,,,,,v0.26.0 +JP61002,50100,Not an offence. Bind over made on complaint,,,,,,,v0.26.0 +FB89007,50200,Not an offence. Football banning order made on complaint,,,,,,,v0.26.0 +FB89008,50200,Not an offence. Football banning order made on complaint,,,,,,,v0.26.0 +FB89501,50200,Not an offence. Football banning order made on complaint,,,,,,,v0.26.0 +FB89501A,50200,Not an offence. Football banning order made on complaint,,,,,,,v0.26.0 +FB89504,50200,Not an offence. Football banning order made on complaint,,,,,,,v0.26.0 +SX03510,50300,Not an offence. SOPO made on application by police,,,,,,,v0.26.0 +SX03514,50300,Not an offence. SOPO made on application by police,,,,,,,v0.26.0 +SX03531,50300,Not an offence. SOPO made on application by police,,,,,,,v0.26.0 +SX03522,50400,Not an offence. RSHO made on application by police,,,,,,,v0.26.0 +SX03526,50400,Not an offence. RSHO made on application by police,,,,,,,v0.26.0 +AS00016,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +BR0001,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +BR91002,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CAM003,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CAM014,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CAM017,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CAM018,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CAM059,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CC00076,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03003,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03005,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03502,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03503,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03504,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03505,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03506,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03506G,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03507,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03510,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03510G,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03511,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ08507,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ08512,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ08521,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CX00002,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +DB0089,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +DC00004,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GL09117,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GL09124,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GL09129,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GL09134,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GLO7084,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GM000005,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GM000007,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GM000008,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +GM000040,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +HI00023,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +HI00024,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00043,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00049,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00050,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00052,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00069,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00076,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +KE00078,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +LAN0014,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +LO31059,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +LO31094,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +MC80508,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +MC80601,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +NO36052,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00003,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00004,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00005,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00006,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00007,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00008,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00009,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00011,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC0001A,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00022,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC002192,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00501,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00502,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00503,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00504,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00505,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00507,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00512,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00515,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00515A,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00515Y,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00522,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00523,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00525,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00532,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00535,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00542,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00545,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00552,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00553,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00555,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00565,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00575,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00605,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00615,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00625,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00635,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00642,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00645,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00652,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00655,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00DP01,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +PC00SW02,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +SY00074,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WI00001,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WI00041,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WI00062,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WI00071,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WI00138,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WM000087,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +WY201108,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +YY000052,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +YY000053,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +YY000054,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +YY000068,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +YY00220,59800,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03522,59900,Not an offence. Various breaches,,,,,,,v0.26.0 +CJ03523,59900,Not an offence. Various breaches,,,,,,,v0.26.0 +ZZ00099,59900,Not an offence. Various breaches,,,,,,,v0.26.0 +RR84045,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +RR84046,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +RR84047,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +RR84048,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +RR84049,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SV77001,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SV77002,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SV77004,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +SV77005,81600,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +YY00146,81800,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +ZZ000010,81990,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 +TV00037,84202,Not known,Not known,Not known,Not known,Not known,13,,v0.26.0 \ No newline at end of file diff --git a/projects/common-platform-and-delius/src/test/kotlin/uk/gov/justice/digital/hmpps/messaging/HandlerTest.kt b/projects/common-platform-and-delius/src/test/kotlin/uk/gov/justice/digital/hmpps/messaging/HandlerTest.kt index 23e9547f0e..53edcac17e 100644 --- a/projects/common-platform-and-delius/src/test/kotlin/uk/gov/justice/digital/hmpps/messaging/HandlerTest.kt +++ b/projects/common-platform-and-delius/src/test/kotlin/uk/gov/justice/digital/hmpps/messaging/HandlerTest.kt @@ -1,5 +1,6 @@ package uk.gov.justice.digital.hmpps.messaging +import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Test import org.junit.jupiter.api.extension.ExtendWith import org.mockito.InjectMocks @@ -9,6 +10,7 @@ import org.mockito.junit.jupiter.MockitoExtension import org.mockito.kotlin.* import uk.gov.justice.digital.hmpps.converter.NotificationConverter import uk.gov.justice.digital.hmpps.data.generator.* +import uk.gov.justice.digital.hmpps.data.generatorimport.HearingOffenceGenerator import uk.gov.justice.digital.hmpps.flags.FeatureFlags import uk.gov.justice.digital.hmpps.integrations.client.* import uk.gov.justice.digital.hmpps.integrations.delius.entity.Equality @@ -254,4 +256,26 @@ internal class HandlerTest { ) whenever(probationSearchClient.match(any())).thenReturn(fakeMatchResponse) } + + @Test + fun `main offence is the lowest priority offence`() { + val offence1 = HearingOffenceGenerator.generate("1", "PL97019", "Falsification") // priority 150 + val offence2 = HearingOffenceGenerator.generate("2", "TN42001", "High treason") // priority 10 + + val offences = listOf(offence1, offence2) + + val mainOffence = handler.findMainOffence(offences) + assertEquals(offence2, mainOffence) + } + + @Test + fun `returns first offence if no priority is found`() { + val offence1 = HearingOffenceGenerator.generate("1", "ABC1111", "Example 1") + val offence2 = HearingOffenceGenerator.generate("2", "ABC9999", "Example 2") + val offences = listOf(offence1, offence2) + + val mainOffence = handler.findMainOffence(offences) + + assertEquals(offence1, mainOffence) + } } From 48227a6468b6a08017e700ae3c3076a2d3e28ce4 Mon Sep 17 00:00:00 2001 From: "probation-integration-bot[bot]" <177347787+probation-integration-bot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:18:48 +0000 Subject: [PATCH 2/2] Formatting changes --- .../digital/hmpps/data/generator/OffenceGenerator.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt index e0ba07a315..3e3452f2d6 100644 --- a/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt +++ b/projects/common-platform-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/OffenceGenerator.kt @@ -45,7 +45,11 @@ object DetailedOffenceGenerator { object OffenceGenerator { val DEFAULT = generate(code = "06200", description = "High treason and other offences against Treason Acts") - val OTHER = generate(code = "09166", description = "Triable either way offences under The Food Hygiene (Wales) Regulations 2006") + val OTHER = generate( + code = "09166", + description = "Triable either way offences under The Food Hygiene (Wales) Regulations 2006" + ) + fun generate( id: Long = IdGenerator.getAndIncrement(), code: String,