Uses of Class
com.opengamma.strata.product.rate.IborRateComputation
-
Packages that use IborRateComputation 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.deposit Entity objects describing financial instruments representing a simple deposit with interest.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of IborRateComputation in com.opengamma.strata.pricer.impl.rate
Methods in com.opengamma.strata.pricer.impl.rate with parameters of type IborRateComputation Modifier and Type Method Description doubleForwardIborRateComputationFn. explainRate(IborRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider, ExplainMapBuilder builder)doubleForwardIborRateComputationFn. rate(IborRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider)PointSensitivityBuilderForwardIborRateComputationFn. rateSensitivity(IborRateComputation computation, LocalDate startDate, LocalDate endDate, RatesProvider provider) -
Uses of IborRateComputation in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return IborRateComputation Modifier and Type Method Description IborRateComputationIborCapletFloorletBinaryPeriod. getIborRate()Gets the rate to be observed.IborRateComputationIborCapletFloorletPeriod. getIborRate()Gets the rate to be observed.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type IborRateComputation Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateComputation>IborCapletFloorletBinaryPeriod.Meta. iborRate()The meta-property for theiborRateproperty.org.joda.beans.MetaProperty<IborRateComputation>IborCapletFloorletPeriod.Meta. iborRate()The meta-property for theiborRateproperty.Methods in com.opengamma.strata.product.capfloor with parameters of type IborRateComputation Modifier and Type Method Description IborCapletFloorletBinaryPeriod.BuilderIborCapletFloorletBinaryPeriod.Builder. iborRate(IborRateComputation iborRate)Sets the rate to be observed.IborCapletFloorletPeriod.BuilderIborCapletFloorletPeriod.Builder. iborRate(IborRateComputation iborRate)Sets the rate to be observed. -
Uses of IborRateComputation in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return IborRateComputation Modifier and Type Method Description IborRateComputationResolvedIborFixingDeposit. getFloatingRate()Gets the floating rate of interest.Methods in com.opengamma.strata.product.deposit that return types with arguments of type IborRateComputation Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateComputation>ResolvedIborFixingDeposit.Meta. floatingRate()The meta-property for thefloatingRateproperty.Methods in com.opengamma.strata.product.deposit with parameters of type IborRateComputation Modifier and Type Method Description ResolvedIborFixingDeposit.BuilderResolvedIborFixingDeposit.Builder. floatingRate(IborRateComputation floatingRate)Sets the floating rate of interest. -
Uses of IborRateComputation in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return IborRateComputation Modifier and Type Method Description IborRateComputationResolvedIborFuture. getIborRate()Gets the Ibor rate observation.Methods in com.opengamma.strata.product.index that return types with arguments of type IborRateComputation Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateComputation>ResolvedIborFuture.Meta. iborRate()The meta-property for theiborRateproperty.Methods in com.opengamma.strata.product.index with parameters of type IborRateComputation Modifier and Type Method Description ResolvedIborFuture.BuilderResolvedIborFuture.Builder. iborRate(IborRateComputation iborRate)Sets the Ibor rate observation. -
Uses of IborRateComputation in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return IborRateComputation Modifier and Type Method Description static IborRateComputationIborRateComputation. of(IborIndexObservation underlyingObservation)Creates an instance from the underlying index observation.static IborRateComputationIborRateComputation. of(IborIndex index, LocalDate fixingDate, ReferenceData refData)Creates an instance from an index and fixing date.Methods in com.opengamma.strata.product.rate that return types with arguments of type IborRateComputation Modifier and Type Method Description Class<? extends IborRateComputation>IborRateComputation.Meta. beanType()org.joda.beans.BeanBuilder<? extends IborRateComputation>IborRateComputation.Meta. builder()
-