public class ContinuousCallSchedule : DiscreteCallSchedule
Public Class ContinuousCallSchedule
Inherits DiscreteCallSchedule
ContinuousCallSchedule(FISADate) | Constructs a new ContinuousCallSchedule with 30 daysNotice and using today as the tradeDate. |
ContinuousCallSchedule(Int32, FISADate) | Constructs a new ContinuousCallSchedule using the provided daysNotice and today as the tradeDate. |
ContinuousCallSchedule(FISADate, Int32, FISADate) | Constructs a new ContinuousCallSchedule using the provided tradeDate, daysNotice and maturityDate. |
add(Redemption) | (Overrides DiscreteCallScheduleadd(Redemption)) |
add(FISADate, Double) |
Add a redemption to this DiscreteCallSchedule.
(Inherited from DiscreteCallSchedule) |
contains |
Determine whether the provided Redemption is contained within this
CallSchedule.
(Inherited from DiscreteCallSchedule) |
Dispose | (Inherited from DiscreteCallSchedule) |
Dispose(Boolean) | Releases the unmanaged resources used by the ContinuousCallSchedule and optionally releases the managed resources (Overrides DiscreteCallScheduleDispose(Boolean)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
getCall | (Overrides DiscreteCallSchedulegetCall(Int32)) |
getCount | (Overrides DiscreteCallSchedulegetCount) |
getDaysNotice | Get daysNotice. (Inherited from DiscreteCallSchedule) |
getGenerateLastInterestDates |
Returns a bool value indicating whether a last interest date will be automatically
generated for CallSchedule Redemptions that are out of sync.
(Inherited from DiscreteCallSchedule) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getNextCall | (Overrides DiscreteCallSchedulegetNextCall) |
getNextContinuousCall | Returns the next generated continuous call. |
getNextParCall | (Overrides DiscreteCallSchedulegetNextParCall) |
getNextPremiumCall | (Overrides DiscreteCallSchedulegetNextPremiumCall) |
getStartingIndex | (Overrides DiscreteCallSchedulegetStartingIndex) |
getTradeDate | Get tradeDate. (Inherited from DiscreteCallSchedule) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
remove |
Remove a redemption from this DiscreteCallSchedule.
(Inherited from DiscreteCallSchedule) |
setDaysNotice | (Overrides DiscreteCallSchedulesetDaysNotice(Int32)) |
setGenerateLastInterestDates |
Set a bool value indicating whether a last interest date will be automatically
generated for CallSchedule Redemptions that are out of sync.
(Inherited from DiscreteCallSchedule) |
setTradeDate | (Overrides DiscreteCallSchedulesetTradeDate(FISADate)) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
_generateLastInterestDates | (Inherited from DiscreteCallSchedule) |
calls | (Inherited from DiscreteCallSchedule) |
daysNotice | (Inherited from DiscreteCallSchedule) |
needsSort | (Inherited from DiscreteCallSchedule) |
tradeDate | (Inherited from DiscreteCallSchedule) |