Uses of Interface
com.opengamma.strata.pricer.rate.RateComputationFn
-
Packages that use RateComputationFn Package Description com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.pricer.fra Calculators for Forward Rate Agreement (FRA) instruments.com.opengamma.strata.pricer.impl.rate Internal implementations of rate calculations.com.opengamma.strata.pricer.impl.swap Internal implementations of rate swap calculations.com.opengamma.strata.pricer.index Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap. -
-
Uses of RateComputationFn in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond that return RateComputationFn Modifier and Type Method Description RateComputationFn<RateComputation>DiscountingCapitalIndexedBondPaymentPeriodPricer. getRateComputationFn()Obtains the rate computation function.Constructors in com.opengamma.strata.pricer.bond with parameters of type RateComputationFn Constructor Description DiscountingCapitalIndexedBondPaymentPeriodPricer(RateComputationFn<RateComputation> rateComputationFn)Creates an instance. -
Uses of RateComputationFn in com.opengamma.strata.pricer.fra
Constructors in com.opengamma.strata.pricer.fra with parameters of type RateComputationFn Constructor Description DiscountingFraProductPricer(RateComputationFn<RateComputation> rateComputationFn)Creates an instance. -
Uses of RateComputationFn in com.opengamma.strata.pricer.impl.rate
Classes in com.opengamma.strata.pricer.impl.rate that implement RateComputationFn Modifier and Type Class Description classApproxForwardOvernightAveragedRateComputationFnRate computation implementation for a rate based on a single overnight index that is arithmetically averaged.classDispatchingRateComputationFnRate computation implementation using multiple dispatch.classForwardIborAveragedRateComputationFnRate computation implementation for a rate based on the average of multiple fixings of a single Ibor floating rate index.classForwardIborInterpolatedRateComputationFnRate computation implementation for rate based on the weighted average of the fixing on a single date of two Ibor indices.classForwardIborRateComputationFnRate computation implementation for an Ibor index.classForwardInflationEndInterpolatedRateComputationFnRate computation implementation for rate based on the weighted average of fixings of a single price index.classForwardInflationEndMonthRateComputationFnRate computation implementation for a price index.classForwardInflationInterpolatedRateComputationFnRate computation implementation for rate based on the weighted average of fixings of a single price index.classForwardInflationMonthlyRateComputationFnRate computation implementation for a price index.classForwardOvernightAveragedDailyRateComputationFnRate computation implementation for an averaged daily rate for a single Overnight index.classForwardOvernightAveragedRateComputationFnRate computation implementation for a rate based on a single overnight index that is arithmetically averaged.classForwardOvernightCompoundedAnnualRateComputationFnRate computation implementation for a rate based on a single overnight index that is compounded using an annual rate.classForwardOvernightCompoundedRateComputationFnRate computation implementation for a rate based on a single overnight index that is compounded. -
Uses of RateComputationFn in com.opengamma.strata.pricer.impl.swap
Constructors in com.opengamma.strata.pricer.impl.swap with parameters of type RateComputationFn Constructor Description DiscountingRatePaymentPeriodPricer(RateComputationFn<RateComputation> rateComputationFn)Creates an instance. -
Uses of RateComputationFn in com.opengamma.strata.pricer.index
Constructors in com.opengamma.strata.pricer.index with parameters of type RateComputationFn Constructor Description DiscountingOvernightFutureProductPricer(RateComputationFn<RateComputation> rateComputationFn)Creates an instance. -
Uses of RateComputationFn in com.opengamma.strata.pricer.rate
Methods in com.opengamma.strata.pricer.rate that return RateComputationFn Modifier and Type Method Description static RateComputationFn<RateComputation>RateComputationFn. standard()Returns the standard instance of the function.
-