Skip to content

Commit

Permalink
Merge pull request #26 from SolumXplain/dev-update-resolvedSwapLeg
Browse files Browse the repository at this point in the history
Set combinePeriodsIfNecessary to true for ResolvedSwapLeg
  • Loading branch information
ntaylorSolum authored Nov 19, 2024
2 parents b3bd466 + a61d84e commit 4933faa
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 4933faa

Please sign in to comment.