open class Rate
Parent of the Rate family. Used to denote fixed rates, floating rates, reference rates etc
<init> |
Rate(ratioUnit: RatioUnit? = null) Parent of the Rate family. Used to denote fixed rates, floating rates, reference rates etc |
ratioUnit |
val ratioUnit: RatioUnit? |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
FixedRate |
class FixedRate : Rate A very basic subclass to represent a fixed rate. |
FloatingRate |
open class FloatingRate : Rate The parent class of the Floating rate classes |