Uses of Class
com.opengamma.strata.product.rate.OvernightAveragedRateComputation
-
Packages that use OvernightAveragedRateComputation Package Description com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of OvernightAveragedRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return OvernightAveragedRateComputation Modifier and Type Method Description OvernightAveragedRateComputation
OvernightAveragedRateComputation.Builder. build()
static OvernightAveragedRateComputation
OvernightAveragedRateComputation. of(OvernightIndex index, java.time.LocalDate startDate, java.time.LocalDate endDate, int rateCutOffDays, ReferenceData refData)
Creates an instance from an index, accrual period dates and rate cut-off.static OvernightAveragedRateComputation
OvernightAveragedRateComputation. of(OvernightIndex index, java.time.LocalDate startDate, java.time.LocalDate endDate, ReferenceData refData)
Creates an instance from an index and accrual period datesMethods in com.opengamma.strata.product.rate that return types with arguments of type OvernightAveragedRateComputation Modifier and Type Method Description java.lang.Class<? extends OvernightAveragedRateComputation>
OvernightAveragedRateComputation.Meta. beanType()
-