public interface ResolvedTrade
Resolved trades are the primary input to pricers.
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.
| Modifier and Type | Method and Description |
|---|---|
PortfolioItemInfo |
getInfo()
Gets the standard information.
|
ResolvedProduct |
getProduct()
Gets the underlying product that was agreed when the trade occurred.
|
PortfolioItemInfo getInfo()
All resolved trades contain this standard set of information.
ResolvedProduct getProduct()
The product captures the contracted financial details of the trade.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.