From b5085dc97800b3e7825f3f9dcd1351b965fa1656 Mon Sep 17 00:00:00 2001 From: Niek Otten Date: Thu, 23 Jul 2026 12:01:36 +0200 Subject: [PATCH] refactor(domain): herregistratie reminder lead time to 90 days per S-17 spec (refs #18) refs #18 --- services/domain/Big.Domain/Registration.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/domain/Big.Domain/Registration.cs b/services/domain/Big.Domain/Registration.cs index ea19202..89f5994 100644 --- a/services/domain/Big.Domain/Registration.cs +++ b/services/domain/Big.Domain/Registration.cs @@ -115,9 +115,9 @@ public sealed class Registration // per-catalogus, promote it to policy passed in from the beheer config (S-15). public static readonly TimeSpan HerregistratieGeldigheid = TimeSpan.FromDays(365 * 5); - /// How long before the deadline the herregistratie reminder is sent (BIG: ~16 weeks). - // ponytail: fixed 16-week lead time — calibration knob; same promotion path as HerregistratieGeldigheid. - public static readonly TimeSpan Herinneringstermijn = TimeSpan.FromDays(16 * 7); + /// How long before the deadline the herregistratie reminder is sent (S-17: 90 days). + // ponytail: fixed 90-day lead time — calibration knob; same promotion path as HerregistratieGeldigheid. + public static readonly TimeSpan Herinneringstermijn = TimeSpan.FromDays(90); /// When the registration was entered in the register, once approved; the start of its /// herregistratie clock. Null until it is .