| Package | Description |
|---|---|
| com.opengamma.strata.market.amount |
Defines representations of amounts typically used as result types.
|
| Modifier and Type | Field and Description |
|---|---|
static CashFlows |
CashFlows.NONE
A cash flows instance to be used when there is no cash flow.
|
| Modifier and Type | Method and Description |
|---|---|
CashFlows |
CashFlows.combinedWith(CashFlow cashFlow)
Combines this cash flows instance with another cash flow.
|
CashFlows |
CashFlows.combinedWith(CashFlows other)
Combines this cash flows instance with another one.
|
CashFlows |
CashFlows.convertedTo(Currency resultCurrency,
FxRateProvider rateProvider)
Converts this collection of cash flows to an equivalent amount in the specified currency.
|
static CashFlows |
CashFlows.of(CashFlow cashFlow)
Obtains an instance from a single cash flow.
|
static CashFlows |
CashFlows.of(List<CashFlow> cashFlows)
Obtains an instance from a list of cash flows.
|
CashFlows |
CashFlows.sorted()
Returns an instance that is sorted.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CashFlows> |
CashFlows.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends CashFlows> |
CashFlows.Meta.builder() |
| Modifier and Type | Method and Description |
|---|---|
CashFlows |
CashFlows.combinedWith(CashFlows other)
Combines this cash flows instance with another one.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.