FixOf

data class FixOf(val name: String, val forDay: LocalDate, val ofTenor: Tenor)

A FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)

Constructors

Link copied to clipboard
constructor(name: String, forDay: LocalDate, ofTenor: Tenor)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard