sei
Mortgage

The Right of Rescission on Refinances: The Three-Day Clock, the Disbursement Interlock, and the AI Closing Agent That Cannot Release the Wire Early

5 min read
Pranay Shetty
Share

The Three Days That Can Become Three Years

A borrower refinances the mortgage on the home they live in. The loan closes on Monday. The lender wants to fund and move on. Under Regulation Z 1026.23, it cannot, because the borrower has until midnight of the third business day after closing to cancel the loan, and the lender may not disburse a dollar until that window has closed with no rescission.

Get the count right and this is a routine three-day hold. Get it wrong (deliver the notice late, hand the borrower one copy instead of two, disburse on day two) and the three-day right becomes a three-year right. Section 1026.23(a)(3) extends the rescission period to three years after consummation when the required notice or the material disclosures are not properly delivered. A loan a lender thought was closed can be unwound years later, with the security interest voided and the finance charges returned. This is one of the most expensive clerical errors in mortgage, and it is a clock-and-delivery problem, which is exactly what an AI closing agent is good at, if it is built to fail safe.

When Rescission Applies, and When It Does Not

The right attaches to a consumer credit transaction in which a security interest is or will be retained in the consumer's principal dwelling. That framing decides most of the edge cases the closing desk gets wrong.

A purchase-money loan is not rescindable. The borrower is buying the home, so 1026.23 does not apply. A refinance is where the right lives, and even there the 1026.23(f) exemptions matter. A refinancing or consolidation by the same creditor, with no new money advanced, is exempt from rescission. But if that refinance includes a new advance, the amount of the new advance is rescindable. Second homes and investment properties are outside the rule, because the dwelling has to be the one the borrower occupies as a principal residence. Home-equity lines on the principal dwelling have their own parallel right in 1026.15.

An AI closing agent has to classify the transaction correctly before it can even start the clock, because the wrong classification produces either an unnecessary hold on a non-rescindable loan or, far worse, no hold on a loan that needed one. We encode this as a deterministic rule, not a model judgment: loan purpose, occupancy, lien position, creditor identity, and new-advance amount feed a rule that returns rescindable or not, and the basis for that answer is written to the file.

The Clock Is Harder to Count Than It Looks

The rescission period runs until midnight of the third business day following the last of three events: consummation, delivery of the notice of the right to rescind, or delivery of all material disclosures. "Business day" here is the more inclusive definition in 1026.2(a)(6): all calendar days except Sundays and the federal legal holidays. That is a different day count than the one used elsewhere in the closing process, and mixing them up is a classic miss.

The material disclosures are defined, not vague. They include the annual percentage rate, the finance charge, the amount financed, the total of payments, the payment schedule, and the disclosures and limitations referenced in the rule. If the APR on the disclosure is wrong beyond the tolerance, the material disclosures were not accurate, and the clock did not start. The AI agent's timing engine has to key off the actual delivery of accurate material disclosures, verified against the final terms, not off the date someone typed into a field. When the disclosures are corrected and redelivered, the clock resets to the corrected delivery. The agent tracks the trigger event with its evidence, so the file shows why the period started when it did.

Two Copies. Every Owner. Not Just the Borrower.

The delivery requirement trips up more closings than the clock does. Each consumer entitled to rescind has to receive the notice, and 1026.23(b) requires two copies of the notice to each of them. Everyone with an ownership interest in the dwelling has the right to rescind, which means a non-borrowing spouse who is on title has the right even though they are not on the note. Deliver the notice to the borrower and forget the spouse on title, and the notice was not properly delivered to a person who could rescind, which reopens the extended right.

The AI agent's delivery logic starts from title, not from the note. It identifies every person with an ownership interest, confirms that each received two copies of the correct notice (model forms H-8 and H-9 depending on whether the transaction is a refinance), and records the delivery per person. A delivery it cannot confirm for a person on title is a blocking exception, not a warning the agent can log and move past.

The Disbursement Interlock

Here is the control that turns the whole thing from a checklist into an architecture. The agent does not release funds. It holds a disbursement lock on the loan that only clears when three conditions are all true: the rescission period has fully elapsed by the correct count, no consumer with the right to rescind has exercised it, and every delivery requirement has been satisfied and evidenced. Until all three hold, the wire is blocked at the integration layer, the same way we block a foreclosure milestone while a loss-mitigation application is pending.

