DiscreteCallSchedulegetNextPremiumCall Method

A convenience method to get the "next" premium call.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual Redemption getNextPremiumCall()

Return Value

Redemption
A the earliest premium call in this schedule, or null if a premium call doesn't exist in this schedule.

Implements

CallSchedulegetNextPremiumCall

See Also