Redemption(FISADate, Double, FISADate) Constructor

This will initialize a Redemption with the provided date, value, and lastInterestDate.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public Redemption(
	FISADate date,
	double value,
	FISADate lastInterestDate
)

Parameters

date  FISADate
the date of this Redemption.
value  Double
the redemption value.
lastInterestDate  FISADate
the interest date just prior to redemption. This value is usually only needed if a Security has an odd last period.

See Also