| Package | Description |
|---|---|
| com.opengamma.strata.product.dsf |
Entity objects describing Deliverable Swap Futures (DSFs).
|
| Modifier and Type | Method and Description |
|---|---|
static Dsf.Builder |
Dsf.builder()
Returns a builder used to create an instance of the bean.
|
Dsf.Builder |
Dsf.Meta.builder() |
Dsf.Builder |
Dsf.Builder.deliveryDate(LocalDate deliveryDate)
Sets the delivery date.
|
Dsf.Builder |
Dsf.Builder.lastTradeDate(LocalDate lastTradeDate)
Sets the last date of trading.
|
Dsf.Builder |
Dsf.Builder.notional(double notional)
Sets the notional of the futures.
|
Dsf.Builder |
Dsf.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
Dsf.Builder |
Dsf.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
Dsf.Builder |
Dsf.Builder.set(String propertyName,
Object newValue) |
Dsf.Builder |
Dsf.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Dsf.Builder |
Dsf.Builder.underlyingSwap(Swap underlyingSwap)
Sets the underlying swap.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.