Uses of Class
com.opengamma.strata.product.ProductType
-
Packages that use ProductType 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. -
-
Uses of ProductType in com.opengamma.strata.product
Fields in com.opengamma.strata.product declared as ProductType Modifier and Type Field Description static ProductType
ProductType. BILL
ABill
.static ProductType
ProductType. BOND
static ProductType
ProductType. BOND_FUTURE
ABondFuture
.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
ACds
.static ProductType
ProductType. CDS_INDEX
ACdsIndex
.static ProductType
ProductType. CMS
ACms
.static ProductType
ProductType. DSF
ADsf
.static ProductType
ProductType. ETD_FUTURE
static ProductType
ProductType. ETD_OPTION
static ProductType
ProductType. FRA
AFra
.static ProductType
ProductType. FX_NDF
AFxNdf
.static ProductType
ProductType. FX_SINGLE
AFxSingle
.static ProductType
ProductType. FX_SINGLE_BARRIER_OPTION
static ProductType
ProductType. FX_SWAP
AFxSwap
.static ProductType
ProductType. FX_VANILLA_OPTION
static ProductType
ProductType. IBOR_CAP_FLOOR
AIborCapFloor
.static ProductType
ProductType. IBOR_FUTURE
AIborFuture
.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. SECURITY
ASecurity
, used where the kind of security is not known.static ProductType
ProductType. SENSITIVITIES
A representation based on sensitivities.static ProductType
ProductType. SWAP
ASwap
.static ProductType
ProductType. SWAPTION
ASwaption
.static ProductType
ProductType. TERM_DEPOSIT
ATermDeposit
.Methods in com.opengamma.strata.product that return ProductType Modifier and Type Method Description ProductType
PortfolioItemSummary. getProductType()
Gets the type of the product.static ProductType
ProductType. of(String name)
Obtains an instance from the specified name.Methods in com.opengamma.strata.product with parameters of type ProductType Modifier and Type Method 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. -
Uses of ProductType in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common with parameters of type ProductType Modifier and Type Method 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.
-