| Package | Description |
|---|---|
| com.opengamma.strata.product.payment |
Entity objects describing simple payment financial instruments.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedBulletPayment |
ResolvedBulletPayment.Builder.build() |
ResolvedBulletPayment |
ResolvedBulletPaymentTrade.getProduct()
Gets the resolved bullet payment product.
|
static ResolvedBulletPayment |
ResolvedBulletPayment.of(Payment payment)
Obtains an instance of a resolved bullet payment.
|
ResolvedBulletPayment |
BulletPayment.resolve(ReferenceData refData) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedBulletPayment> |
ResolvedBulletPayment.Meta.beanType() |
org.joda.beans.MetaProperty<ResolvedBulletPayment> |
ResolvedBulletPaymentTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedBulletPaymentTrade |
ResolvedBulletPaymentTrade.of(TradeInfo info,
ResolvedBulletPayment product)
Obtains an instance of a resolved Bullet Payment trade.
|
ResolvedBulletPaymentTrade.Builder |
ResolvedBulletPaymentTrade.Builder.product(ResolvedBulletPayment product)
Sets the resolved bullet payment product.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.