class FixContainer
Fix container, for every fix name & date pair stores a tenor to interest rate map - InterpolatingRateMap
<init> |
FixContainer(fixes: Set<Fix>, factory: InterpolatorFactory = CubicSplineInterpolator) Fix container, for every fix name & date pair stores a tenor to interest rate map - InterpolatingRateMap |
factory |
val factory: InterpolatorFactory |
fixes |
val fixes: Set<Fix> |
size |
val size: Int |
get |
operator fun get(fixOf: FixOf): Fix? |