Uses of Class
com.opengamma.strata.product.dsf.ResolvedDsf
-
Packages that use ResolvedDsf Package Description com.opengamma.strata.pricer.dsf Calculators for Deliverable Swap Futures (DSFs).com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs). -
-
Uses of ResolvedDsf in com.opengamma.strata.pricer.dsf
Methods in com.opengamma.strata.pricer.dsf with parameters of type ResolvedDsf Modifier and Type Method Description double
DiscountingDsfProductPricer. price(ResolvedDsf future, RatesProvider ratesProvider)
Calculates the price of the deliverable swap futures product.PointSensitivities
DiscountingDsfProductPricer. priceSensitivity(ResolvedDsf future, RatesProvider ratesProvider)
Calculates the price sensitivity of the deliverable swap futures product. -
Uses of ResolvedDsf in com.opengamma.strata.product.dsf
Methods in com.opengamma.strata.product.dsf that return ResolvedDsf Modifier and Type Method Description ResolvedDsf
ResolvedDsf.Builder. build()
ResolvedDsf
ResolvedDsfTrade. getProduct()
Gets the future that was traded.ResolvedDsf
Dsf. resolve(ReferenceData refData)
Methods in com.opengamma.strata.product.dsf that return types with arguments of type ResolvedDsf Modifier and Type Method Description Class<? extends ResolvedDsf>
ResolvedDsf.Meta. beanType()
org.joda.beans.MetaProperty<ResolvedDsf>
ResolvedDsfTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.dsf with parameters of type ResolvedDsf Modifier and Type Method Description ResolvedDsfTrade.Builder
ResolvedDsfTrade.Builder. product(ResolvedDsf product)
Sets the future that was traded.
-