Uses of Class
com.opengamma.strata.product.rate.OvernightCompoundedRateComputation
-
Packages that use OvernightCompoundedRateComputation Package Description com.opengamma.strata.pricer.impl.rate Internal implementations of rate calculations.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of OvernightCompoundedRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type OvernightCompoundedRateComputation Modifier and Type Method Description doubleForwardOvernightCompoundedRateComputationFn. explainRate(OvernightCompoundedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)doubleForwardOvernightCompoundedRateComputationFn. rate(OvernightCompoundedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)PointSensitivityBuilderForwardOvernightCompoundedRateComputationFn. rateSensitivity(OvernightCompoundedRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider) -
Uses of OvernightCompoundedRateComputation in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return OvernightCompoundedRateComputation Modifier and Type Method Description OvernightCompoundedRateComputationOvernightInArrearsCapletFloorletBinaryPeriod. getOvernightRate()Gets the rate to be observed.OvernightCompoundedRateComputationOvernightInArrearsCapletFloorletPeriod. getOvernightRate()Gets the rate to be observed.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type OvernightCompoundedRateComputation Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightCompoundedRateComputation>OvernightInArrearsCapletFloorletBinaryPeriod.Meta. overnightRate()The meta-property for theovernightRateproperty.org.joda.beans.MetaProperty<OvernightCompoundedRateComputation>OvernightInArrearsCapletFloorletPeriod.Meta. overnightRate()The meta-property for theovernightRateproperty.Methods in com.opengamma.strata.product.capfloor with parameters of type OvernightCompoundedRateComputation Modifier and Type Method Description OvernightInArrearsCapletFloorletBinaryPeriod.BuilderOvernightInArrearsCapletFloorletBinaryPeriod.Builder. overnightRate(OvernightCompoundedRateComputation overnightRate)Sets the rate to be observed.OvernightInArrearsCapletFloorletPeriod.BuilderOvernightInArrearsCapletFloorletPeriod.Builder. overnightRate(OvernightCompoundedRateComputation overnightRate)Sets the rate to be observed. -
Uses of OvernightCompoundedRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return OvernightCompoundedRateComputation Modifier and Type Method Description OvernightCompoundedRateComputationOvernightCompoundedRateComputation.Builder. build()static OvernightCompoundedRateComputationOvernightCompoundedRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, int rateCutOffDays, ReferenceData refData)Creates an instance from an index, period dates and rate cut-off.static OvernightCompoundedRateComputationOvernightCompoundedRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, ReferenceData refData)Creates an instance from an index and period datesMethods in com.opengamma.strata.product.rate that return types with arguments of type OvernightCompoundedRateComputation Modifier and Type Method Description Class<? extends OvernightCompoundedRateComputation>OvernightCompoundedRateComputation.Meta. beanType()
-