open class RateParent 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 |
| toString |
open fun toString(): String |
| FixedRate |
class FixedRate : RateA very basic subclass to represent a fixed rate. |
| FloatingRate |
open class FloatingRate : RateThe parent class of the Floating rate classes. |