| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
SwapLegType |
KnownAmountSwapLeg.getType() |
SwapLegType |
InflationRateCalculation.getType() |
SwapLegType |
IborRateCalculation.getType() |
SwapLegType |
FixedRateCalculation.getType() |
SwapLegType |
SwapLeg.getType()
Gets the type of the leg, such as Fixed or Ibor.
|
SwapLegType |
ResolvedSwapLeg.getType()
Gets the type of the leg, such as Fixed or Ibor.
|
SwapLegType |
RatePeriodSwapLeg.getType()
Gets the type of the leg, such as Fixed or Ibor.
|
SwapLegType |
RateCalculationSwapLeg.getType() |
SwapLegType |
RateCalculation.getType()
Gets the type of the leg, such as Fixed or Ibor.
|
SwapLegType |
OvernightRateCalculation.getType() |
static SwapLegType |
SwapLegType.of(String name)
Obtains an instance from the specified name.
|
static SwapLegType |
SwapLegType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwapLegType[] |
SwapLegType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<SwapLegType> |
KnownAmountSwapLeg.Meta.type()
The meta-property for the
type property. |
org.joda.beans.MetaProperty<SwapLegType> |
ResolvedSwapLeg.Meta.type()
The meta-property for the
type property. |
org.joda.beans.MetaProperty<SwapLegType> |
RatePeriodSwapLeg.Meta.type()
The meta-property for the
type property. |
org.joda.beans.MetaProperty<SwapLegType> |
RateCalculationSwapLeg.Meta.type()
The meta-property for the
type property. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<SwapLeg> |
Swap.getLegs(SwapLegType type)
Gets the legs of the swap with the specified type.
|
ImmutableList<ResolvedSwapLeg> |
ResolvedSwap.getLegs(SwapLegType type)
Gets the legs of the swap with the specified type.
|
ResolvedSwapLeg.Builder |
ResolvedSwapLeg.Builder.type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor.
|
RatePeriodSwapLeg.Builder |
RatePeriodSwapLeg.Builder.type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.