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 ResolvedProduct
ResolvedTrade. 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 class
ResolvedBill
A bill, resolved for pricing.class
ResolvedBondFuture
A futures contract based on a basket of fixed coupon bonds, resolved for pricing.class
ResolvedBondFutureOption
A futures option contract based on a basket of fixed coupon bonds, resolved for pricing.class
ResolvedCapitalIndexedBond
A capital indexed bond.class
ResolvedFixedCouponBond
A fixed coupon bond, resolved for pricing.class
ResolvedFixedCouponBondOption
An option on aFixedCouponBond
resolved 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 class
ResolvedIborCapFloor
An 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 class
ResolvedCms
A 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 class
ResolvedCds
A single-name credit default swap (CDS), resolved for pricing.class
ResolvedCdsIndex
A 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 class
ResolvedIborFixingDeposit
An Ibor fixing deposit, resolved for pricing.class
ResolvedTermDeposit
A 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 class
ResolvedDsf
A 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 class
ResolvedFra
A 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 class
ResolvedFxNdf
A Non-Deliverable Forward (NDF), resolved for pricing.class
ResolvedFxSingle
A single FX transaction, resolved for pricing.class
ResolvedFxSwap
An 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 class
ResolvedFxSingleBarrierOption
Resolved FX (European) single barrier option.class
ResolvedFxVanillaOption
A 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 class
ResolvedIborFuture
A futures contract based on an Ibor index, resolved for pricing.class
ResolvedIborFutureOption
A futures option contract based on an Ibor index, resolved for pricing.class
ResolvedOvernightFuture
A 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 class
ResolvedBulletPayment
A 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 class
ResolvedSwap
A 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 class
ResolvedSwaption
A swaption, resolved for pricing.
-