Round #988

18 May 2026, 22:35· hr-law· Meta-Llama-3.3-70B-Instruct· r13-clean-hints
Complexity
band 0
ZP / UO / OBS
3 / 0 / 0
Journey weight
255
Lightshift ΔL

Prompt

What is the maximum holding deposit a letting agent can take in England, and what happens to it if I pull out of the tenancy?

Zero-point index (what the engine surfaced)

ZPI-ZPI-0004 | 2026-05-18T22:35:36Z What is the maximum holding deposit a letting agent can take in England, and what happens to it if I pull out of the tenancy? ZERO POINT — 3 entries (structural invariants) ● hsl(25.53, 100%, 15%) Tenant Fees Act 2019 Schedule 2 [contract] ● hsl(254.90, 100%, 15%) holding deposit cap [contract] ● hsl(178.99, 100%, 15%) fifteen-day deadline [contract] UNOBSERVED — 0 entries (implied truths) OBSERVED — 0 entries (explicit in request) COMPLEXITY │ 3 entries │ spread: 0° │ band: LOW

Baseline response (no ZPI)

In England, the maximum holding deposit a letting agent can take is equivalent to one week's rent. This is as per the Tenant Fees Act 2019, which came into effect on June 1, 2019. If you pull out of the tenancy, the letting agent can retain the holding deposit, but only if you: 1. Decide not to proceed with the tenancy (i.e., you change your mind or withdraw your application). 2. Provide false or misleading information, which affects your suitability as a tenant. 3. Fail to sign the tenancy agreement within the deadline (usually 15 days) for no valid reason. However, if the letting agent or landlord is at fault (e.g., they withdraw from the agreement or fail to provide the tenancy agreement within the deadline), you should be refunded the holding deposit in full. It's essential to note that the holding deposit should be refunded if: * The landlord or letting agent decides not to proceed with the tenancy. * The tenancy agreement is not signed due to the landlord or letting agent's actions (or inactions). * You are not at fault, and the tenancy does not proceed. To avoid any potential disputes, it's recommended that you: * Carefully review the terms and conditions of the holding deposit before paying it. * Ensure you understand the circumstances under which the holding deposit can be retained or refunded. * Keep a record of all communications with the letting agent or landlord, including emails, letters, or phone calls. Remember, the holding deposit is a payment to secure the property, and it's usually deducted from the first month's rent if the tenancy proceeds. If you have any concerns or questions, don't hesitate to ask the letting agent or seek advice from a relevant authority, such as a local citizens' advice bureau or a housing charity.

Enhanced response (with ZPI)

In England, the maximum holding deposit a letting agent can take is one week's rent, as per the Tenant Fees Act 2019 Schedule 2. If you pull out of the tenancy, the letting agent can retain the holding deposit, but if the landlord pulls out, the deposit must be refunded to you. Here is a C# code snippet that calculates the maximum holding deposit: ```csharp public class HoldingDepositCalculator { public decimal CalculateMaxHoldingDeposit(decimal weeklyRent) { return weeklyRent; } } public class Program { public static void Main() { var calculator = new HoldingDepositCalculator(); var weeklyRent = 200m; // example weekly rent var maxHoldingDeposit = calculator.CalculateMaxHoldingDeposit(weeklyRent); Console.WriteLine($"The maximum holding deposit is: {maxHoldingDeposit}"); } } ``` Note that this code does not handle the fifteen-day deadline, as it is not directly related to the calculation of the maximum holding deposit. However, in a real-world application, you would need to consider this deadline when implementing the logic for refunding or retaining the holding deposit. The Tenant Fees Act 2019 Schedule 2 also states that the holding deposit must be refunded if the tenancy does not proceed due to the landlord's fault, and that the letting agent has 15 days to refund the deposit after the tenancy agreement is signed or the decision is made not to proceed with the tenancy. To fully implement this logic, you would need to create a more complex system that tracks the status of the tenancy and the holding deposit, and automatically refunds the deposit if necessary. This implementation requires additional text to fully explain the solution.

Grader chain

Each grader reads the same baseline + enhanced pair and casts an independent verdict. Disagreement is the framework's own signal — not noise to be averaged away.

V1samba/Meta-Llama-3.3-70B-Instruct
Better
V4qwen2.5-coder-3b-instruct
Better
V5cerebras/qwen-3-235b-a22b-instruct-2507
Better
V7qwen2.5-coder-7b-instruct
Better
V8openai/gpt-4.1
Worse
V9anthropic/claude-opus-4-7
Worse
V12openai/gpt-4o
Better

Comments

Our grader said what it said. What do you say? Comment as a guest below.

No comments yet. Be the first to say what you make of this round.

← back to all rounds