A class to represent any redemption date and rate.

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

Syntax

C#
public class Redemption : IComparable<Redemption>
Visual Basic (Declaration)
Public Class Redemption _
	Implements IComparable(Of Redemption)
Visual C++
public ref class Redemption : IComparable<Redemption^>

Remarks

This could be maturity, a call, a put etc...

Inheritance Hierarchy

System..::.Object
  com.ftlabs.fisa..::.Redemption

See Also