Uses of Class
com.opengamma.strata.product.swap.SwapLegType
-
Packages that use SwapLegType Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of SwapLegType in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return SwapLegType Modifier and Type Method Description SwapLegType
SwapLegAmount. getType()
Gets the type of the leg, such as Fixed or Ibor.Methods in com.opengamma.strata.market.amount that return types with arguments of type SwapLegType Modifier and Type Method Description org.joda.beans.MetaProperty<SwapLegType>
SwapLegAmount.Meta. type()
The meta-property for thetype
property.Methods in com.opengamma.strata.market.amount with parameters of type SwapLegType Modifier and Type Method Description SwapLegAmount.Builder
SwapLegAmount.Builder. type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor. -
Uses of SwapLegType in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return SwapLegType Modifier and Type Method Description SwapLegType
FixedRateCalculation. getType()
SwapLegType
IborRateCalculation. getType()
SwapLegType
InflationRateCalculation. getType()
SwapLegType
KnownAmountSwapLeg. getType()
SwapLegType
OvernightRateCalculation. getType()
SwapLegType
RateCalculation. getType()
Gets the type of the leg, such as Fixed or Ibor.SwapLegType
RateCalculationSwapLeg. getType()
SwapLegType
RatePeriodSwapLeg. 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
SwapLeg. getType()
Gets the type of the leg, such as Fixed or Ibor.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.Methods in com.opengamma.strata.product.swap that return types with arguments of type SwapLegType Modifier and Type Method Description org.joda.beans.MetaProperty<SwapLegType>
KnownAmountSwapLeg.Meta. type()
The meta-property for thetype
property.org.joda.beans.MetaProperty<SwapLegType>
RateCalculationSwapLeg.Meta. type()
The meta-property for thetype
property.org.joda.beans.MetaProperty<SwapLegType>
RatePeriodSwapLeg.Meta. type()
The meta-property for thetype
property.org.joda.beans.MetaProperty<SwapLegType>
ResolvedSwapLeg.Meta. type()
The meta-property for thetype
property.Methods in com.opengamma.strata.product.swap with parameters of type SwapLegType Modifier and Type Method Description ImmutableList<ResolvedSwapLeg>
ResolvedSwap. getLegs(SwapLegType type)
Gets the legs of the swap with the specified type.ImmutableList<SwapLeg>
Swap. getLegs(SwapLegType type)
Gets the legs of the swap with the specified type.RatePeriodSwapLeg.Builder
RatePeriodSwapLeg.Builder. type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor.ResolvedSwapLeg.Builder
ResolvedSwapLeg.Builder. type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor.
-