| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Method and Description |
|---|---|
PortfolioItemType |
PortfolioItemSummary.getPortfolioItemType()
Gets the type of the item.
|
static PortfolioItemType |
PortfolioItemType.of(String name)
Obtains an instance from the specified name.
|
static PortfolioItemType |
PortfolioItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortfolioItemType[] |
PortfolioItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.portfolioItemType(PortfolioItemType portfolioItemType)
Sets the type of the item.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.