Uses of Interface
com.opengamma.strata.basics.index.OvernightIndex
-
Packages that use OvernightIndex Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND.com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices.com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of OvernightIndex in com.opengamma.strata.basics.index
Classes in com.opengamma.strata.basics.index that implement OvernightIndex Modifier and Type Class Description classImmutableOvernightIndexAn overnight index, such as Sonia or Eonia.Fields in com.opengamma.strata.basics.index declared as OvernightIndex Modifier and Type Field Description static OvernightIndexOvernightIndices. AUD_AONIAThe AONIA index for AUD.static OvernightIndexOvernightIndices. BRL_CDIThe CDI index for BRL.static OvernightIndexOvernightIndices. CAD_CORRAThe CORRA index for CAD.static OvernightIndexOvernightIndices. CHF_SARONThe SARON index for CHF.static OvernightIndexOvernightIndices. CHF_TOISDeprecated.Not published as of 2017-12-29static OvernightIndexOvernightIndices. DKK_TNRThe TN index for DKK.static OvernightIndexOvernightIndices. EUR_EONIAThe EONIA index for EUR.static OvernightIndexOvernightIndices. EUR_ESTERDeprecated.Use EUR_ESTR insteadstatic OvernightIndexOvernightIndices. EUR_ESTRThe ESTR index for EUR.static OvernightIndexOvernightIndices. GBP_SONIAThe SONIA index for GBP.static OvernightIndexOvernightIndices. JPY_TONARThe TONAR index for JPY.static OvernightIndexOvernightIndices. NOK_NOWAThe NOWA index for NOK.static OvernightIndexOvernightIndices. NZD_NZIONAThe NZIONA index for NZD.static OvernightIndexOvernightIndices. PLN_POLONIAThe PLONIA index for PLN.static OvernightIndexOvernightIndices. SEK_SIORThe SIOR index for SEK.static OvernightIndexOvernightIndices. USD_AMERIBORThe AMERIBOR index for USD.static OvernightIndexOvernightIndices. USD_FED_FUNDThe Fed Fund index for USD.static OvernightIndexOvernightIndices. USD_SOFRThe SOFR index for USD.static OvernightIndexOvernightIndices. ZAR_SABORThe SABOR index for ZAR.Methods in com.opengamma.strata.basics.index that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightIndexObservation. getIndex()Gets the Overnight index.static OvernightIndexOvernightIndex. of(String uniqueName)Obtains an instance from the specified unique name.OvernightIndexFloatingRateName. toOvernightIndex()Converts to anOvernightIndex.OvernightIndexImmutableFloatingRateName. toOvernightIndex()Methods in com.opengamma.strata.basics.index that return types with arguments of type OvernightIndex Modifier and Type Method Description static ExtendedEnum<OvernightIndex>OvernightIndex. extendedEnum()Gets the extended enum helper.org.joda.beans.MetaProperty<OvernightIndex>OvernightIndexObservation.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.basics.index with parameters of type OvernightIndex Modifier and Type Method Description OvernightIndexObservation.BuilderOvernightIndexObservation.Builder. index(OvernightIndex index)Sets the Overnight index.static OvernightIndexObservationOvernightIndexObservation. of(OvernightIndex index, LocalDate fixingDate, ReferenceData refData)Creates anIborRateObservationfrom an index and fixing date. -
Uses of OvernightIndex in com.opengamma.strata.pricer.rate
Methods in com.opengamma.strata.pricer.rate that return OvernightIndex Modifier and Type Method Description OvernightIndexDiscountOvernightIndexRates. getIndex()Gets the index that the rates are for.OvernightIndexHistoricOvernightIndexRates. getIndex()Gets the index that the rates are for.OvernightIndexOvernightIndexRates. getIndex()Gets the Overnight index.OvernightIndexOvernightRateSensitivity. getIndex()Gets the Overnight index that the sensitivity refers to.Methods in com.opengamma.strata.pricer.rate that return types with arguments of type OvernightIndex Modifier and Type Method Description ImmutableSet<OvernightIndex>ImmutableRatesProvider. getOvernightIndices()Set<OvernightIndex>RatesProvider. getOvernightIndices()Gets the set of Overnight indices that are available.org.joda.beans.MetaProperty<OvernightIndex>DiscountOvernightIndexRates.Meta. index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<OvernightIndex>HistoricOvernightIndexRates.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.pricer.rate with parameters of type OvernightIndex Modifier and Type Method Description static DiscountOvernightIndexRatesDiscountOvernightIndexRates. of(OvernightIndex index, DiscountFactors discountFactors)Obtains an instance based on discount factors with no historic fixings.static DiscountOvernightIndexRatesDiscountOvernightIndexRates. of(OvernightIndex index, DiscountFactors discountFactors, LocalDateDoubleTimeSeries fixings)Obtains an instance based on discount factors and historic fixings.static HistoricOvernightIndexRatesHistoricOvernightIndexRates. of(OvernightIndex index, LocalDate valuationDate, LocalDateDoubleTimeSeries fixings)Obtains an instance from a time-series of fixings.static OvernightIndexRatesOvernightIndexRates. of(OvernightIndex index, LocalDate valuationDate, Curve forwardCurve)Obtains an instance from a forward curve, with an empty time-series of fixings.static OvernightIndexRatesOvernightIndexRates. of(OvernightIndex index, LocalDate valuationDate, Curve forwardCurve, LocalDateDoubleTimeSeries fixings)Obtains an instance from a curve and time-series of fixings.ImmutableRatesProviderBuilderImmutableRatesProviderBuilder. overnightIndexCurve(OvernightIndex index, Curve forwardCurve)Adds an Overnight index forward curve to the provider.ImmutableRatesProviderBuilderImmutableRatesProviderBuilder. overnightIndexCurve(OvernightIndex index, Curve forwardCurve, LocalDateDoubleTimeSeries timeSeries)Adds an Overnight index forward curve to the provider with associated time-series.OvernightIndexRatesImmutableRatesProvider. overnightIndexRates(OvernightIndex index)OvernightIndexRatesRatesProvider. overnightIndexRates(OvernightIndex index)Gets the rates for an Overnight index. -
Uses of OvernightIndex in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightInArrearsCapletFloorletBinaryPeriod. getIndex()Gets the Ibor index.OvernightIndexOvernightInArrearsCapletFloorletPeriod. getIndex()Gets the Ibor index. -
Uses of OvernightIndex in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightFuture. getIndex()Gets the underlying Overnight index.OvernightIndexOvernightFutureSecurity. getIndex()Gets the underlying Overnight index.OvernightIndexResolvedOvernightFuture. getIndex()Gets the Overnight index that the future is based on.Methods in com.opengamma.strata.product.index that return types with arguments of type OvernightIndex Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightIndex>OvernightFuture.Meta. index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<OvernightIndex>OvernightFutureSecurity.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.product.index with parameters of type OvernightIndex Modifier and Type Method Description OvernightFuture.BuilderOvernightFuture.Builder. index(OvernightIndex index)Sets the underlying Overnight index.OvernightFutureSecurity.BuilderOvernightFutureSecurity.Builder. index(OvernightIndex index)Sets the underlying Overnight index. -
Uses of OvernightIndex in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return OvernightIndex Modifier and Type Method Description OvernightIndexImmutableOvernightFutureContractSpec. getIndex()Gets the Overnight index.OvernightIndexOvernightFutureContractSpec. getIndex()Gets the Overnight index.OvernightIndexOvernightFutureTemplate. getIndex()Gets the underlying index.Methods in com.opengamma.strata.product.index.type with parameters of type OvernightIndex Modifier and Type Method Description ImmutableOvernightFutureContractSpec.BuilderImmutableOvernightFutureContractSpec.Builder. index(OvernightIndex index)Sets the Overnight index. -
Uses of OvernightIndex in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightAveragedDailyRateComputation. getIndex()Gets the Overnight index.OvernightIndexOvernightAveragedRateComputation. getIndex()Gets the Overnight index.OvernightIndexOvernightCompoundedAnnualRateComputation. getIndex()Gets the Overnight index.OvernightIndexOvernightCompoundedRateComputation. getIndex()Gets the Overnight index.OvernightIndexOvernightRateComputation. getIndex()Obtains the Overnight index.Methods in com.opengamma.strata.product.rate that return types with arguments of type OvernightIndex Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightIndex>OvernightAveragedDailyRateComputation.Meta. index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<OvernightIndex>OvernightAveragedRateComputation.Meta. index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<OvernightIndex>OvernightCompoundedAnnualRateComputation.Meta. index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<OvernightIndex>OvernightCompoundedRateComputation.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.product.rate with parameters of type OvernightIndex Modifier and Type Method Description OvernightAveragedDailyRateComputation.BuilderOvernightAveragedDailyRateComputation.Builder. index(OvernightIndex index)Sets the Overnight index.OvernightAveragedRateComputation.BuilderOvernightAveragedRateComputation.Builder. index(OvernightIndex index)Sets the Overnight index.OvernightCompoundedAnnualRateComputation.BuilderOvernightCompoundedAnnualRateComputation.Builder. index(OvernightIndex index)Sets the Overnight index.OvernightCompoundedRateComputation.BuilderOvernightCompoundedRateComputation.Builder. index(OvernightIndex index)Sets the Overnight index.static OvernightAveragedDailyRateComputationOvernightAveragedDailyRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, ReferenceData refData)Creates an instance from an index and accrual period datesstatic OvernightAveragedRateComputationOvernightAveragedRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, int rateCutOffDays, ReferenceData refData)Creates an instance from an index, accrual period dates and rate cut-off.static OvernightAveragedRateComputationOvernightAveragedRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, ReferenceData refData)Creates an instance from an index and accrual period datesstatic OvernightCompoundedAnnualRateComputationOvernightCompoundedAnnualRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, ReferenceData refData)Obtains an instance from an index and period dates.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 datesstatic OvernightRateComputationOvernightRateComputation. of(OvernightIndex index, LocalDate startDate, LocalDate endDate, int rateCutOffDays, OvernightAccrualMethod accrualMethod, ReferenceData referenceData)Obtains an instance. -
Uses of OvernightIndex in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightRateCalculation. getIndex()Gets the Overnight index.Methods in com.opengamma.strata.product.swap that return types with arguments of type OvernightIndex Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightIndex>OvernightRateCalculation.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.product.swap with parameters of type OvernightIndex Modifier and Type Method Description OvernightRateCalculation.BuilderOvernightRateCalculation.Builder. index(OvernightIndex index)Sets the Overnight index.static OvernightRateCalculationOvernightRateCalculation. of(OvernightIndex index)Obtains a rate calculation for the specified index with accrual by compounding. -
Uses of OvernightIndex in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return OvernightIndex Modifier and Type Method Description OvernightIndexOvernightRateSwapLegConvention. getIndex()Gets the Overnight index.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type OvernightIndex Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightIndex>OvernightRateSwapLegConvention.Meta. index()The meta-property for theindexproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type OvernightIndex Modifier and Type Method Description OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. index(OvernightIndex index)Sets the Overnight index.static OvernightRateSwapLegConventionOvernightRateSwapLegConvention. of(OvernightIndex index, Frequency frequency, int paymentOffsetDays)Obtains a convention based on the specified index, using the 'Compounded' accrual method.static OvernightRateSwapLegConventionOvernightRateSwapLegConvention. of(OvernightIndex index, Frequency frequency, int paymentOffsetDays, OvernightAccrualMethod accrualMethod)Creates a convention based on the specified index, specifying the accrual method.
-