Uses of Class
com.opengamma.strata.collect.TypedString
-
Packages that use TypedString Package Description com.opengamma.strata.calc Calculates risk measures on trades, applies scenarios and manages market data.com.opengamma.strata.calc.marketdata Provides the ability to obtain market data and perform calibrations and scenario perturbations.com.opengamma.strata.collect Root package for common data structures used by Strata.com.opengamma.strata.data Basic types to model market data.com.opengamma.strata.market Data structures for market data.com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.market.explain Support for explaining results.com.opengamma.strata.market.option Entity objects for options.com.opengamma.strata.market.sensitivity Entity objects for sensitivities.com.opengamma.strata.market.surface Definitions of surfaces.com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of TypedString in com.opengamma.strata.calc
Subclasses of TypedString in com.opengamma.strata.calc Modifier and Type Class Description classColumnNameThe name of a column in the grid of calculation results. -
Uses of TypedString in com.opengamma.strata.calc.marketdata
Methods in com.opengamma.strata.calc.marketdata with parameters of type TypedString Modifier and Type Method Description MarketDataConfigBuilderMarketDataConfigBuilder. add(TypedString<?> name, Object value)Adds an item of configuration under the specified name.<T> TMarketDataConfig. get(Class<T> type, TypedString<?> name)Returns the configuration object with the specified type and name if available. -
Uses of TypedString in com.opengamma.strata.collect
Classes in com.opengamma.strata.collect with type parameters of type TypedString Modifier and Type Class Description classTypedString<T extends TypedString<T>>An abstract class designed to enable typed strings. -
Uses of TypedString in com.opengamma.strata.data
Subclasses of TypedString in com.opengamma.strata.data Modifier and Type Class Description classFieldNameThe name of a field in a market data record.classObservableSourceIdentifies the source of observable market data, for example Bloomberg or Reuters. -
Uses of TypedString in com.opengamma.strata.market
Subclasses of TypedString in com.opengamma.strata.market Modifier and Type Class Description classValueTypeThe type of a value. -
Uses of TypedString in com.opengamma.strata.market.curve
Subclasses of TypedString in com.opengamma.strata.market.curve Modifier and Type Class Description classCurveGroupNameThe name of a curve group.classCurveInfoType<T>The type that provides meaning to additional curve information.classLegalEntityGroupLegal entity group.classRepoGroupGroup used to identify a related set of repo curves when pricing bonds. -
Uses of TypedString in com.opengamma.strata.market.explain
Subclasses of TypedString in com.opengamma.strata.market.explain Modifier and Type Class Description classExplainKey<T>A key for the map of explanatory values. -
Uses of TypedString in com.opengamma.strata.market.option
Subclasses of TypedString in com.opengamma.strata.market.option Modifier and Type Class Description classStrikeTypeThe type of a strike. -
Uses of TypedString in com.opengamma.strata.market.sensitivity
Subclasses of TypedString in com.opengamma.strata.market.sensitivity Modifier and Type Class Description classCurveSensitivitiesTypeThe type of curve sensitivities. -
Uses of TypedString in com.opengamma.strata.market.surface
Subclasses of TypedString in com.opengamma.strata.market.surface Modifier and Type Class Description classSurfaceInfoType<T>The type that provides meaning to additional surface information. -
Uses of TypedString in com.opengamma.strata.product
Subclasses of TypedString in com.opengamma.strata.product Modifier and Type Class Description classProductTypeThe type of a portfolio item. -
Uses of TypedString in com.opengamma.strata.product.etd
Subclasses of TypedString in com.opengamma.strata.product.etd Modifier and Type Class Description classEtdContractCodeThe contract code for an Exchange Traded Derivative (ETD).classEtdContractGroupCodeThe code for a group of ETD contracts, as defined an exchange.
-