data class TenorPlaceholder class for the Tenor datatype - which is a standardised duration of time until maturity
| TimeUnit |
enum class TimeUnit |
| <init> |
Tenor(name: String)Placeholder class for the Tenor datatype - which is a standardised duration of time until maturity |
| name |
val name: String |
| daysToMaturity |
fun daysToMaturity(startDate: LocalDate, calendar: BusinessCalendar): Int |
| toString |
fun toString(): String |