Uses of Class
com.opengamma.strata.product.rate.OvernightCompoundedAnnualRateComputation
-
Packages that use OvernightCompoundedAnnualRateComputation Package Description com.opengamma.strata.pricer.impl.rate Internal implementations of rate calculations.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of OvernightCompoundedAnnualRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type OvernightCompoundedAnnualRateComputation Modifier and Type Method Description doubleForwardOvernightCompoundedAnnualRateComputationFn. explainRate(OvernightCompoundedAnnualRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)doubleForwardOvernightCompoundedAnnualRateComputationFn. rate(OvernightCompoundedAnnualRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)PointSensitivityBuilderForwardOvernightCompoundedAnnualRateComputationFn. rateSensitivity(OvernightCompoundedAnnualRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider) -
Uses of OvernightCompoundedAnnualRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return OvernightCompoundedAnnualRateComputation Modifier and Type Method Description OvernightCompoundedAnnualRateComputationOvernightCompoundedAnnualRateComputation.Builder. build()static OvernightCompoundedAnnualRateComputationOvernightCompoundedAnnualRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, ReferenceData refData)Obtains an instance from an index and period dates.Methods in com.opengamma.strata.product.rate that return types with arguments of type OvernightCompoundedAnnualRateComputation Modifier and Type Method Description Class<? extends OvernightCompoundedAnnualRateComputation>OvernightCompoundedAnnualRateComputation.Meta. beanType()
-