| Package | Description |
|---|---|
| com.opengamma.strata.product.dsf |
Entity objects describing Deliverable Swap Futures (DSFs).
|
| Modifier and Type | Method and Description |
|---|---|
Dsf |
Dsf.Builder.build() |
Dsf |
DsfSecurity.createProduct(ReferenceData refData) |
Dsf |
DsfTrade.getProduct()
Gets the future that was traded.
|
Dsf |
DsfPosition.getProduct()
Gets the DSF that was traded.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Dsf> |
Dsf.Meta.beanType() |
org.joda.beans.MetaProperty<Dsf> |
DsfTrade.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<Dsf> |
DsfPosition.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
static DsfPosition |
DsfPosition.ofLongShort(PositionInfo positionInfo,
Dsf product,
double longQuantity,
double shortQuantity)
Obtains an instance from position information, product, long quantity and short quantity.
|
static DsfPosition |
DsfPosition.ofNet(PositionInfo positionInfo,
Dsf product,
double netQuantity)
Obtains an instance from position information, product and net quantity.
|
DsfTrade.Builder |
DsfTrade.Builder.product(Dsf product)
Sets the future that was traded.
|
DsfPosition.Builder |
DsfPosition.Builder.product(Dsf product)
Sets the DSF that was traded.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.