| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static FixedAccrualMethod |
FixedAccrualMethod.of(String name)
Obtains an instance from the specified name.
|
static FixedAccrualMethod |
FixedAccrualMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedAccrualMethod[] |
FixedAccrualMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FixedAccrualMethod |
FixedRateSwapLegConvention.getAccrualMethod()
Gets the accrual method using the fixed rate, defaulted to 'None'.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<FixedAccrualMethod> |
FixedRateSwapLegConvention.Meta.accrualMethod()
The meta-property for the
accrualMethod property. |
| Modifier and Type | Method and Description |
|---|---|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.accrualMethod(FixedAccrualMethod accrualMethod)
Sets the accrual method using the fixed rate, defaulted to 'None'.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.