Redemption(FISADate, Double, FISADate) Constructor
This will initialize a Redemption with the provided date,
value, and lastInterestDate.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public Redemption(
FISADate date,
double value,
FISADate lastInterestDate
)
Public Sub New (
date As FISADate,
value As Double,
lastInterestDate As FISADate
)
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.