Package | Description |
---|---|
net.finmath.time |
Provides interfaces and classes for time discretizations, tenors and (swap) schedule generation.
|
Modifier and Type | Method and Description |
---|---|
Period |
ScheduleInterface.getPeriod(int periodIndex) |
Period |
Schedule.getPeriod(int periodIndex) |
Period |
RegularSchedule.getPeriod(int periodIndex) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Period> |
ScheduleInterface.getPeriods()
Returns the array of periods.
|
ArrayList<Period> |
Schedule.getPeriods() |
ArrayList<Period> |
RegularSchedule.getPeriods() |
Iterator<Period> |
Schedule.iterator() |
Iterator<Period> |
RegularSchedule.iterator() |
Constructor and Description |
---|
Schedule(Calendar referenceDate,
ArrayList<Period> periods,
DayCountConventionInterface daycountconvention) |
Copyright © 2014. All rights reserved.