enum class DayCountBasisDay
This forms the day part of the "Day Count Basis" used for interest calculation. Note that the first character cannot be a number (enum naming constraints), so we drop that in the toString lest some people get confused.
D30 | |
D30N | |
D30P | |
D30E | |
D30G | |
DActual | |
DActualJ | |
D30Z | |
D30F | |
DBus_SaoPaulo |
toString |
fun toString(): String |