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

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public virtual Redemption getNextPremiumCall()
Visual Basic (Declaration)
Public Overridable Function getNextPremiumCall As Redemption
Visual C++
public:
virtual Redemption^ getNextPremiumCall()

Return Value

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

Implements

CallSchedule..::.getNextPremiumCall()()()

See Also