From 4e3527cc615cc225201c92071457a0fe1f920864 Mon Sep 17 00:00:00 2001 From: yilmazsaritemur2 <150049030+yilmazsaritemur2@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:10:20 +0100 Subject: [PATCH 1/2] SNI-8554 Avoid another defendants offences shows in court extract --- .../resource/utils/CourtExtractTransformer.java | 2 ++ .../utils/CourtExtractTransformerTest.java | 17 +++++++++++++++++ ...gression.query.prosecutioncase-sni-8554.json | 1 + 3 files changed, 20 insertions(+) create mode 100644 progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json diff --git a/progression-query/progression-query-api/src/main/java/uk/gov/justice/api/resource/utils/CourtExtractTransformer.java b/progression-query/progression-query-api/src/main/java/uk/gov/justice/api/resource/utils/CourtExtractTransformer.java index 6099511436..fa099d4c95 100644 --- a/progression-query/progression-query-api/src/main/java/uk/gov/justice/api/resource/utils/CourtExtractTransformer.java +++ b/progression-query/progression-query-api/src/main/java/uk/gov/justice/api/resource/utils/CourtExtractTransformer.java @@ -304,6 +304,8 @@ private static List getLinkedApplicationsDefendantIds(final GetHearingsAtA .toList() .contains(id))) .map(Defendants::getId) + .filter(id-> hearingsAtAGlance.getDefendantHearings().stream() + .noneMatch(defendantHearings -> id.equals(defendantHearings.getDefendantId()))) .toList()); Optional.ofNullable(hearingsAtAGlance.getCourtApplications()).stream().flatMap(Collection::stream) diff --git a/progression-query/progression-query-api/src/test/java/uk/gov/justice/api/resource/utils/CourtExtractTransformerTest.java b/progression-query/progression-query-api/src/test/java/uk/gov/justice/api/resource/utils/CourtExtractTransformerTest.java index 587eaa67da..b5ae3fb7f4 100644 --- a/progression-query/progression-query-api/src/test/java/uk/gov/justice/api/resource/utils/CourtExtractTransformerTest.java +++ b/progression-query/progression-query-api/src/test/java/uk/gov/justice/api/resource/utils/CourtExtractTransformerTest.java @@ -1487,6 +1487,23 @@ void shouldCourtExtractForApplicationWhenMasterDefendantIsInApplicantButNotInSub } + @Test + void shouldCourtExtractDoesNotShowOtherDefendantOffencesWhenLinkedApplicationHasBothDefendant(){ + final String defendantId = "0ff99523-e5fe-47a8-8c21-2e864af3a83b"; + final String offenceId = "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17"; + final String hearingId = "f9b7b3a6-8e29-416d-a248-6f9d1f35b241"; + final JsonObject prosecutionCasePayload = stringToJsonObjectConverter.convert(getPayload("court-extract/progression.query.prosecutioncase-sni-8554.json")); + final JsonObject hearingsAtAGlanceJson = prosecutionCasePayload.getJsonObject("hearingsAtAGlance"); + final JsonObject prosecutionCaseJson = prosecutionCasePayload.getJsonObject("prosecutionCase"); + GetHearingsAtAGlance hearingsAtAGlance = jsonObjectToObjectConverter.convert(hearingsAtAGlanceJson, GetHearingsAtAGlance.class); + ProsecutionCase prosecutionCase = jsonObjectToObjectConverter.convert(prosecutionCaseJson, ProsecutionCase.class); + + final CourtExtractRequested courtExtractRequested = target.getCourtExtractRequested(hearingsAtAGlance, defendantId, "CrownCourtExtract", List.of(hearingId), randomUUID(), prosecutionCase); + assertThat(courtExtractRequested.getDefendant().getHearings().size(), is(1)); + assertThat(courtExtractRequested.getDefendant().getHearings().get(0).getOffences().size(), is(1)); + assertThat(courtExtractRequested.getDefendant().getHearings().get(0).getOffences().get(0).getId(), is(fromString(offenceId))); + } + @Test void shouldGetOffenceWhenHearingHasDifferentMasterAndDefendantId() { final String defendantId = "d90ac10b-ef12-4ab3-91db-f9394b8f949d"; diff --git a/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json b/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json new file mode 100644 index 0000000000..3112cf20d8 --- /dev/null +++ b/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json @@ -0,0 +1 @@ +{ "prosecutionCase": { "caseStatus": "INACTIVE", "cpsOrganisation": "0480000", "defendants": [ { "courtProceedingsInitiated": "2026-02-18T10:35:12.702Z", "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "offences": [ { "arrestDate": "2020-02-09", "chargeDate": "2020-02-09", "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "endorsableFlag": false, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "isDisposed": true, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "W", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Weeks", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Weeks" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "listingNumber": 1, "maxPenalty": "EW:6M &/or Ultd Fine", "modeOfTrial": "Either Way", "offenceCode": "SC15004", "offenceDateCode": 1, "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "proceedingsConcluded": true, "reportingRestrictions": [ { "id": "b8a15d57-3f42-43a8-b198-3ab43158b84f", "label": "Section 49 of the Children and Young Persons Act 1933 applies", "orderedDate": "2026-02-18" } ], "startDate": "2020-02-09", "wording": "Theft and handling of stolen goods" } ], "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailConditions": "", "bailStatus": { "code": "A", "description": "Not applicable", "id": "86009c70-759d-3308-8de4-194886ff9a77" }, "custodialEstablishment": { "custody": "Prison", "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", "name": "HMP Birmingham" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } }, "proceedingsConcluded": true, "prosecutionAuthorityReference": "0800SS210000000000TT", "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" }, { "courtProceedingsInitiated": "2026-02-18T10:35:59.703Z", "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "isYouth": true, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "offences": [ { "arrestDate": "2020-02-09", "chargeDate": "2020-02-09", "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "endorsableFlag": false, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "isDisposed": true, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "M", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Months", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Months" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "listingNumber": 1, "maxPenalty": "EW:6M &/or Ultd Fine", "modeOfTrial": "Either Way", "offenceCode": "SC15004", "offenceDateCode": 1, "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "proceedingsConcluded": true, "reportingRestrictions": [ { "id": "91e270dd-b61e-4ab4-a0e3-d59d2d558b23", "label": "Section 49 of the Children and Young Persons Act 1933 applies", "orderedDate": "2026-02-18" } ], "startDate": "2020-02-09", "wording": "Theft and handling of stolen goods" } ], "personDefendant": { "arrestSummonsNumber": "0900MM21000000000RRR", "bailConditions": "", "bailStatus": { "code": "A", "description": "Not applicable", "id": "86009c70-759d-3308-8de4-194886ff9a77" }, "custodialEstablishment": { "custody": "Prison", "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", "name": "HMP Birmingham" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Hershel", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Will", "title": "Mr" } }, "proceedingsConcluded": true, "prosecutionAuthorityReference": "0900MM21000000000RRR", "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" } ], "id": "1af59def-61e3-4433-94e5-aacb15438dc5", "initiationCode": "C", "originatingOrganisation": "0480000", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } }, "linkedApplicationsSummary": [ { "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationTitle": "Application for Special Measures", "applicationReference": "SNI-8554-02", "applicationStatus": "FINALISED", "applicantDisplayName": "CITYPF", "respondentDisplayNames": [ "Hershel Will", "Lavinia Mertz" ], "respondentIds": [ "01c491da-48b8-4c9b-bb19-c5535ad0351b", "0ff99523-e5fe-47a8-8c21-2e864af3a83b" ], "subjectId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "isAppeal": false } ], "hearingsAtAGlance": { "courtApplications": [ { "applicant": { "id": "e29eaa86-26ac-4078-a998-4879b12aa4ee", "notificationRequired": true, "prosecutingAuthority": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "name": "City of London Police", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityOUCode": "0480000", "welshName": "Heddlu Dinas Llundain" }, "summonsRequired": false }, "applicationReceivedDate": "2026-02-06", "applicationReference": "SNI-8554-02", "applicationResultCodeForLaa": "UNKNOWN_RESULT", "applicationStatus": "FINALISED", "commissionerOfOath": false, "courtApplicationCases": [ { "caseStatus": "ACTIVE", "isSJP": false, "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } } ], "courtApplicationPayment": { "feeStatus": "NOT_APPLICABLE" }, "courtCivilApplication": { "isCivil": false }, "id": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "proceedingsConcluded": false, "respondents": [ { "id": "d0812f9e-4268-436d-88ce-7814b0edd81f", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "isYouth": true, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "personDefendant": { "arrestSummonsNumber": "0900MM21000000000RRR", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Hershel", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Will", "title": "Mr" } } }, "notificationRequired": true, "summonsRequired": false }, { "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" } ], "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } } }, "notificationRequired": true, "summonsRequired": false } ], "subject": { "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" } ], "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailConditions": "", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } } }, "notificationRequired": true, "summonsRequired": false }, "type": { "appealFlag": false, "applicantAppellantFlag": false, "applicationWording": "Application for Special measures", "breachType": "NOT_APPLICABLE", "categoryCode": "CR", "code": "YJC99", "commrOfOathFlag": false, "contestedFeeApplicable": false, "courtExtractAvlFlag": true, "courtOfAppealFlag": false, "exParte": false, "hearingCode": "APN", "id": "8c64d67e-3f23-36e7-88ce-8139ad8b3e70", "initialFeeApplicable": false, "jurisdiction": "EITHER", "lastModified": "2024-12-02T18:24:46.082Z", "legislation": "In accordance with The Youth Justice & Criminal Evidence Act 1999", "linkType": "LINKED", "offenceActiveOrder": "NOT_APPLICABLE", "pleaApplicableFlag": false, "prosecutorThirdPartyFlag": true, "sowRef": "MOJ", "spiOutApplicableFlag": true, "summonsTemplateType": "NOT_APPLICABLE", "type": "Application for Special Measures", "validFrom": "2022-05-20" } } ], "defendantHearings": [ { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "defendantName": "Lavinia Mertz", "hearingIds": [ "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" ], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "defendantName": "Hershel Will", "hearingIds": [ "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" ], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "hearings": [ { "courtCentre": { "address": { "address1": "176A Lavender Hill", "address2": "London", "postcode": "SW11 1JU" }, "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "defendantAttendance": [ { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendants": [ { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [ { "applicant": "CITYPF", "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationReceivedDate": "2026-02-06", "applicationType": "Application for Special Measures", "isAppeal": false, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "respondents": [ { "name": "Hershel Will" }, { "name": "Lavinia Mertz" } ] } ], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResults": [], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "name": "Lavinia Mertz", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "W", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Weeks", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Weeks" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": true, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] }, { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [ { "applicant": "CITYPF", "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationReceivedDate": "2026-02-06", "applicationType": "Application for Special Measures", "isAppeal": false, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "respondents": [ { "name": "Hershel Will" }, { "name": "Lavinia Mertz" } ] } ], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResults": [], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "name": "Hershel Will", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "M", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Months", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Months" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": true, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] } ], "hasResultAmended": false, "hearingDays": [ { "hasSharedResults": true, "listedDurationMinutes": 10, "sittingDay": "2026-02-18T00:00:00.000Z" } ], "hearingListingStatus": "HEARING_RESULTED", "id": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "isApplicationHearing": true, "isBoxHearing": true, "jurisdictionType": "MAGISTRATES", "type": { "description": "Application", "id": "3449743b-95d6-4836-8941-57f588b52068" } }, { "courtCentre": { "address": { "address1": "176A Lavender Hill", "address2": "London", "address3": "", "address4": "", "address5": "", "postcode": "SW11 1JU" }, "code": "B01LY00", "courtHearingLocation": "B01LY01", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", "roomName": "Courtroom 01" }, "defendantAttendance": [ { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendantJudicialResults": [ { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "cjsCode": "3117", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": true, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": true, "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", "label": "Amount of surcharge", "promptReference": "AOS", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£200.00", "welshLabel": "Swm y gordal", "welshValue": "£200.00" } ], "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "label": "Surcharge", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 1100, "resultDefinitionGroup": "Imposition", "resultText": "FVS - Surcharge\nTo pay a surcharge of £200.00", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gordal" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "ecc71eb5-88ed-4c25-b5af-7203f76d5266", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", "label": "Account to be consolidated with existing accounts", "promptReference": "accountToBeConsolidatedWithExistingAccounts", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", "welshValue": "true" } ], "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", "label": "Account Consolidated", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19000, "resultDefinitionGroup": "Enforcement", "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Cyfrif wedi’i gyfuno" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "1ad88076-ae2e-4c4a-ad48-3418d33d7f76", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", "label": "Collection order type", "promptReference": "collectionOrderType", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "Deductions from benefit", "welshLabel": "Math o orchymyn casglu", "welshValue": "Didynnu o Fudd-daliadau" } ], "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", "label": "Collection order", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "2523ff0b-69da-4b67-aefd-ea7442aec999", "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19100, "resultText": "COLLO - Collection order\nCollection order made. Deductions from benefit.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gorchymyn Casglu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "d79cdca6-ab80-4aea-ab27-4f15f91d5ea6", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", "label": "Reason for no collection order", "promptReference": "reasonForNoCollectionOrder", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "impracticable or inappropriate", "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", "welshValue": "anymarferol neu’n amhriodol" } ], "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", "label": "No collection order reason", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 18300, "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "e48cf1ed-f670-4b0e-ad5f-f5431a58bf35", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "ee7d253a-c629-11e8-a355-529269fb1459", "label": "Date to pay in full by", "promptReference": "PBD", "promptSequence": 100, "type": "DATE", "usergroups": [], "value": "11/11/2025", "welshLabel": "Dyddiad terfyn ar gyfer talu'r swm llawn", "welshValue": "11/11/2025" } ], "judicialResultTypeId": "bcb5a496-f7cf-11e8-8eb2-f2801f1b9fd1", "label": "Pay by date", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "f6e3028d-e2d9-4510-9ab4-049c6747f365", "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 120500, "resultDefinitionGroup": "Payment terms", "resultText": "PDATE - Pay by date\nPay by date. Date to pay in full by: 11/11/2025.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Dyddiad terfyn ar gyfer talu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "cjsCode": "3117", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": true, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": true, "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", "label": "Amount of surcharge", "promptReference": "AOS", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£100.00", "welshLabel": "Swm y gordal", "welshValue": "£100.00" } ], "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "label": "Surcharge", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 1100, "resultDefinitionGroup": "Imposition", "resultText": "FVS - Surcharge\nTo pay a surcharge of £100.00", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gordal" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "62935bbe-dcd5-4fa4-a51b-8d55ac7206fc", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", "label": "Account to be consolidated with existing accounts", "promptReference": "accountToBeConsolidatedWithExistingAccounts", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", "welshValue": "true" } ], "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", "label": "Account Consolidated", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19000, "resultDefinitionGroup": "Enforcement", "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Cyfrif wedi’i gyfuno" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "aea4282e-647e-4a93-b51d-92f346ed9724", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", "label": "Collection order type", "promptReference": "collectionOrderType", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "Make payments as ordered", "welshLabel": "Math o orchymyn casglu", "welshValue": "Gwneud taliadau yn unol â’r gorchymyn" } ], "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", "label": "Collection order", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4da92aec-b54d-4bfb-ab8a-1d6007bcefe6", "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19100, "resultText": "COLLO - Collection order\nCollection order made. Make payments as ordered.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gorchymyn Casglu" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "f7158486-1f53-4869-95cd-2fb3441ec095", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "1393acda-7a35-4d65-859d-6298e1470cf1", "label": "Instalment amount", "promptReference": "IAMT", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£10.00", "welshLabel": "Swm y Rhandaliad", "welshValue": "£10.00" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "f2a61e80-c13e-4f44-8e91-8ce23e85596b", "label": "Payment frequency", "promptReference": "PF", "promptSequence": 200, "type": "FIXL", "usergroups": [], "value": "monthly", "welshLabel": "Amlder y taliadau", "welshValue": "yn fisol" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "b487696e-dfc9-4c89-80d3-337a4319e925", "label": "Instalment start date", "promptReference": "instalmentStartDate", "promptSequence": 300, "type": "DATE", "usergroups": [], "value": "11/11/2026", "welshLabel": "Dyddiad cychwyn y rhandaliadau", "welshValue": "11/11/2026" } ], "judicialResultTypeId": "6d76b10c-64c4-11e8-adc0-fa7ae01bbebc", "label": "Payment terms - Instalments only", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "0ac33bda-2fe5-4d9d-8499-08803ff8a73b", "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 193400, "resultDefinitionGroup": "Payment terms", "resultText": "INSTL - Payment terms - Instalments only\nPayment terms - Instalments only. £10.00 to be paid monthly. Instalment start date: 11/11/2026.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Telerau talu - Rhandaliadau yn unig" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "863dd9d3-5865-4136-828c-01e91a0e69a8", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", "label": "Reason for no collection order", "promptReference": "reasonForNoCollectionOrder", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "impracticable or inappropriate", "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", "welshValue": "anymarferol neu’n amhriodol" } ], "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", "label": "No collection order reason", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 18300, "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendants": [ { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResults": [], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "name": "Lavinia Mertz", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" }, "convictionDate": "2026-02-18", "count": 0, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "source": "IN_COURT" }, "judicialResults": [], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": false, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] }, { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResults": [], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "name": "Hershel Will", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" }, "convictionDate": "2026-02-18", "count": 0, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "source": "IN_COURT" }, "judicialResults": [], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": false, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] } ], "hasResultAmended": false, "hearingDays": [ { "courtCentreId": "f8254db1-1683-483e-afb3-b87fde5a0a26", "courtRoomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", "hasSharedResults": true, "isCancelled": false, "listedDurationMinutes": 20, "listingSequence": 0, "sittingDay": "2026-02-18T16:00:00.001Z" } ], "hearingListingStatus": "HEARING_RESULTED", "id": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "isApplicationHearing": false, "jurisdictionType": "MAGISTRATES", "type": { "description": "First hearing", "id": "4a0e892d-c0c5-3c51-95b8-704d8c781776" } } ], "id": "1af59def-61e3-4433-94e5-aacb15438dc5", "latestHearingJurisdictionType": "MAGISTRATES", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } }, "appealsLodgedInfo": { "appealsLodged": false } } \ No newline at end of file From e40df2e57faec63b361793d9b76aa818966b60d5 Mon Sep 17 00:00:00 2001 From: yilmazsaritemur2 <150049030+yilmazsaritemur2@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:12:05 +0100 Subject: [PATCH 2/2] update pom --- ...ession.query.prosecutioncase-sni-8554.json | 2482 ++++++++++++++++- 1 file changed, 2481 insertions(+), 1 deletion(-) diff --git a/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json b/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json index 3112cf20d8..fbb0035337 100644 --- a/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json +++ b/progression-query/progression-query-api/src/test/resources/court-extract/progression.query.prosecutioncase-sni-8554.json @@ -1 +1,2481 @@ -{ "prosecutionCase": { "caseStatus": "INACTIVE", "cpsOrganisation": "0480000", "defendants": [ { "courtProceedingsInitiated": "2026-02-18T10:35:12.702Z", "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "offences": [ { "arrestDate": "2020-02-09", "chargeDate": "2020-02-09", "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "endorsableFlag": false, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "isDisposed": true, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "W", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Weeks", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Weeks" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "listingNumber": 1, "maxPenalty": "EW:6M &/or Ultd Fine", "modeOfTrial": "Either Way", "offenceCode": "SC15004", "offenceDateCode": 1, "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "proceedingsConcluded": true, "reportingRestrictions": [ { "id": "b8a15d57-3f42-43a8-b198-3ab43158b84f", "label": "Section 49 of the Children and Young Persons Act 1933 applies", "orderedDate": "2026-02-18" } ], "startDate": "2020-02-09", "wording": "Theft and handling of stolen goods" } ], "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailConditions": "", "bailStatus": { "code": "A", "description": "Not applicable", "id": "86009c70-759d-3308-8de4-194886ff9a77" }, "custodialEstablishment": { "custody": "Prison", "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", "name": "HMP Birmingham" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } }, "proceedingsConcluded": true, "prosecutionAuthorityReference": "0800SS210000000000TT", "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" }, { "courtProceedingsInitiated": "2026-02-18T10:35:59.703Z", "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "isYouth": true, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "offences": [ { "arrestDate": "2020-02-09", "chargeDate": "2020-02-09", "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "endorsableFlag": false, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "isDisposed": true, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "M", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Months", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Months" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "listingNumber": 1, "maxPenalty": "EW:6M &/or Ultd Fine", "modeOfTrial": "Either Way", "offenceCode": "SC15004", "offenceDateCode": 1, "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "proceedingsConcluded": true, "reportingRestrictions": [ { "id": "91e270dd-b61e-4ab4-a0e3-d59d2d558b23", "label": "Section 49 of the Children and Young Persons Act 1933 applies", "orderedDate": "2026-02-18" } ], "startDate": "2020-02-09", "wording": "Theft and handling of stolen goods" } ], "personDefendant": { "arrestSummonsNumber": "0900MM21000000000RRR", "bailConditions": "", "bailStatus": { "code": "A", "description": "Not applicable", "id": "86009c70-759d-3308-8de4-194886ff9a77" }, "custodialEstablishment": { "custody": "Prison", "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", "name": "HMP Birmingham" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Hershel", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Will", "title": "Mr" } }, "proceedingsConcluded": true, "prosecutionAuthorityReference": "0900MM21000000000RRR", "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" } ], "id": "1af59def-61e3-4433-94e5-aacb15438dc5", "initiationCode": "C", "originatingOrganisation": "0480000", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } }, "linkedApplicationsSummary": [ { "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationTitle": "Application for Special Measures", "applicationReference": "SNI-8554-02", "applicationStatus": "FINALISED", "applicantDisplayName": "CITYPF", "respondentDisplayNames": [ "Hershel Will", "Lavinia Mertz" ], "respondentIds": [ "01c491da-48b8-4c9b-bb19-c5535ad0351b", "0ff99523-e5fe-47a8-8c21-2e864af3a83b" ], "subjectId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "isAppeal": false } ], "hearingsAtAGlance": { "courtApplications": [ { "applicant": { "id": "e29eaa86-26ac-4078-a998-4879b12aa4ee", "notificationRequired": true, "prosecutingAuthority": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "name": "City of London Police", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityOUCode": "0480000", "welshName": "Heddlu Dinas Llundain" }, "summonsRequired": false }, "applicationReceivedDate": "2026-02-06", "applicationReference": "SNI-8554-02", "applicationResultCodeForLaa": "UNKNOWN_RESULT", "applicationStatus": "FINALISED", "commissionerOfOath": false, "courtApplicationCases": [ { "caseStatus": "ACTIVE", "isSJP": false, "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } } ], "courtApplicationPayment": { "feeStatus": "NOT_APPLICABLE" }, "courtCivilApplication": { "isCivil": false }, "id": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "proceedingsConcluded": false, "respondents": [ { "id": "d0812f9e-4268-436d-88ce-7814b0edd81f", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "isYouth": true, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "personDefendant": { "arrestSummonsNumber": "0900MM21000000000RRR", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Hershel", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Will", "title": "Mr" } } }, "notificationRequired": true, "summonsRequired": false }, { "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" } ], "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } } }, "notificationRequired": true, "summonsRequired": false } ], "subject": { "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", "masterDefendant": { "defendantCase": [ { "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", "caseReference": "SNI-8554-02", "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" } ], "isYouth": true, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "personDefendant": { "arrestSummonsNumber": "0800SS210000000000TT", "bailConditions": "", "bailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" }, "personDetails": { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "dateOfBirth": "2013-06-29", "documentationLanguageNeeds": "ENGLISH", "firstName": "Lavinia", "gender": "MALE", "hearingLanguageNeeds": "ENGLISH", "lastName": "Mertz", "title": "Mr" }, "policeBailStatus": { "code": "C", "description": "Custody", "id": "12e69486-4d01-3403-a50a-7419ca040635" } } }, "notificationRequired": true, "summonsRequired": false }, "type": { "appealFlag": false, "applicantAppellantFlag": false, "applicationWording": "Application for Special measures", "breachType": "NOT_APPLICABLE", "categoryCode": "CR", "code": "YJC99", "commrOfOathFlag": false, "contestedFeeApplicable": false, "courtExtractAvlFlag": true, "courtOfAppealFlag": false, "exParte": false, "hearingCode": "APN", "id": "8c64d67e-3f23-36e7-88ce-8139ad8b3e70", "initialFeeApplicable": false, "jurisdiction": "EITHER", "lastModified": "2024-12-02T18:24:46.082Z", "legislation": "In accordance with The Youth Justice & Criminal Evidence Act 1999", "linkType": "LINKED", "offenceActiveOrder": "NOT_APPLICABLE", "pleaApplicableFlag": false, "prosecutorThirdPartyFlag": true, "sowRef": "MOJ", "spiOutApplicableFlag": true, "summonsTemplateType": "NOT_APPLICABLE", "type": "Application for Special Measures", "validFrom": "2022-05-20" } } ], "defendantHearings": [ { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "defendantName": "Lavinia Mertz", "hearingIds": [ "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" ], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "defendantName": "Hershel Will", "hearingIds": [ "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" ], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "hearings": [ { "courtCentre": { "address": { "address1": "176A Lavender Hill", "address2": "London", "postcode": "SW11 1JU" }, "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "defendantAttendance": [ { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendants": [ { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [ { "applicant": "CITYPF", "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationReceivedDate": "2026-02-06", "applicationType": "Application for Special Measures", "isAppeal": false, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "respondents": [ { "name": "Hershel Will" }, { "name": "Lavinia Mertz" } ] } ], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResults": [], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "name": "Lavinia Mertz", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "W", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Weeks", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Weeks" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": true, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] }, { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [ { "applicant": "CITYPF", "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", "applicationReceivedDate": "2026-02-06", "applicationType": "Application for Special Measures", "isAppeal": false, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "label": "Granted", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "G - Granted", "rollUpPrompts": true, "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "respondents": [ { "name": "Hershel Will" }, { "name": "Lavinia Mertz" } ] } ], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResults": [], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "name": "Hershel Will", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court" }, "convictionDate": "2026-02-18", "count": 0, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "source": "IN_COURT" }, "judicialResults": [ { "alwaysPublished": false, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "cjsCode": "1002", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "durationElement": { "primaryDurationUnit": "M", "primaryDurationValue": 2 }, "dvlaCode": "A", "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", "label": "Total custodial period is life", "promptReference": "totalCustodialPeriodIsLife", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshValue": "true" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison organisation name", "promptReference": "prisonOrganisationName", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "HMP Birmingham", "welshValue": "HMP Birmingham" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 1", "promptReference": "prisonEmailAddress1", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Custody.Birmingham@justice.gov.uk", "welshValue": "Custody.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", "label": "Prison email address 2", "promptReference": "prisonEmailAddress2", "promptSequence": 900, "type": "NAMEADDRESS", "usergroups": [], "value": "Reception.Birmingham@justice.gov.uk", "welshValue": "Reception.Birmingham@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name organisation name", "promptReference": "conveyorcustodiannameOrganisationName", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "Barkingside Magistrates' Court: PECS", "welshValue": "Barkingside Magistrates' Court: PECS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", "label": "Conveyor / custodian name email address 1", "promptReference": "conveyorcustodiannameEmailAddress1", "promptSequence": 1000, "type": "NAMEADDRESS", "usergroups": [], "value": "PECSRedbridgeMags@serco.com", "welshValue": "PECSRedbridgeMags@serco.com" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified organisation name", "promptReference": "probationteamtobenotifiedOrganisationName", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "North East Division NPS", "welshValue": "North East Division NPS" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 1", "promptReference": "probationteamtobenotifiedEmailAddress1", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", "label": "Probation team to be notified email address 2", "promptReference": "probationteamtobenotifiedEmailAddress2", "promptSequence": 1200, "type": "NAMEADDRESS", "usergroups": [], "value": "nenps.court@justice.gov.uk", "welshValue": "nenps.court@justice.gov.uk" }, { "courtExtract": "Y", "durationSequence": 1, "isFinancialImposition": false, "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", "label": "Imprisonment Period", "promptReference": "imprisonmentPeriod", "promptSequence": 310, "type": "INTM", "usergroups": [], "value": "2 Months", "welshLabel": "Cyfnod Carcharu", "welshValue": "2 Months" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", "label": "Extended licence period of 1 year", "promptReference": "extLic", "promptSequence": 320, "type": "BOOLEAN", "usergroups": [], "value": "false", "welshValue": "false" }, { "courtExtract": "N", "isFinancialImposition": false, "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", "label": "Bail remand days to count (tagged days)", "promptReference": "bailRemandDaysToCountTaggedDays", "promptSequence": 600, "type": "INT", "usergroups": [], "value": "22", "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", "welshValue": "22" } ], "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", "lastSharedDateTime": "2026-02-18", "level": "O", "lifeDuration": false, "orderedDate": "2026-02-18", "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "policeSubjectLineTitle": "Final Sentence", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 98500, "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", "rollUpPrompts": true, "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [] } ], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": true, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] } ], "hasResultAmended": false, "hearingDays": [ { "hasSharedResults": true, "listedDurationMinutes": 10, "sittingDay": "2026-02-18T00:00:00.000Z" } ], "hearingListingStatus": "HEARING_RESULTED", "id": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", "isApplicationHearing": true, "isBoxHearing": true, "jurisdictionType": "MAGISTRATES", "type": { "description": "Application", "id": "3449743b-95d6-4836-8941-57f588b52068" } }, { "courtCentre": { "address": { "address1": "176A Lavender Hill", "address2": "London", "address3": "", "address4": "", "address5": "", "postcode": "SW11 1JU" }, "code": "B01LY00", "courtHearingLocation": "B01LY01", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", "roomName": "Courtroom 01" }, "defendantAttendance": [ { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "attendanceDays": [ { "attendanceType": "IN_PERSON", "day": "2026-02-18" } ], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendantJudicialResults": [ { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "cjsCode": "3117", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": true, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": true, "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", "label": "Amount of surcharge", "promptReference": "AOS", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£200.00", "welshLabel": "Swm y gordal", "welshValue": "£200.00" } ], "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "label": "Surcharge", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 1100, "resultDefinitionGroup": "Imposition", "resultText": "FVS - Surcharge\nTo pay a surcharge of £200.00", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gordal" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "ecc71eb5-88ed-4c25-b5af-7203f76d5266", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", "label": "Account to be consolidated with existing accounts", "promptReference": "accountToBeConsolidatedWithExistingAccounts", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", "welshValue": "true" } ], "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", "label": "Account Consolidated", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19000, "resultDefinitionGroup": "Enforcement", "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Cyfrif wedi’i gyfuno" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "1ad88076-ae2e-4c4a-ad48-3418d33d7f76", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", "label": "Collection order type", "promptReference": "collectionOrderType", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "Deductions from benefit", "welshLabel": "Math o orchymyn casglu", "welshValue": "Didynnu o Fudd-daliadau" } ], "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", "label": "Collection order", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "2523ff0b-69da-4b67-aefd-ea7442aec999", "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19100, "resultText": "COLLO - Collection order\nCollection order made. Deductions from benefit.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gorchymyn Casglu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "d79cdca6-ab80-4aea-ab27-4f15f91d5ea6", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", "label": "Reason for no collection order", "promptReference": "reasonForNoCollectionOrder", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "impracticable or inappropriate", "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", "welshValue": "anymarferol neu’n amhriodol" } ], "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", "label": "No collection order reason", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 18300, "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "e48cf1ed-f670-4b0e-ad5f-f5431a58bf35", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "ee7d253a-c629-11e8-a355-529269fb1459", "label": "Date to pay in full by", "promptReference": "PBD", "promptSequence": 100, "type": "DATE", "usergroups": [], "value": "11/11/2025", "welshLabel": "Dyddiad terfyn ar gyfer talu'r swm llawn", "welshValue": "11/11/2025" } ], "judicialResultTypeId": "bcb5a496-f7cf-11e8-8eb2-f2801f1b9fd1", "label": "Pay by date", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "f6e3028d-e2d9-4510-9ab4-049c6747f365", "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 120500, "resultDefinitionGroup": "Payment terms", "resultText": "PDATE - Pay by date\nPay by date. Date to pay in full by: 11/11/2025.", "rollUpPrompts": false, "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Dyddiad terfyn ar gyfer talu" }, "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "cjsCode": "3117", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": true, "isDeleted": false, "isFinancialResult": true, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": true, "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", "label": "Amount of surcharge", "promptReference": "AOS", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£100.00", "welshLabel": "Swm y gordal", "welshValue": "£100.00" } ], "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "label": "Surcharge", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 1100, "resultDefinitionGroup": "Imposition", "resultText": "FVS - Surcharge\nTo pay a surcharge of £100.00", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gordal" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "62935bbe-dcd5-4fa4-a51b-8d55ac7206fc", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", "label": "Account to be consolidated with existing accounts", "promptReference": "accountToBeConsolidatedWithExistingAccounts", "promptSequence": 200, "type": "BOOLEAN", "usergroups": [], "value": "true", "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", "welshValue": "true" } ], "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", "label": "Account Consolidated", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19000, "resultDefinitionGroup": "Enforcement", "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Cyfrif wedi’i gyfuno" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "ANCILLARY", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "aea4282e-647e-4a93-b51d-92f346ed9724", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", "label": "Collection order type", "promptReference": "collectionOrderType", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "Make payments as ordered", "welshLabel": "Math o orchymyn casglu", "welshValue": "Gwneud taliadau yn unol â’r gorchymyn" } ], "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", "label": "Collection order", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4da92aec-b54d-4bfb-ab8a-1d6007bcefe6", "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 19100, "resultText": "COLLO - Collection order\nCollection order made. Make payments as ordered.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Gorchymyn Casglu" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "f7158486-1f53-4869-95cd-2fb3441ec095", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "1393acda-7a35-4d65-859d-6298e1470cf1", "label": "Instalment amount", "promptReference": "IAMT", "promptSequence": 100, "type": "CURR", "usergroups": [], "value": "£10.00", "welshLabel": "Swm y Rhandaliad", "welshValue": "£10.00" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "f2a61e80-c13e-4f44-8e91-8ce23e85596b", "label": "Payment frequency", "promptReference": "PF", "promptSequence": 200, "type": "FIXL", "usergroups": [], "value": "monthly", "welshLabel": "Amlder y taliadau", "welshValue": "yn fisol" }, { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "b487696e-dfc9-4c89-80d3-337a4319e925", "label": "Instalment start date", "promptReference": "instalmentStartDate", "promptSequence": 300, "type": "DATE", "usergroups": [], "value": "11/11/2026", "welshLabel": "Dyddiad cychwyn y rhandaliadau", "welshValue": "11/11/2026" } ], "judicialResultTypeId": "6d76b10c-64c4-11e8-adc0-fa7ae01bbebc", "label": "Payment terms - Instalments only", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "0ac33bda-2fe5-4d9d-8499-08803ff8a73b", "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 193400, "resultDefinitionGroup": "Payment terms", "resultText": "INSTL - Payment terms - Instalments only\nPayment terms - Instalments only. £10.00 to be paid monthly. Instalment start date: 11/11/2026.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Telerau talu - Rhandaliadau yn unig" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, { "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResult": { "alwaysPublished": true, "canBeSubjectOfBreach": false, "canBeSubjectOfVariation": false, "canExtendActiveOrder": false, "category": "FINAL", "committedToCC": false, "courtClerk": { "firstName": "Erica", "lastName": "Wilson", "userId": "31ec3a16-8721-498c-8da5-f099390ee254" }, "d20": false, "excludedFromResults": false, "isAdjournmentResult": false, "isAvailableForCourtExtract": true, "isConvictedResult": false, "isDeleted": false, "isFinancialResult": false, "isNewAmendment": true, "isUnscheduled": false, "judicialResultId": "863dd9d3-5865-4136-828c-01e91a0e69a8", "judicialResultPrompts": [ { "courtExtract": "Y", "isFinancialImposition": false, "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", "label": "Reason for no collection order", "promptReference": "reasonForNoCollectionOrder", "promptSequence": 100, "type": "FIXL", "usergroups": [], "value": "impracticable or inappropriate", "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", "welshValue": "anymarferol neu’n amhriodol" } ], "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", "label": "No collection order reason", "lastSharedDateTime": "2026-02-18", "level": "D", "lifeDuration": false, "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "orderedDate": "2026-02-18", "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "postHearingCustodyStatus": "A", "preserveActiveOrder": false, "publishedAsAPrompt": false, "publishedForNows": false, "rank": 18300, "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", "rollUpPrompts": false, "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", "sentToCC": false, "terminatesOffenceProceedings": false, "urgent": false, "usergroups": [], "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" }, "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" } ], "defendants": [ { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" }, "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "judicialResults": [], "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", "name": "Lavinia Mertz", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" }, "convictionDate": "2026-02-18", "count": 0, "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "source": "IN_COURT" }, "judicialResults": [], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": false, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] }, { "address": { "address1": "8", "address2": "StreetDescription", "address3": "driven drudge", "postcode": "SW11 1JU" }, "age": "12", "courtApplications": [], "dateOfBirth": "2013-06-29", "defenceOrganisation": { "defenceCounsels": [], "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" }, "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "judicialResults": [], "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", "name": "Hershel Will", "offences": [ { "convictingCourt": { "code": "B01LY00", "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", "lja": { "ljaCode": "2577", "ljaName": "South West London Magistrates' Court" }, "name": "Lavender Hill Magistrates' Court", "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" }, "convictionDate": "2026-02-18", "count": 0, "id": "280da026-c464-460a-9912-0c45e75fc2b4", "indicatedPlea": { "indicatedPleaDate": "2026-02-18", "indicatedPleaValue": "INDICATED_GUILTY", "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "source": "IN_COURT" }, "judicialResults": [], "offenceCode": "SC15004", "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", "orderIndex": 1, "pleas": [], "proceedingsConcluded": false, "startDate": "2020-02-09", "verdicts": [], "wording": "Theft and handling of stolen goods" } ] } ], "hasResultAmended": false, "hearingDays": [ { "courtCentreId": "f8254db1-1683-483e-afb3-b87fde5a0a26", "courtRoomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", "hasSharedResults": true, "isCancelled": false, "listedDurationMinutes": 20, "listingSequence": 0, "sittingDay": "2026-02-18T16:00:00.001Z" } ], "hearingListingStatus": "HEARING_RESULTED", "id": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", "isApplicationHearing": false, "jurisdictionType": "MAGISTRATES", "type": { "description": "First hearing", "id": "4a0e892d-c0c5-3c51-95b8-704d8c781776" } } ], "id": "1af59def-61e3-4433-94e5-aacb15438dc5", "latestHearingJurisdictionType": "MAGISTRATES", "prosecutionCaseIdentifier": { "address": { "address1": "Bishopsgate police station", "address2": "182, Bishopsgate", "address5": "London", "postcode": "EC2M 4NP" }, "contact": { "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" }, "majorCreditorCode": "COLP", "prosecutionAuthorityCode": "CITYPF", "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", "prosecutionAuthorityName": "City of London Police", "prosecutionAuthorityOUCode": "0480000", "caseURN": "SNI-8554-02" } }, "appealsLodgedInfo": { "appealsLodged": false } } \ No newline at end of file +{ + "prosecutionCase": { + "caseStatus": "INACTIVE", + "cpsOrganisation": "0480000", + "defendants": [ + { + "courtProceedingsInitiated": "2026-02-18T10:35:12.702Z", + "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "isYouth": true, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "offences": [ + { + "arrestDate": "2020-02-09", + "chargeDate": "2020-02-09", + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court" + }, + "convictionDate": "2026-02-18", + "count": 0, + "endorsableFlag": false, + "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "source": "IN_COURT" + }, + "isDisposed": true, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "cjsCode": "1002", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "durationElement": { + "primaryDurationUnit": "W", + "primaryDurationValue": 2 + }, + "dvlaCode": "A", + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", + "label": "Total custodial period is life", + "promptReference": "totalCustodialPeriodIsLife", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshValue": "true" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison organisation name", + "promptReference": "prisonOrganisationName", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "HMP Birmingham", + "welshValue": "HMP Birmingham" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 1", + "promptReference": "prisonEmailAddress1", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Custody.Birmingham@justice.gov.uk", + "welshValue": "Custody.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 2", + "promptReference": "prisonEmailAddress2", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Reception.Birmingham@justice.gov.uk", + "welshValue": "Reception.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name organisation name", + "promptReference": "conveyorcustodiannameOrganisationName", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Barkingside Magistrates' Court: PECS", + "welshValue": "Barkingside Magistrates' Court: PECS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name email address 1", + "promptReference": "conveyorcustodiannameEmailAddress1", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "PECSRedbridgeMags@serco.com", + "welshValue": "PECSRedbridgeMags@serco.com" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified organisation name", + "promptReference": "probationteamtobenotifiedOrganisationName", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "North East Division NPS", + "welshValue": "North East Division NPS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 1", + "promptReference": "probationteamtobenotifiedEmailAddress1", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 2", + "promptReference": "probationteamtobenotifiedEmailAddress2", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "Y", + "durationSequence": 1, + "isFinancialImposition": false, + "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", + "label": "Imprisonment Period", + "promptReference": "imprisonmentPeriod", + "promptSequence": 310, + "type": "INTM", + "usergroups": [], + "value": "2 Weeks", + "welshLabel": "Cyfnod Carcharu", + "welshValue": "2 Weeks" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", + "label": "Extended licence period of 1 year", + "promptReference": "extLic", + "promptSequence": 320, + "type": "BOOLEAN", + "usergroups": [], + "value": "false", + "welshValue": "false" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", + "label": "Bail remand days to count (tagged days)", + "promptReference": "bailRemandDaysToCountTaggedDays", + "promptSequence": 600, + "type": "INT", + "usergroups": [], + "value": "22", + "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", + "welshValue": "22" + } + ], + "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "policeSubjectLineTitle": "Final Sentence", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", + "rollUpPrompts": true, + "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", + "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "listingNumber": 1, + "maxPenalty": "EW:6M &/or Ultd Fine", + "modeOfTrial": "Either Way", + "offenceCode": "SC15004", + "offenceDateCode": 1, + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "proceedingsConcluded": true, + "reportingRestrictions": [ + { + "id": "b8a15d57-3f42-43a8-b198-3ab43158b84f", + "label": "Section 49 of the Children and Young Persons Act 1933 applies", + "orderedDate": "2026-02-18" + } + ], + "startDate": "2020-02-09", + "wording": "Theft and handling of stolen goods" + } + ], + "personDefendant": { + "arrestSummonsNumber": "0800SS210000000000TT", + "bailConditions": "", + "bailStatus": { + "code": "A", + "description": "Not applicable", + "id": "86009c70-759d-3308-8de4-194886ff9a77" + }, + "custodialEstablishment": { + "custody": "Prison", + "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", + "name": "HMP Birmingham" + }, + "personDetails": { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "dateOfBirth": "2013-06-29", + "documentationLanguageNeeds": "ENGLISH", + "firstName": "Lavinia", + "gender": "MALE", + "hearingLanguageNeeds": "ENGLISH", + "lastName": "Mertz", + "title": "Mr" + }, + "policeBailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + } + }, + "proceedingsConcluded": true, + "prosecutionAuthorityReference": "0800SS210000000000TT", + "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" + }, + { + "courtProceedingsInitiated": "2026-02-18T10:35:59.703Z", + "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "isYouth": true, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "offences": [ + { + "arrestDate": "2020-02-09", + "chargeDate": "2020-02-09", + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court" + }, + "convictionDate": "2026-02-18", + "count": 0, + "endorsableFlag": false, + "id": "280da026-c464-460a-9912-0c45e75fc2b4", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "source": "IN_COURT" + }, + "isDisposed": true, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "cjsCode": "1002", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "durationElement": { + "primaryDurationUnit": "M", + "primaryDurationValue": 2 + }, + "dvlaCode": "A", + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", + "label": "Total custodial period is life", + "promptReference": "totalCustodialPeriodIsLife", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshValue": "true" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison organisation name", + "promptReference": "prisonOrganisationName", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "HMP Birmingham", + "welshValue": "HMP Birmingham" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 1", + "promptReference": "prisonEmailAddress1", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Custody.Birmingham@justice.gov.uk", + "welshValue": "Custody.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 2", + "promptReference": "prisonEmailAddress2", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Reception.Birmingham@justice.gov.uk", + "welshValue": "Reception.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name organisation name", + "promptReference": "conveyorcustodiannameOrganisationName", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Barkingside Magistrates' Court: PECS", + "welshValue": "Barkingside Magistrates' Court: PECS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name email address 1", + "promptReference": "conveyorcustodiannameEmailAddress1", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "PECSRedbridgeMags@serco.com", + "welshValue": "PECSRedbridgeMags@serco.com" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified organisation name", + "promptReference": "probationteamtobenotifiedOrganisationName", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "North East Division NPS", + "welshValue": "North East Division NPS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 1", + "promptReference": "probationteamtobenotifiedEmailAddress1", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 2", + "promptReference": "probationteamtobenotifiedEmailAddress2", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "Y", + "durationSequence": 1, + "isFinancialImposition": false, + "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", + "label": "Imprisonment Period", + "promptReference": "imprisonmentPeriod", + "promptSequence": 310, + "type": "INTM", + "usergroups": [], + "value": "2 Months", + "welshLabel": "Cyfnod Carcharu", + "welshValue": "2 Months" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", + "label": "Extended licence period of 1 year", + "promptReference": "extLic", + "promptSequence": 320, + "type": "BOOLEAN", + "usergroups": [], + "value": "false", + "welshValue": "false" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", + "label": "Bail remand days to count (tagged days)", + "promptReference": "bailRemandDaysToCountTaggedDays", + "promptSequence": 600, + "type": "INT", + "usergroups": [], + "value": "22", + "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", + "welshValue": "22" + } + ], + "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "policeSubjectLineTitle": "Final Sentence", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", + "rollUpPrompts": true, + "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", + "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "listingNumber": 1, + "maxPenalty": "EW:6M &/or Ultd Fine", + "modeOfTrial": "Either Way", + "offenceCode": "SC15004", + "offenceDateCode": 1, + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "proceedingsConcluded": true, + "reportingRestrictions": [ + { + "id": "91e270dd-b61e-4ab4-a0e3-d59d2d558b23", + "label": "Section 49 of the Children and Young Persons Act 1933 applies", + "orderedDate": "2026-02-18" + } + ], + "startDate": "2020-02-09", + "wording": "Theft and handling of stolen goods" + } + ], + "personDefendant": { + "arrestSummonsNumber": "0900MM21000000000RRR", + "bailConditions": "", + "bailStatus": { + "code": "A", + "description": "Not applicable", + "id": "86009c70-759d-3308-8de4-194886ff9a77" + }, + "custodialEstablishment": { + "custody": "Prison", + "id": "da6aa6ea-c12f-31e8-81c0-a1897785d346", + "name": "HMP Birmingham" + }, + "personDetails": { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "dateOfBirth": "2013-06-29", + "documentationLanguageNeeds": "ENGLISH", + "firstName": "Hershel", + "gender": "MALE", + "hearingLanguageNeeds": "ENGLISH", + "lastName": "Will", + "title": "Mr" + } + }, + "proceedingsConcluded": true, + "prosecutionAuthorityReference": "0900MM21000000000RRR", + "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5" + } + ], + "id": "1af59def-61e3-4433-94e5-aacb15438dc5", + "initiationCode": "C", + "originatingOrganisation": "0480000", + "prosecutionCaseIdentifier": { + "address": { + "address1": "Bishopsgate police station", + "address2": "182, Bishopsgate", + "address5": "London", + "postcode": "EC2M 4NP" + }, + "contact": { + "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" + }, + "majorCreditorCode": "COLP", + "prosecutionAuthorityCode": "CITYPF", + "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", + "prosecutionAuthorityName": "City of London Police", + "prosecutionAuthorityOUCode": "0480000", + "caseURN": "SNI-8554-02" + } + }, + "linkedApplicationsSummary": [ + { + "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", + "applicationTitle": "Application for Special Measures", + "applicationReference": "SNI-8554-02", + "applicationStatus": "FINALISED", + "applicantDisplayName": "CITYPF", + "respondentDisplayNames": [ + "Hershel Will", + "Lavinia Mertz" + ], + "respondentIds": [ + "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + ], + "subjectId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "isAppeal": false + } + ], + "hearingsAtAGlance": { + "courtApplications": [ + { + "applicant": { + "id": "e29eaa86-26ac-4078-a998-4879b12aa4ee", + "notificationRequired": true, + "prosecutingAuthority": { + "address": { + "address1": "Bishopsgate police station", + "address2": "182, Bishopsgate", + "address5": "London", + "postcode": "EC2M 4NP" + }, + "contact": { + "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" + }, + "majorCreditorCode": "COLP", + "name": "City of London Police", + "prosecutionAuthorityCode": "CITYPF", + "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", + "prosecutionAuthorityOUCode": "0480000", + "welshName": "Heddlu Dinas Llundain" + }, + "summonsRequired": false + }, + "applicationReceivedDate": "2026-02-06", + "applicationReference": "SNI-8554-02", + "applicationResultCodeForLaa": "UNKNOWN_RESULT", + "applicationStatus": "FINALISED", + "commissionerOfOath": false, + "courtApplicationCases": [ + { + "caseStatus": "ACTIVE", + "isSJP": false, + "prosecutionCaseId": "1af59def-61e3-4433-94e5-aacb15438dc5", + "prosecutionCaseIdentifier": { + "address": { + "address1": "Bishopsgate police station", + "address2": "182, Bishopsgate", + "address5": "London", + "postcode": "EC2M 4NP" + }, + "contact": { + "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" + }, + "majorCreditorCode": "COLP", + "prosecutionAuthorityCode": "CITYPF", + "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", + "prosecutionAuthorityName": "City of London Police", + "prosecutionAuthorityOUCode": "0480000", + "caseURN": "SNI-8554-02" + } + } + ], + "courtApplicationPayment": { + "feeStatus": "NOT_APPLICABLE" + }, + "courtCivilApplication": { + "isCivil": false + }, + "id": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "label": "Granted", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "G - Granted", + "rollUpPrompts": true, + "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "proceedingsConcluded": false, + "respondents": [ + { + "id": "d0812f9e-4268-436d-88ce-7814b0edd81f", + "masterDefendant": { + "defendantCase": [ + { + "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", + "caseReference": "SNI-8554-02", + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + } + ], + "isYouth": true, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "personDefendant": { + "arrestSummonsNumber": "0900MM21000000000RRR", + "bailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + }, + "personDetails": { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "dateOfBirth": "2013-06-29", + "documentationLanguageNeeds": "ENGLISH", + "firstName": "Hershel", + "gender": "MALE", + "hearingLanguageNeeds": "ENGLISH", + "lastName": "Will", + "title": "Mr" + } + } + }, + "notificationRequired": true, + "summonsRequired": false + }, + { + "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", + "masterDefendant": { + "defendantCase": [ + { + "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", + "caseReference": "SNI-8554-02", + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + } + ], + "isYouth": true, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "personDefendant": { + "arrestSummonsNumber": "0800SS210000000000TT", + "bailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + }, + "personDetails": { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "dateOfBirth": "2013-06-29", + "documentationLanguageNeeds": "ENGLISH", + "firstName": "Lavinia", + "gender": "MALE", + "hearingLanguageNeeds": "ENGLISH", + "lastName": "Mertz", + "title": "Mr" + }, + "policeBailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + } + } + }, + "notificationRequired": true, + "summonsRequired": false + } + ], + "subject": { + "id": "e8d5680e-708f-4fed-9d6c-6194fc25c98d", + "masterDefendant": { + "defendantCase": [ + { + "caseId": "1af59def-61e3-4433-94e5-aacb15438dc5", + "caseReference": "SNI-8554-02", + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + } + ], + "isYouth": true, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "personDefendant": { + "arrestSummonsNumber": "0800SS210000000000TT", + "bailConditions": "", + "bailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + }, + "personDetails": { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "dateOfBirth": "2013-06-29", + "documentationLanguageNeeds": "ENGLISH", + "firstName": "Lavinia", + "gender": "MALE", + "hearingLanguageNeeds": "ENGLISH", + "lastName": "Mertz", + "title": "Mr" + }, + "policeBailStatus": { + "code": "C", + "description": "Custody", + "id": "12e69486-4d01-3403-a50a-7419ca040635" + } + } + }, + "notificationRequired": true, + "summonsRequired": false + }, + "type": { + "appealFlag": false, + "applicantAppellantFlag": false, + "applicationWording": "Application for Special measures", + "breachType": "NOT_APPLICABLE", + "categoryCode": "CR", + "code": "YJC99", + "commrOfOathFlag": false, + "contestedFeeApplicable": false, + "courtExtractAvlFlag": true, + "courtOfAppealFlag": false, + "exParte": false, + "hearingCode": "APN", + "id": "8c64d67e-3f23-36e7-88ce-8139ad8b3e70", + "initialFeeApplicable": false, + "jurisdiction": "EITHER", + "lastModified": "2024-12-02T18:24:46.082Z", + "legislation": "In accordance with The Youth Justice & Criminal Evidence Act 1999", + "linkType": "LINKED", + "offenceActiveOrder": "NOT_APPLICABLE", + "pleaApplicableFlag": false, + "prosecutorThirdPartyFlag": true, + "sowRef": "MOJ", + "spiOutApplicableFlag": true, + "summonsTemplateType": "NOT_APPLICABLE", + "type": "Application for Special Measures", + "validFrom": "2022-05-20" + } + } + ], + "defendantHearings": [ + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "defendantName": "Lavinia Mertz", + "hearingIds": [ + "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" + ], + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "defendantName": "Hershel Will", + "hearingIds": [ + "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "f9b7b3a6-8e29-416d-a248-6f9d1f35b241" + ], + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + } + ], + "hearings": [ + { + "courtCentre": { + "address": { + "address1": "176A Lavender Hill", + "address2": "London", + "postcode": "SW11 1JU" + }, + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court" + }, + "defendantAttendance": [ + { + "attendanceDays": [ + { + "attendanceType": "IN_PERSON", + "day": "2026-02-18" + } + ], + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "attendanceDays": [ + { + "attendanceType": "IN_PERSON", + "day": "2026-02-18" + } + ], + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + } + ], + "defendants": [ + { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "age": "12", + "courtApplications": [ + { + "applicant": "CITYPF", + "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", + "applicationReceivedDate": "2026-02-06", + "applicationType": "Application for Special Measures", + "isAppeal": false, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "label": "Granted", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "G - Granted", + "rollUpPrompts": true, + "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "respondents": [ + { + "name": "Hershel Will" + }, + { + "name": "Lavinia Mertz" + } + ] + } + ], + "dateOfBirth": "2013-06-29", + "defenceOrganisation": { + "defenceCounsels": [], + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResults": [], + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "name": "Lavinia Mertz", + "offences": [ + { + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court" + }, + "convictionDate": "2026-02-18", + "count": 0, + "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "source": "IN_COURT" + }, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "cjsCode": "1002", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "durationElement": { + "primaryDurationUnit": "W", + "primaryDurationValue": 2 + }, + "dvlaCode": "A", + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", + "label": "Total custodial period is life", + "promptReference": "totalCustodialPeriodIsLife", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshValue": "true" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison organisation name", + "promptReference": "prisonOrganisationName", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "HMP Birmingham", + "welshValue": "HMP Birmingham" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 1", + "promptReference": "prisonEmailAddress1", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Custody.Birmingham@justice.gov.uk", + "welshValue": "Custody.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 2", + "promptReference": "prisonEmailAddress2", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Reception.Birmingham@justice.gov.uk", + "welshValue": "Reception.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name organisation name", + "promptReference": "conveyorcustodiannameOrganisationName", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Barkingside Magistrates' Court: PECS", + "welshValue": "Barkingside Magistrates' Court: PECS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name email address 1", + "promptReference": "conveyorcustodiannameEmailAddress1", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "PECSRedbridgeMags@serco.com", + "welshValue": "PECSRedbridgeMags@serco.com" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified organisation name", + "promptReference": "probationteamtobenotifiedOrganisationName", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "North East Division NPS", + "welshValue": "North East Division NPS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 1", + "promptReference": "probationteamtobenotifiedEmailAddress1", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 2", + "promptReference": "probationteamtobenotifiedEmailAddress2", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "Y", + "durationSequence": 1, + "isFinancialImposition": false, + "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", + "label": "Imprisonment Period", + "promptReference": "imprisonmentPeriod", + "promptSequence": 310, + "type": "INTM", + "usergroups": [], + "value": "2 Weeks", + "welshLabel": "Cyfnod Carcharu", + "welshValue": "2 Weeks" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", + "label": "Extended licence period of 1 year", + "promptReference": "extLic", + "promptSequence": 320, + "type": "BOOLEAN", + "usergroups": [], + "value": "false", + "welshValue": "false" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", + "label": "Bail remand days to count (tagged days)", + "promptReference": "bailRemandDaysToCountTaggedDays", + "promptSequence": 600, + "type": "INT", + "usergroups": [], + "value": "22", + "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", + "welshValue": "22" + } + ], + "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "policeSubjectLineTitle": "Final Sentence", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Weeks. Bail remand days to count (tagged days): 22. Total custodial period is life.", + "rollUpPrompts": true, + "rootJudicialResultId": "eec79391-8ac0-4cff-ab53-b705166e9e7c", + "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "offenceCode": "SC15004", + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "pleas": [], + "proceedingsConcluded": true, + "startDate": "2020-02-09", + "verdicts": [], + "wording": "Theft and handling of stolen goods" + } + ] + }, + { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "age": "12", + "courtApplications": [ + { + "applicant": "CITYPF", + "applicationId": "0a1b4fc4-72bf-4151-96f0-3ac42a03aced", + "applicationReceivedDate": "2026-02-06", + "applicationType": "Application for Special Measures", + "isAppeal": false, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "judicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "label": "Granted", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "G - Granted", + "rollUpPrompts": true, + "rootJudicialResultId": "3e4a98f4-b10c-482f-b897-16600efc8ca8", + "rootJudicialResultTypeId": "2b3f7c20-8fc1-4fad-9076-df196c24b27e", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "respondents": [ + { + "name": "Hershel Will" + }, + { + "name": "Lavinia Mertz" + } + ] + } + ], + "dateOfBirth": "2013-06-29", + "defenceOrganisation": { + "defenceCounsels": [], + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResults": [], + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "name": "Hershel Will", + "offences": [ + { + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court" + }, + "convictionDate": "2026-02-18", + "count": 0, + "id": "280da026-c464-460a-9912-0c45e75fc2b4", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "originatingHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "source": "IN_COURT" + }, + "judicialResults": [ + { + "alwaysPublished": false, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "cjsCode": "1002", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "durationElement": { + "primaryDurationUnit": "M", + "primaryDurationValue": 2 + }, + "dvlaCode": "A", + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "9dbe839c-3804-4c47-bf9e-5be6f9b9b3bb", + "label": "Total custodial period is life", + "promptReference": "totalCustodialPeriodIsLife", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshValue": "true" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison organisation name", + "promptReference": "prisonOrganisationName", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "HMP Birmingham", + "welshValue": "HMP Birmingham" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 1", + "promptReference": "prisonEmailAddress1", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Custody.Birmingham@justice.gov.uk", + "welshValue": "Custody.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "2d6330a2-1f12-45fb-bb72-65f4c1215e9c", + "label": "Prison email address 2", + "promptReference": "prisonEmailAddress2", + "promptSequence": 900, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Reception.Birmingham@justice.gov.uk", + "welshValue": "Reception.Birmingham@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name organisation name", + "promptReference": "conveyorcustodiannameOrganisationName", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "Barkingside Magistrates' Court: PECS", + "welshValue": "Barkingside Magistrates' Court: PECS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6927b6ac-4c85-4532-838d-88ac00ea83f9", + "label": "Conveyor / custodian name email address 1", + "promptReference": "conveyorcustodiannameEmailAddress1", + "promptSequence": 1000, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "PECSRedbridgeMags@serco.com", + "welshValue": "PECSRedbridgeMags@serco.com" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified organisation name", + "promptReference": "probationteamtobenotifiedOrganisationName", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "North East Division NPS", + "welshValue": "North East Division NPS" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 1", + "promptReference": "probationteamtobenotifiedEmailAddress1", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "68c92035-27fd-4ee6-b03c-fe18ea6dbcb0", + "label": "Probation team to be notified email address 2", + "promptReference": "probationteamtobenotifiedEmailAddress2", + "promptSequence": 1200, + "type": "NAMEADDRESS", + "usergroups": [], + "value": "nenps.court@justice.gov.uk", + "welshValue": "nenps.court@justice.gov.uk" + }, + { + "courtExtract": "Y", + "durationSequence": 1, + "isFinancialImposition": false, + "judicialResultPromptTypeId": "76f15753-1706-42fb-b922-0d56d01e5706", + "label": "Imprisonment Period", + "promptReference": "imprisonmentPeriod", + "promptSequence": 310, + "type": "INTM", + "usergroups": [], + "value": "2 Months", + "welshLabel": "Cyfnod Carcharu", + "welshValue": "2 Months" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "a649df4c-b65f-4355-bdc0-7f3ec7024fdc", + "label": "Extended licence period of 1 year", + "promptReference": "extLic", + "promptSequence": 320, + "type": "BOOLEAN", + "usergroups": [], + "value": "false", + "welshValue": "false" + }, + { + "courtExtract": "N", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "4d10cd4b-fb39-40dd-88e1-2397832bc914", + "label": "Bail remand days to count (tagged days)", + "promptReference": "bailRemandDaysToCountTaggedDays", + "promptSequence": 600, + "type": "INT", + "usergroups": [], + "value": "22", + "welshLabel": "Dyddiau mechnïaeth ar remand i’w cyfrif (dyddiad gyda tag)", + "welshValue": "22" + } + ], + "judicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "label": "Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)", + "lastSharedDateTime": "2026-02-18", + "level": "O", + "lifeDuration": false, + "orderedDate": "2026-02-18", + "orderedHearingId": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "policeSubjectLineTitle": "Final Sentence", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 98500, + "resultText": "SPECC - Special custodial sentence of imprisonment for offender of particular concern (S.278 SA 2020 / 236A CJA 2003)\nImprisonment period: 2 Months. Bail remand days to count (tagged days): 22. Total custodial period is life.", + "rollUpPrompts": true, + "rootJudicialResultId": "66259191-94b1-481d-8dee-4dda717feae2", + "rootJudicialResultTypeId": "4f640ea6-88d4-4a3a-b816-ff5a79eaaa14", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [] + } + ], + "offenceCode": "SC15004", + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "pleas": [], + "proceedingsConcluded": true, + "startDate": "2020-02-09", + "verdicts": [], + "wording": "Theft and handling of stolen goods" + } + ] + } + ], + "hasResultAmended": false, + "hearingDays": [ + { + "hasSharedResults": true, + "listedDurationMinutes": 10, + "sittingDay": "2026-02-18T00:00:00.000Z" + } + ], + "hearingListingStatus": "HEARING_RESULTED", + "id": "486ef2bf-1943-4a83-93a5-b8c79b7370e4", + "isApplicationHearing": true, + "isBoxHearing": true, + "jurisdictionType": "MAGISTRATES", + "type": { + "description": "Application", + "id": "3449743b-95d6-4836-8941-57f588b52068" + } + }, + { + "courtCentre": { + "address": { + "address1": "176A Lavender Hill", + "address2": "London", + "address3": "", + "address4": "", + "address5": "", + "postcode": "SW11 1JU" + }, + "code": "B01LY00", + "courtHearingLocation": "B01LY01", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court", + "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", + "roomName": "Courtroom 01" + }, + "defendantAttendance": [ + { + "attendanceDays": [ + { + "attendanceType": "IN_PERSON", + "day": "2026-02-18" + } + ], + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "attendanceDays": [ + { + "attendanceType": "IN_PERSON", + "day": "2026-02-18" + } + ], + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + } + ], + "defendantJudicialResults": [ + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "ANCILLARY", + "cjsCode": "3117", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": true, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": true, + "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", + "label": "Amount of surcharge", + "promptReference": "AOS", + "promptSequence": 100, + "type": "CURR", + "usergroups": [], + "value": "£200.00", + "welshLabel": "Swm y gordal", + "welshValue": "£200.00" + } + ], + "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "label": "Surcharge", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 1100, + "resultDefinitionGroup": "Imposition", + "resultText": "FVS - Surcharge\nTo pay a surcharge of £200.00", + "rollUpPrompts": false, + "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Gordal" + }, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "ecc71eb5-88ed-4c25-b5af-7203f76d5266", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", + "label": "Account to be consolidated with existing accounts", + "promptReference": "accountToBeConsolidatedWithExistingAccounts", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", + "welshValue": "true" + } + ], + "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", + "label": "Account Consolidated", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 19000, + "resultDefinitionGroup": "Enforcement", + "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", + "rollUpPrompts": false, + "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Cyfrif wedi’i gyfuno" + }, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "ANCILLARY", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "1ad88076-ae2e-4c4a-ad48-3418d33d7f76", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", + "label": "Collection order type", + "promptReference": "collectionOrderType", + "promptSequence": 100, + "type": "FIXL", + "usergroups": [], + "value": "Deductions from benefit", + "welshLabel": "Math o orchymyn casglu", + "welshValue": "Didynnu o Fudd-daliadau" + } + ], + "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", + "label": "Collection order", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "2523ff0b-69da-4b67-aefd-ea7442aec999", + "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 19100, + "resultText": "COLLO - Collection order\nCollection order made. Deductions from benefit.", + "rollUpPrompts": false, + "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Gorchymyn Casglu" + }, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "d79cdca6-ab80-4aea-ab27-4f15f91d5ea6", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", + "label": "Reason for no collection order", + "promptReference": "reasonForNoCollectionOrder", + "promptSequence": 100, + "type": "FIXL", + "usergroups": [], + "value": "impracticable or inappropriate", + "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", + "welshValue": "anymarferol neu’n amhriodol" + } + ], + "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", + "label": "No collection order reason", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 18300, + "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", + "rollUpPrompts": false, + "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" + }, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "e48cf1ed-f670-4b0e-ad5f-f5431a58bf35", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "ee7d253a-c629-11e8-a355-529269fb1459", + "label": "Date to pay in full by", + "promptReference": "PBD", + "promptSequence": 100, + "type": "DATE", + "usergroups": [], + "value": "11/11/2025", + "welshLabel": "Dyddiad terfyn ar gyfer talu'r swm llawn", + "welshValue": "11/11/2025" + } + ], + "judicialResultTypeId": "bcb5a496-f7cf-11e8-8eb2-f2801f1b9fd1", + "label": "Pay by date", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "f6e3028d-e2d9-4510-9ab4-049c6747f365", + "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 120500, + "resultDefinitionGroup": "Payment terms", + "resultText": "PDATE - Pay by date\nPay by date. Date to pay in full by: 11/11/2025.", + "rollUpPrompts": false, + "rootJudicialResultId": "079424e3-1f3e-46ee-8a68-faac51366960", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Dyddiad terfyn ar gyfer talu" + }, + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "ANCILLARY", + "cjsCode": "3117", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": true, + "isDeleted": false, + "isFinancialResult": true, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": true, + "judicialResultPromptTypeId": "629a971e-9d7a-4526-838d-0a4cb922b5cb", + "label": "Amount of surcharge", + "promptReference": "AOS", + "promptSequence": 100, + "type": "CURR", + "usergroups": [], + "value": "£100.00", + "welshLabel": "Swm y gordal", + "welshValue": "£100.00" + } + ], + "judicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "label": "Surcharge", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 1100, + "resultDefinitionGroup": "Imposition", + "resultText": "FVS - Surcharge\nTo pay a surcharge of £100.00", + "rollUpPrompts": false, + "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Gordal" + }, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "62935bbe-dcd5-4fa4-a51b-8d55ac7206fc", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "e6861c6e-0de2-4029-ab8c-c89769daea29", + "label": "Account to be consolidated with existing accounts", + "promptReference": "accountToBeConsolidatedWithExistingAccounts", + "promptSequence": 200, + "type": "BOOLEAN", + "usergroups": [], + "value": "true", + "welshLabel": "Cyfrif i’w gyfuno â chyfrifon presennol", + "welshValue": "true" + } + ], + "judicialResultTypeId": "923f8b82-d4b5-4c9b-8b54-6d1ec8e16dd6", + "label": "Account Consolidated", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 19000, + "resultDefinitionGroup": "Enforcement", + "resultText": "ACON - Account Consolidated\nAccount to be consolidated with existing accounts. ", + "rollUpPrompts": false, + "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Cyfrif wedi’i gyfuno" + }, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "ANCILLARY", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "aea4282e-647e-4a93-b51d-92f346ed9724", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "6b36e5ff-e116-4dc3-b438-8c02d493959e", + "label": "Collection order type", + "promptReference": "collectionOrderType", + "promptSequence": 100, + "type": "FIXL", + "usergroups": [], + "value": "Make payments as ordered", + "welshLabel": "Math o orchymyn casglu", + "welshValue": "Gwneud taliadau yn unol â’r gorchymyn" + } + ], + "judicialResultTypeId": "9ea0d845-5096-44f6-9ce0-8ae801141eac", + "label": "Collection order", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "4da92aec-b54d-4bfb-ab8a-1d6007bcefe6", + "parentJudicialResultTypeId": "cfa66730-f81c-4768-a36e-581791cb0270", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 19100, + "resultText": "COLLO - Collection order\nCollection order made. Make payments as ordered.", + "rollUpPrompts": false, + "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Gorchymyn Casglu" + }, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "f7158486-1f53-4869-95cd-2fb3441ec095", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "1393acda-7a35-4d65-859d-6298e1470cf1", + "label": "Instalment amount", + "promptReference": "IAMT", + "promptSequence": 100, + "type": "CURR", + "usergroups": [], + "value": "£10.00", + "welshLabel": "Swm y Rhandaliad", + "welshValue": "£10.00" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "f2a61e80-c13e-4f44-8e91-8ce23e85596b", + "label": "Payment frequency", + "promptReference": "PF", + "promptSequence": 200, + "type": "FIXL", + "usergroups": [], + "value": "monthly", + "welshLabel": "Amlder y taliadau", + "welshValue": "yn fisol" + }, + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "b487696e-dfc9-4c89-80d3-337a4319e925", + "label": "Instalment start date", + "promptReference": "instalmentStartDate", + "promptSequence": 300, + "type": "DATE", + "usergroups": [], + "value": "11/11/2026", + "welshLabel": "Dyddiad cychwyn y rhandaliadau", + "welshValue": "11/11/2026" + } + ], + "judicialResultTypeId": "6d76b10c-64c4-11e8-adc0-fa7ae01bbebc", + "label": "Payment terms - Instalments only", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "0ac33bda-2fe5-4d9d-8499-08803ff8a73b", + "parentJudicialResultTypeId": "4fdd9548-c521-48c9-baa3-1bd2f13a4fcc", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 193400, + "resultDefinitionGroup": "Payment terms", + "resultText": "INSTL - Payment terms - Instalments only\nPayment terms - Instalments only. £10.00 to be paid monthly. Instalment start date: 11/11/2026.", + "rollUpPrompts": false, + "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Telerau talu - Rhandaliadau yn unig" + }, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + { + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResult": { + "alwaysPublished": true, + "canBeSubjectOfBreach": false, + "canBeSubjectOfVariation": false, + "canExtendActiveOrder": false, + "category": "FINAL", + "committedToCC": false, + "courtClerk": { + "firstName": "Erica", + "lastName": "Wilson", + "userId": "31ec3a16-8721-498c-8da5-f099390ee254" + }, + "d20": false, + "excludedFromResults": false, + "isAdjournmentResult": false, + "isAvailableForCourtExtract": true, + "isConvictedResult": false, + "isDeleted": false, + "isFinancialResult": false, + "isNewAmendment": true, + "isUnscheduled": false, + "judicialResultId": "863dd9d3-5865-4136-828c-01e91a0e69a8", + "judicialResultPrompts": [ + { + "courtExtract": "Y", + "isFinancialImposition": false, + "judicialResultPromptTypeId": "de27ffb3-b7ef-4308-b8c7-ca51ab0c1136", + "label": "Reason for no collection order", + "promptReference": "reasonForNoCollectionOrder", + "promptSequence": 100, + "type": "FIXL", + "usergroups": [], + "value": "impracticable or inappropriate", + "welshLabel": "Rheswm am beidio â gwneud gorchymyn casglu", + "welshValue": "anymarferol neu’n amhriodol" + } + ], + "judicialResultTypeId": "615313b5-0647-4d61-b7b8-6b36265d8929", + "label": "No collection order reason", + "lastSharedDateTime": "2026-02-18", + "level": "D", + "lifeDuration": false, + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "orderedDate": "2026-02-18", + "orderedHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "parentJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "parentJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "postHearingCustodyStatus": "A", + "preserveActiveOrder": false, + "publishedAsAPrompt": false, + "publishedForNows": false, + "rank": 18300, + "resultText": "NOCOLLO - No collection order reason\nNo collection order. Reason: impracticable or inappropriate.", + "rollUpPrompts": false, + "rootJudicialResultId": "4f22a613-8c92-4330-9992-b0510b918d8a", + "rootJudicialResultTypeId": "e866cd11-6073-4fdf-a229-51c9d694e1d0", + "sentToCC": false, + "terminatesOffenceProceedings": false, + "urgent": false, + "usergroups": [], + "welshLabel": "Rheswm dros beidio â gwneud Gorchymyn Casglu" + }, + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + } + ], + "defendants": [ + { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "age": "12", + "courtApplications": [], + "dateOfBirth": "2013-06-29", + "defenceOrganisation": { + "defenceCounsels": [], + "defendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b" + }, + "id": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "judicialResults": [], + "masterDefendantId": "0ff99523-e5fe-47a8-8c21-2e864af3a83b", + "name": "Lavinia Mertz", + "offences": [ + { + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court", + "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" + }, + "convictionDate": "2026-02-18", + "count": 0, + "id": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "5e1bdb1f-44a9-4f50-911d-fcd63e7a5d17", + "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "source": "IN_COURT" + }, + "judicialResults": [], + "offenceCode": "SC15004", + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "pleas": [], + "proceedingsConcluded": false, + "startDate": "2020-02-09", + "verdicts": [], + "wording": "Theft and handling of stolen goods" + } + ] + }, + { + "address": { + "address1": "8", + "address2": "StreetDescription", + "address3": "driven drudge", + "postcode": "SW11 1JU" + }, + "age": "12", + "courtApplications": [], + "dateOfBirth": "2013-06-29", + "defenceOrganisation": { + "defenceCounsels": [], + "defendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b" + }, + "id": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "judicialResults": [], + "masterDefendantId": "01c491da-48b8-4c9b-bb19-c5535ad0351b", + "name": "Hershel Will", + "offences": [ + { + "convictingCourt": { + "code": "B01LY00", + "id": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "lja": { + "ljaCode": "2577", + "ljaName": "South West London Magistrates' Court" + }, + "name": "Lavender Hill Magistrates' Court", + "roomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8" + }, + "convictionDate": "2026-02-18", + "count": 0, + "id": "280da026-c464-460a-9912-0c45e75fc2b4", + "indicatedPlea": { + "indicatedPleaDate": "2026-02-18", + "indicatedPleaValue": "INDICATED_GUILTY", + "offenceId": "280da026-c464-460a-9912-0c45e75fc2b4", + "originatingHearingId": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "source": "IN_COURT" + }, + "judicialResults": [], + "offenceCode": "SC15004", + "offenceDefinitionId": "192f53e7-9c67-3859-b1e4-c0af880db3ea", + "offenceLegislation": "Contrary to section 76(1) and (11) of the Serious Crime Act 2015.", + "offenceTitle": "Engage in controlling / coercive behaviour in an intimate / family relationship", + "orderIndex": 1, + "pleas": [], + "proceedingsConcluded": false, + "startDate": "2020-02-09", + "verdicts": [], + "wording": "Theft and handling of stolen goods" + } + ] + } + ], + "hasResultAmended": false, + "hearingDays": [ + { + "courtCentreId": "f8254db1-1683-483e-afb3-b87fde5a0a26", + "courtRoomId": "9e4932f7-97b2-3010-b942-ddd2624e4dd8", + "hasSharedResults": true, + "isCancelled": false, + "listedDurationMinutes": 20, + "listingSequence": 0, + "sittingDay": "2026-02-18T16:00:00.001Z" + } + ], + "hearingListingStatus": "HEARING_RESULTED", + "id": "f9b7b3a6-8e29-416d-a248-6f9d1f35b241", + "isApplicationHearing": false, + "jurisdictionType": "MAGISTRATES", + "type": { + "description": "First hearing", + "id": "4a0e892d-c0c5-3c51-95b8-704d8c781776" + } + } + ], + "id": "1af59def-61e3-4433-94e5-aacb15438dc5", + "latestHearingJurisdictionType": "MAGISTRATES", + "prosecutionCaseIdentifier": { + "address": { + "address1": "Bishopsgate police station", + "address2": "182, Bishopsgate", + "address5": "London", + "postcode": "EC2M 4NP" + }, + "contact": { + "primaryEmail": "casebuilderscpsmemos@cityoflondon.police.uk" + }, + "majorCreditorCode": "COLP", + "prosecutionAuthorityCode": "CITYPF", + "prosecutionAuthorityId": "baa2ec52-296b-3f38-922a-9e641c1f94d3", + "prosecutionAuthorityName": "City of London Police", + "prosecutionAuthorityOUCode": "0480000", + "caseURN": "SNI-8554-02" + } + }, + "appealsLodgedInfo": { + "appealsLodged": false + } +}