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 doubleDiscountingDsfProductPricer. price(ResolvedDsf future, RatesProvider ratesProvider)Calculates the price of the deliverable swap futures product.PointSensitivitiesDiscountingDsfProductPricer. 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 ResolvedDsfResolvedDsf.Builder. build()ResolvedDsfResolvedDsfTrade. getProduct()Gets the future that was traded.ResolvedDsfDsf. 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 theproductproperty.Methods in com.opengamma.strata.product.dsf with parameters of type ResolvedDsf Modifier and Type Method Description ResolvedDsfTrade.BuilderResolvedDsfTrade.Builder. product(ResolvedDsf product)Sets the future that was traded.
-