MaturityDto

constructor(id: String, dateValue: LocalDate, amountFactor: Int? = 1, callAmount: AmountDto? = null)

Parameters

id

Unique identifier of the Maturity.

dateValue

Date for which the maturity is valid.

amountFactor

Factor by which the callAmount must be multiplied to get the final sum. The default is 1. In this case, the callAmount is already the final sum.

callAmount