| Package | Description |
|---|---|
| com.opengamma.strata.product.payment |
Entity objects describing simple payment financial instruments.
|
| Modifier and Type | Method and Description |
|---|---|
static BulletPayment.Builder |
BulletPayment.builder()
Returns a builder used to create an instance of the bean.
|
BulletPayment.Builder |
BulletPayment.Meta.builder() |
BulletPayment.Builder |
BulletPayment.Builder.date(AdjustableDate date)
Sets the date that the payment is made.
|
BulletPayment.Builder |
BulletPayment.Builder.payReceive(PayReceive payReceive)
Sets whether the payment is to be paid or received.
|
BulletPayment.Builder |
BulletPayment.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
BulletPayment.Builder |
BulletPayment.Builder.set(String propertyName,
Object newValue) |
BulletPayment.Builder |
BulletPayment.toBuilder()
Returns a builder that allows this bean to be mutated.
|
BulletPayment.Builder |
BulletPayment.Builder.value(CurrencyAmount value)
Sets the amount of the payment.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.