diff --git a/src/LoanRepaymentApi/UkStudentLoans/Calculation/Operations/Interest/Plan2LowerAndUpperThresholds.cs b/src/LoanRepaymentApi/UkStudentLoans/Calculation/Operations/Interest/Plan2LowerAndUpperThresholds.cs index 0edee6a..f30fa67 100644 --- a/src/LoanRepaymentApi/UkStudentLoans/Calculation/Operations/Interest/Plan2LowerAndUpperThresholds.cs +++ b/src/LoanRepaymentApi/UkStudentLoans/Calculation/Operations/Interest/Plan2LowerAndUpperThresholds.cs @@ -4,7 +4,7 @@ public class Plan2LowerAndUpperThresholds : IPlan2LowerAndUpperThresholds { public Plan2LowerAndUpperThreshold Get(DateTime periodDate) { - if (periodDate >= new DateTime(2024, 09, 01, 0, 0, 0)) + if (periodDate >= new DateTime(2025, 04, 06, 0, 0, 0)) { return new Plan2LowerAndUpperThreshold { LowerThreshold = 28470, UpperThreshold = 51245 }; }