| Package | Description |
|---|---|
| com.opengamma.strata.basics.currency |
Representations of currency and money.
|
| Modifier and Type | Method and Description |
|---|---|
AdjustablePayment |
AdjustablePayment.negated()
Returns a copy of this payment with the value negated.
|
static AdjustablePayment |
AdjustablePayment.of(CurrencyAmount value,
AdjustableDate date)
Obtains an instance representing an amount where the date is adjustable.
|
static AdjustablePayment |
AdjustablePayment.of(CurrencyAmount value,
LocalDate date)
Obtains an instance representing an amount where the date is fixed.
|
static AdjustablePayment |
AdjustablePayment.of(Currency currency,
double amount,
AdjustableDate date)
Obtains an instance representing an amount where the date is adjustable.
|
static AdjustablePayment |
AdjustablePayment.of(Currency currency,
double amount,
LocalDate date)
Obtains an instance representing an amount where the date is fixed.
|
static AdjustablePayment |
AdjustablePayment.of(Payment payment)
Obtains an instance based on a
Payment. |
static AdjustablePayment |
AdjustablePayment.ofPay(CurrencyAmount value,
AdjustableDate date)
Obtains an instance representing an amount to be paid where the date is adjustable.
|
static AdjustablePayment |
AdjustablePayment.ofPay(CurrencyAmount value,
LocalDate date)
Obtains an instance representing an amount to be paid where the date is fixed.
|
static AdjustablePayment |
AdjustablePayment.ofReceive(CurrencyAmount value,
AdjustableDate date)
Obtains an instance representing an amount to be received where the date is adjustable.
|
static AdjustablePayment |
AdjustablePayment.ofReceive(CurrencyAmount value,
LocalDate date)
Obtains an instance representing an amount to be received where the date is fixed.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AdjustablePayment> |
AdjustablePayment.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends AdjustablePayment> |
AdjustablePayment.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.