corda / net.corda.finance.contracts / AccrualAdjustment

AccrualAdjustment

enum class AccrualAdjustment

Simple enum for returning accurals adjusted or unadjusted. We don't actually do anything with this yet though, so it's ignored for now.

Enum Values

Adjusted

Unadjusted

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.