Uses of Interface
com.opengamma.strata.product.ResolvedProduct
-
Packages that use ResolvedProduct Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index.com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).com.opengamma.strata.product.fx Entity objects describing financial instruments in the foreign exchange market.com.opengamma.strata.product.fxopt Entity objects describing options in the foreign exchange market.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices.com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of ResolvedProduct in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return ResolvedProduct Modifier and Type Method Description ResolvedProductResolvedTrade. getProduct()Gets the underlying product that was agreed when the trade occurred. -
Uses of ResolvedProduct in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement ResolvedProduct Modifier and Type Class Description classResolvedBillA bill, resolved for pricing.classResolvedBondFutureA futures contract based on a basket of fixed coupon bonds, resolved for pricing.classResolvedBondFutureOptionA futures option contract based on a basket of fixed coupon bonds, resolved for pricing.classResolvedCapitalIndexedBondA capital indexed bond.classResolvedFixedCouponBondA fixed coupon bond, resolved for pricing.classResolvedFixedCouponBondOptionAn option on aFixedCouponBondresolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.capfloor
Classes in com.opengamma.strata.product.capfloor that implement ResolvedProduct Modifier and Type Class Description classResolvedIborCapFloorAn Ibor cap/floor, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.cms
Classes in com.opengamma.strata.product.cms that implement ResolvedProduct Modifier and Type Class Description classResolvedCmsA constant maturity swap (CMS) or CMS cap/floor, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.credit
Classes in com.opengamma.strata.product.credit that implement ResolvedProduct Modifier and Type Class Description classResolvedCdsA single-name credit default swap (CDS), resolved for pricing.classResolvedCdsIndexA CDS (portfolio) index, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.deposit
Classes in com.opengamma.strata.product.deposit that implement ResolvedProduct Modifier and Type Class Description classResolvedIborFixingDepositAn Ibor fixing deposit, resolved for pricing.classResolvedTermDepositA term deposit, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement ResolvedProduct Modifier and Type Class Description classResolvedDsfA Deliverable Swap Future, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.fra
Classes in com.opengamma.strata.product.fra that implement ResolvedProduct Modifier and Type Class Description classResolvedFraA forward rate agreement (FRA), resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.fx
Classes in com.opengamma.strata.product.fx that implement ResolvedProduct Modifier and Type Class Description classResolvedFxNdfA Non-Deliverable Forward (NDF), resolved for pricing.classResolvedFxSingleA single FX transaction, resolved for pricing.classResolvedFxSwapAn FX Swap, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement ResolvedProduct Modifier and Type Class Description classResolvedFxSingleBarrierOptionResolved FX (European) single barrier option.classResolvedFxVanillaOptionA vanilla FX option, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.index
Classes in com.opengamma.strata.product.index that implement ResolvedProduct Modifier and Type Class Description classResolvedIborFutureA futures contract based on an Ibor index, resolved for pricing.classResolvedIborFutureOptionA futures option contract based on an Ibor index, resolved for pricing.classResolvedOvernightFutureA futures contract based on an Overnight index, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.payment
Classes in com.opengamma.strata.product.payment that implement ResolvedProduct Modifier and Type Class Description classResolvedBulletPaymentA bullet payment, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.swap
Classes in com.opengamma.strata.product.swap that implement ResolvedProduct Modifier and Type Class Description classResolvedSwapA rate swap, resolved for pricing. -
Uses of ResolvedProduct in com.opengamma.strata.product.swaption
Classes in com.opengamma.strata.product.swaption that implement ResolvedProduct Modifier and Type Class Description classResolvedSwaptionA swaption, resolved for pricing.
-