ContinuousCallSchedule Class

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class ContinuousCallSchedule : DiscreteCallSchedule
Inheritance
Object    DiscreteCallSchedule    ContinuousCallSchedule

Constructors

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.

Methods

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))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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)
getDaysNoticeGet 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)
GetHashCodeServes 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)
getTradeDateGet tradeDate.
(Inherited from DiscreteCallSchedule)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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))
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also