| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| com.opengamma.strata.product.common |
Entity objects shared between other packages.
|
| Modifier and Type | Field and Description |
|---|---|
static ProductType |
ProductType.BILL
A
Bill. |
static ProductType |
ProductType.BOND
|
static ProductType |
ProductType.BOND_FUTURE
A
BondFuture. |
static ProductType |
ProductType.BOND_FUTURE_OPTION
|
static ProductType |
ProductType.BULLET_PAYMENT
|
static ProductType |
ProductType.CALIBRATION
A product only used for calibration.
|
static ProductType |
ProductType.CDS
A
Cds. |
static ProductType |
ProductType.CDS_INDEX
A
CdsIndex. |
static ProductType |
ProductType.CMS
A
Cms. |
static ProductType |
ProductType.DSF
A
Dsf. |
static ProductType |
ProductType.ETD_FUTURE
|
static ProductType |
ProductType.ETD_OPTION
|
static ProductType |
ProductType.FRA
A
Fra. |
static ProductType |
ProductType.FX_NDF
A
FxNdf. |
static ProductType |
ProductType.FX_SINGLE
A
FxSingle. |
static ProductType |
ProductType.FX_SINGLE_BARRIER_OPTION
|
static ProductType |
ProductType.FX_SWAP
A
FxSwap. |
static ProductType |
ProductType.FX_VANILLA_OPTION
|
static ProductType |
ProductType.IBOR_CAP_FLOOR
A
IborCapFloor. |
static ProductType |
ProductType.IBOR_FUTURE
A
IborFuture. |
static ProductType |
ProductType.IBOR_FUTURE_OPTION
|
static ProductType |
ProductType.OTHER
Another kind of product, details not known.
|
static ProductType |
ProductType.OVERNIGHT_FUTURE
|
static ProductType |
ProductType.OVERNIGHT_FUTURE_OPTION
|
static ProductType |
ProductType.SECURITY
A
Security, used where the kind of security is not known. |
static ProductType |
ProductType.SENSITIVITIES
A representation based on sensitivities.
|
static ProductType |
ProductType.SWAP
A
Swap. |
static ProductType |
ProductType.SWAPTION
A
Swaption. |
static ProductType |
ProductType.TERM_DEPOSIT
A
TermDeposit. |
| Modifier and Type | Method and Description |
|---|---|
ProductType |
PortfolioItemSummary.getProductType()
Gets the type of the product.
|
static ProductType |
ProductType.of(String name)
Obtains an instance from the specified name.
|
static ProductType |
ProductType.of(String name,
String description)
Obtains an instance from the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static PortfolioItemSummary |
PortfolioItemSummary.of(StandardId id,
PortfolioItemType portfolioItemType,
ProductType productType,
Set<Currency> currencies,
String description)
Obtains an instance.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.productType(ProductType productType)
Sets the type of the product.
|
| Modifier and Type | Method and Description |
|---|---|
static PortfolioItemSummary |
SummarizerUtils.summary(Position position,
ProductType type,
String description,
Currency... currencies)
Creates a summary instance for a position.
|
static PortfolioItemSummary |
SummarizerUtils.summary(Trade trade,
ProductType type,
String description,
Currency... currencies)
Creates a summary instance for a trade.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.