corda / net.corda.finance.contracts / Frequency

Frequency

enum class Frequency

Frequency at which an event occurs - the enumerator also casts to an integer specifying the number of times per year that would divide into (eg annually = 1, semiannual = 2, monthly = 12 etc).

Enum Values

Annual

SemiAnnual

Quarterly

Monthly

Weekly

BiWeekly

Daily

Properties

annualCompoundCount

val annualCompoundCount: Int

offset

val offset: LocalDate.(Long) -> LocalDate