| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Method and Description |
|---|---|
static PortfolioItemSummary.Builder |
PortfolioItemSummary.builder()
Returns a builder used to create an instance of the bean.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.currencies(Currency... currencies)
Sets the
currencies property in the builder
from an array of objects. |
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.currencies(Set<Currency> currencies)
Sets the currencies of the item.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.description(String description)
Sets the description of the item.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.id(StandardId id)
Sets the identifier of the item, optional.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.portfolioItemType(PortfolioItemType portfolioItemType)
Sets the type of the item.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.productType(ProductType productType)
Sets the type of the product.
|
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
PortfolioItemSummary.Builder |
PortfolioItemSummary.Builder.set(String propertyName,
Object newValue) |
PortfolioItemSummary.Builder |
PortfolioItemSummary.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.