| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
OvernightRateComputation |
ResolvedOvernightFuture.getOvernightRate()
Gets the Overnight rate observation.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<OvernightRateComputation> |
ResolvedOvernightFuture.Meta.overnightRate()
The meta-property for the
overnightRate property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.overnightRate(OvernightRateComputation overnightRate)
Sets the Overnight rate observation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OvernightAveragedDailyRateComputation
Defines the computation of an averaged daily rate for a single Overnight index.
|
class |
OvernightAveragedRateComputation
Defines the computation of a rate from a single Overnight index that is averaged daily.
|
class |
OvernightCompoundedAnnualRateComputation
Defines the computation of a rate from a single overnight index that follows
overnight compounding using an annualized rate.
|
class |
OvernightCompoundedRateComputation
Defines the computation of a rate from a single Overnight index that is compounded daily.
|
| Modifier and Type | Method and Description |
|---|---|
static OvernightRateComputation |
OvernightRateComputation.of(OvernightIndex index,
LocalDate startDate,
LocalDate endDate,
int rateCutOffDays,
OvernightAccrualMethod accrualMethod,
ReferenceData referenceData)
Obtains an instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.