open class RatioUnit
A utility class to prevent the various mixups between percentages, decimals, bips etc.
<init> |
RatioUnit(value: BigDecimal) A utility class to prevent the various mixups between percentages, decimals, bips etc. |
value |
val value: BigDecimal |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
toString |
open fun toString(): String |
PercentageRatioUnit |
open class PercentageRatioUnit : RatioUnit A class to reprecent a percentage in an unambiguous way. |