public class Schedule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Schedule() |
|
Schedule(Date effectiveDate,
Date terminationDate,
Period tenor,
Calendar calendar,
BusinessDayConvention convention,
BusinessDayConvention terminationDateConvention,
DateGeneration.Rule rule,
boolean endOfMonth) |
|
Schedule(Date effectiveDate,
Date terminationDate,
Period tenor,
Calendar calendar,
BusinessDayConvention convention,
BusinessDayConvention terminationDateConvention,
DateGeneration.Rule rule,
boolean endOfMonth,
Date firstDate) |
|
Schedule(Date effectiveDate,
Date terminationDate,
Period tenor,
Calendar calendar,
BusinessDayConvention convention,
BusinessDayConvention terminationDateConvention,
DateGeneration.Rule rule,
boolean endOfMonth,
Date firstDate,
Date nextToLastDate) |
|
Schedule(DateVector arg0,
Calendar calendar,
BusinessDayConvention rollingConvention) |
protected |
Schedule(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
Date |
date(long i) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Schedule obj) |
boolean |
isRegular(long i) |
long |
size() |
Schedule |
until(Date truncationDate) |
protected Schedule(long cPtr,
boolean cMemoryOwn)
public Schedule(DateVector arg0, Calendar calendar, BusinessDayConvention rollingConvention)
public Schedule(Date effectiveDate, Date terminationDate, Period tenor, Calendar calendar, BusinessDayConvention convention, BusinessDayConvention terminationDateConvention, DateGeneration.Rule rule, boolean endOfMonth, Date firstDate, Date nextToLastDate)
public Schedule(Date effectiveDate, Date terminationDate, Period tenor, Calendar calendar, BusinessDayConvention convention, BusinessDayConvention terminationDateConvention, DateGeneration.Rule rule, boolean endOfMonth, Date firstDate)
public Schedule(Date effectiveDate, Date terminationDate, Period tenor, Calendar calendar, BusinessDayConvention convention, BusinessDayConvention terminationDateConvention, DateGeneration.Rule rule, boolean endOfMonth)
public Schedule()
Copyright © 2017. All rights reserved.