| Package | Description |
|---|---|
| com.opengamma.strata.market.amount |
Defines representations of amounts typically used as result types.
|
| Modifier and Type | Method and Description |
|---|---|
LegAmounts |
LegAmounts.convertedTo(Currency resultCurrency,
FxRateProvider rateProvider) |
static LegAmounts |
LegAmounts.of(LegAmount... amounts)
Returns an instance containing the specified leg amounts.
|
static LegAmounts |
LegAmounts.of(List<LegAmount> amounts)
Returns an instance containing the specified leg amounts.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends LegAmounts> |
LegAmounts.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends LegAmounts> |
LegAmounts.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.