Tenor

data class Tenor(val name: String)

Placeholder class for the Tenor datatype - which is a standardised duration of time until maturity

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun daysToMaturity(startDate: LocalDate, calendar: BusinessCalendar): Int
Link copied to clipboard
open override fun toString(): String