Uses of Class
com.opengamma.strata.product.dsf.Dsf
-
Packages that use Dsf Package Description com.opengamma.strata.measure.dsf Calculation functions for DSF products.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs). -
-
Uses of Dsf in com.opengamma.strata.measure.dsf
Classes in com.opengamma.strata.measure.dsf with type parameters of type Dsf Modifier and Type Class Description class
DsfTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<Dsf> & Resolvable<ResolvedDsfTrade>>
Perform calculations on a singleDsfTrade
orDsfPosition
for each of a set of scenarios. -
Uses of Dsf in com.opengamma.strata.product.dsf
Methods in com.opengamma.strata.product.dsf that return Dsf Modifier and Type Method Description Dsf
Dsf.Builder. build()
Dsf
DsfSecurity. createProduct(ReferenceData refData)
Dsf
DsfPosition. getProduct()
Gets the DSF that was traded.Dsf
DsfTrade. getProduct()
Gets the future that was traded.Methods in com.opengamma.strata.product.dsf that return types with arguments of type Dsf Modifier and Type Method Description Class<? extends Dsf>
Dsf.Meta. beanType()
org.joda.beans.MetaProperty<Dsf>
DsfPosition.Meta. product()
The meta-property for theproduct
property.org.joda.beans.MetaProperty<Dsf>
DsfTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.dsf with parameters of type Dsf Modifier and Type Method 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.DsfPosition.Builder
DsfPosition.Builder. product(Dsf product)
Sets the DSF that was traded.DsfTrade.Builder
DsfTrade.Builder. product(Dsf product)
Sets the future that was traded.
-