The lock cannot be released by the AI agent on its own initiative and it cannot be released early by a loan officer who wants to fund. Releasing it is a human action, taken only after the interlock confirms the conditions, and it is logged with the user and the timestamp. We build it this way because the pressure to fund early is real and constant, and a control that depends on everyone resisting that pressure every time is not a control. The interlock removes the option.

Handling an Exercised Rescission

If a consumer rescinds within the window, the mechanics are specific and time-bound. The security interest becomes void, the consumer is not liable for any finance or other charge, and within 20 calendar days after receiving the rescission notice the creditor has to return any money or property given and reflect the termination of the security interest. The AI agent's job is to recognize the rescission the moment it arrives, through whatever channel the borrower uses, stop the disbursement permanently, open the return-of-funds workflow with its own clock, and route the whole thing to a human to execute. The agent does not decide whether the rescission was valid. It ensures the loan does not fund and the 20-day return clock is running with someone accountable for it.

The Extended Right Is the Tail Risk

The reason to build all of this carefully is the three-year tail. When the notice or the material disclosures are defective, the right to rescind survives for up to three years, or until the property is sold or transferred, whichever comes first. That means a delivery error at closing is not a problem that resolves in three days. It is a latent liability that can surface when the borrower's counsel raises it in a foreclosure defense years later, at which point the lender is arguing about whether the notice was properly delivered to a spouse on title in a closing no one remembers. The audit file the agent produces (the transaction classification and its basis, the trigger events for the clock, the per-person delivery records for every owner, the interlock state, and any rescission exercised) is what answers that argument with evidence instead of testimony.

What We Tell Closing and Post-Closing Teams

Rescission is not a place for judgment calls or hustle. It is a place for a correct count, complete delivery to every owner, and a disbursement lock that no one can override under pressure. Those are three things software does better than a closer working ten files at once at 5 p.m. on a Friday. The AI agent earns its place here not by being clever but by being unwilling to release the wire until the rule is satisfied and the evidence is in the file. In a business where a single defective notice can void a lien three years later, an agent that simply refuses to disburse early is worth more than one that does anything impressive.

Pranay Shetty

Pranay Shetty

CEO & Co-Founder

Related Articles

Mortgage

Loan Boarding QC: The Data-Mapping Defects an AI Agent Catches When Servicing Transfers

When servicing transfers, thousands of loans board onto a new platform through a data map, and the map is where borrower harm gets built in: a wrong escrow balance, a dropped trial payment plan, an ARM index that boarded wrong. Boarding QC on a sample misses the loan that fails. Where an AI agent reconciles the boarding tape against the source records at full coverage, how it ranks mismatches by borrower-harm risk, and why the correction stays a governed act.

Sep 11, 20266 min read
Read more
Mortgage

eClosing, the eNote, and the MERS eRegistry: The Boundary an AI Closing Agent Cannot Cross

An eNote is only worth anything if it stays negotiable, and negotiability depends on a single authoritative copy whose controller is recorded in the MERS eRegistry. That makes the electronic close a place where software can add real speed and destroy real value in the same motion. What an AI closing agent should orchestrate, what it verifies against the eRegistry, and the one thing it must never touch: the authoritative copy itself.

Sep 10, 20266 min read
Read more
Mortgage

The Lock Desk: AI for Rate Locks, Extensions, and the Pricing-Exception Trail Fair-Lending Examiners Follow

The lock desk moves fast and touches price, which makes it two things at once: an operations bottleneck and a fair-lending exposure. Rate locks, extensions, relocks, and worst-case pricing are rule-bound math an agent can run. Pricing exceptions are discretion, and discretion is exactly what fair-lending exams sample. Where an AI agent runs the lock lifecycle, how it enforces the exception-approval trail, and why the reason code on a concession matters more than the concession.

Sep 9, 20266 min read
Read more

BOOK A DEMO

Embed Sei AI in your workflows
Tell us about your operations. We'll show you how Sei handles borrower calls, processes loan documents, and monitors compliance for mortgage lenders and banks.
  • Deploy in weeks, not months
  • Trained on FDCPA, TCPA, TILA, UDAAP, and RESPA
  • SOC 2 Type II and PCI DSS L1 certified
  • Integrates with your LOS, CRM, and telephony

Please provide your full name so we know how to address you.

Tell us which company you represent so we can personalise our response.

Use your work email so we can connect you with the right specialist.

Choose the topics you’d like us to cover during the demo.

Complete the verification to submit the form.

sei

AI operations platform for mortgage lenders, servicers, and banks. Handle borrower calls, process loan documents, and monitor compliance.

© 2026 Sei Software Technologies Inc. All rights reserved.