Redemption | This will initialize a Redemption with an empty date, a value of 0.0, and a null lastInterestDate. |
Redemption(FISADate, Double) | This will initialize a Redemption with the provided date and value and will set lastInterestDate to null. |
Redemption(FISADate, Double, FISADate) | This will initialize a Redemption with the provided date, value, and lastInterestDate. |