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 class
ColumnName
The 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 MarketDataConfigBuilder
MarketDataConfigBuilder. add(TypedString<?> name, Object value)
Adds an item of configuration under the specified name.<T> T
MarketDataConfig. 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 class
TypedString<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 class
FieldName
The name of a field in a market data record.class
ObservableSource
Identifies 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 class
ValueType
The 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 class
CurveGroupName
The name of a curve group.class
CurveInfoType<T>
The type that provides meaning to additional curve information.class
LegalEntityGroup
Legal entity group.class
RepoGroup
Group 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 class
ExplainKey<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 class
StrikeType
The 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 class
CurveSensitivitiesType
The 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 class
SurfaceInfoType<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 class
ProductType
The 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 class
EtdContractCode
The contract code for an Exchange Traded Derivative (ETD).class
EtdContractGroupCode
The code for a group of ETD contracts, as defined an exchange.
-