mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
.
This commit is contained in:
@ -673,7 +673,6 @@ class InterestRateSwap() : Contract {
|
||||
for (periodEndDate in dates) {
|
||||
val paymentDate = BusinessCalendar.getOffsetDate(periodEndDate, Frequency.Daily, fixedLeg.paymentDelay) // + fixedLeg.paymentDelay
|
||||
val paymentEvent = FixedRatePaymentEvent(
|
||||
// TODO: We are assuming the payment date is the end date of the accrual period.
|
||||
paymentDate,
|
||||
periodStartDate,
|
||||
periodEndDate,
|
||||
|
Reference in New Issue
Block a user