We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74503c0 commit c722e34Copy full SHA for c722e34
1 file changed
modules/product/src/main/java/com/opengamma/strata/product/bond/FixedCouponBond.java
@@ -189,6 +189,7 @@ public ResolvedFixedCouponBond resolve(ReferenceData refData) {
189
.currency(currency)
190
.fixedRate(fixedRate)
191
.yearFraction(unadjustedPeriod.yearFraction(dayCount, unadjustedSchedule))
192
+ .isRegular(period.isRegular(accrualSchedule.getFrequency(), accrualSchedule.calculatedRollConvention()))
193
.build());
194
}
195
ImmutableList<FixedCouponBondPaymentPeriod> periodicPayments = accrualPeriods.build();
0 commit comments