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 ProductTypeProductType. BILLABill.static ProductTypeProductType. BONDstatic ProductTypeProductType. BOND_FUTUREABondFuture.static ProductTypeProductType. BOND_FUTURE_OPTIONstatic ProductTypeProductType. BULLET_PAYMENTstatic ProductTypeProductType. CALIBRATIONA product only used for calibration.static ProductTypeProductType. CDSACds.static ProductTypeProductType. CDS_INDEXACdsIndex.static ProductTypeProductType. CMSACms.static ProductTypeProductType. DSFADsf.static ProductTypeProductType. ETD_FUTUREstatic ProductTypeProductType. ETD_OPTIONstatic ProductTypeProductType. FRAAFra.static ProductTypeProductType. FX_NDFAFxNdf.static ProductTypeProductType. FX_SINGLEAFxSingle.static ProductTypeProductType. FX_SINGLE_BARRIER_OPTIONstatic ProductTypeProductType. FX_SWAPAFxSwap.static ProductTypeProductType. FX_VANILLA_OPTIONstatic ProductTypeProductType. IBOR_CAP_FLOORAIborCapFloor.static ProductTypeProductType. IBOR_FUTUREAIborFuture.static ProductTypeProductType. IBOR_FUTURE_OPTIONstatic ProductTypeProductType. OTHERAnother kind of product, details not known.static ProductTypeProductType. OVERNIGHT_FUTUREstatic ProductTypeProductType. SECURITYASecurity, used where the kind of security is not known.static ProductTypeProductType. SENSITIVITIESA representation based on sensitivities.static ProductTypeProductType. SWAPASwap.static ProductTypeProductType. SWAPTIONASwaption.static ProductTypeProductType. TERM_DEPOSITATermDeposit.Methods in com.opengamma.strata.product that return ProductType Modifier and Type Method Description ProductTypePortfolioItemSummary. getProductType()Gets the type of the product.static ProductTypeProductType. 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 PortfolioItemSummaryPortfolioItemSummary. of(StandardId id, PortfolioItemType portfolioItemType, ProductType productType, Set<Currency> currencies, String description)Obtains an instance.PortfolioItemSummary.BuilderPortfolioItemSummary.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 PortfolioItemSummarySummarizerUtils. summary(Position position, ProductType type, String description, Currency... currencies)Creates a summary instance for a position.static PortfolioItemSummarySummarizerUtils. summary(Trade trade, ProductType type, String description, Currency... currencies)Creates a summary instance for a trade.
-