Skip to content

Commit

Permalink
Set combinePeriodsIfNecessary to true for ResolvedSwapLeg
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiruthvik committed Nov 18, 2024
1 parent b3bd466 commit a61d84e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public ResolvedSwapLeg resolve(ReferenceData refData) {
return resolveWithPaymentFrequencyDrivenPaymentPeriods(refData);
}
DayCount dayCount = calculation.getDayCount();
Schedule resolvedAccruals = accrualSchedule.createSchedule(refData);
Schedule resolvedAccruals = accrualSchedule.createSchedule(refData, true);
if (accrualScheduleOffset != null) {
resolvedAccruals = resolvedAccruals.toAdjusted(accrualScheduleOffset.resolve(refData));
}
Expand Down

0 comments on commit a61d84e

Please sign in to comment.