Package com.opengamma.strata.product
Interface ResolvedProduct
-
- All Known Implementing Classes:
ResolvedBill
,ResolvedBondFuture
,ResolvedBondFutureOption
,ResolvedBulletPayment
,ResolvedCapitalIndexedBond
,ResolvedCds
,ResolvedCdsIndex
,ResolvedCms
,ResolvedDsf
,ResolvedFixedCouponBond
,ResolvedFixedCouponBondOption
,ResolvedFra
,ResolvedFxNdf
,ResolvedFxSingle
,ResolvedFxSingleBarrierOption
,ResolvedFxSwap
,ResolvedFxVanillaOption
,ResolvedIborCapFloor
,ResolvedIborFixingDeposit
,ResolvedIborFuture
,ResolvedIborFutureOption
,ResolvedOvernightFuture
,ResolvedSwap
,ResolvedSwaption
,ResolvedTermDeposit
public interface ResolvedProduct
A product that has been resolved for pricing.This is the resolved form of
Product
. Applications will typically create aResolvedProduct
from aProduct
usingReferenceData
.Resolved objects may be bound to data that changes over time, such as holiday calendars. If the data changes, such as the addition of a new holiday, the resolved form will not be updated. Care must be taken when placing the resolved form in a cache or persistence layer.