Uses of Class
com.opengamma.strata.product.rate.IborAveragedFixing
-
Packages that use IborAveragedFixing Package Description com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of IborAveragedFixing in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return IborAveragedFixing Modifier and Type Method Description IborAveragedFixing
IborAveragedFixing.Builder. build()
static IborAveragedFixing
IborAveragedFixing. of(IborIndexObservation observation)
Creates aIborAveragedFixing
from the fixing date with a weight of 1.static IborAveragedFixing
IborAveragedFixing. of(IborIndexObservation observation, Double fixedRate)
Creates aIborAveragedFixing
from the fixing date with a weight of 1.static IborAveragedFixing
IborAveragedFixing. ofDaysInResetPeriod(IborIndexObservation observation, LocalDate startDate, LocalDate endDate)
Creates aIborAveragedFixing
from the fixing date, calculating the weight from the number of days in the reset period.static IborAveragedFixing
IborAveragedFixing. ofDaysInResetPeriod(IborIndexObservation observation, LocalDate startDate, LocalDate endDate, Double fixedRate)
Creates aIborAveragedFixing
from the fixing date, calculating the weight from the number of days in the reset period.Methods in com.opengamma.strata.product.rate that return types with arguments of type IborAveragedFixing Modifier and Type Method Description Class<? extends IborAveragedFixing>
IborAveragedFixing.Meta. beanType()
org.joda.beans.MetaProperty<ImmutableList<IborAveragedFixing>>
IborAveragedRateComputation.Meta. fixings()
The meta-property for thefixings
property.ImmutableList<IborAveragedFixing>
IborAveragedRateComputation. getFixings()
Gets the list of fixings.Method parameters in com.opengamma.strata.product.rate with type arguments of type IborAveragedFixing Modifier and Type Method Description static IborAveragedRateComputation
IborAveragedRateComputation. of(List<IborAveragedFixing> fixings)
Creates an instance from the individual fixings.
-