| Package | Description |
|---|---|
| com.opengamma.strata.market.amount |
Defines representations of amounts typically used as result types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwapLegAmount
Represents an amount associated with one leg of a swap.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ImmutableList<LegAmount>> |
LegAmounts.Meta.amounts()
The meta-property for the
amounts property. |
ImmutableList<LegAmount> |
LegAmounts.getAmounts()
Gets the leg amounts.
|
| Modifier and Type | Method and Description |
|---|---|
static LegAmounts |
LegAmounts.of(LegAmount... amounts)
Returns an instance containing the specified leg amounts.
|
| Modifier and Type | Method and Description |
|---|---|
static LegAmounts |
LegAmounts.of(List<LegAmount> amounts)
Returns an instance containing the specified leg amounts.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.