Uses of Class
com.opengamma.strata.data.FieldName
-
Packages that use FieldName Package Description com.opengamma.strata.data Basic types to model market data.com.opengamma.strata.market.observable Market data for quotes. -
-
Uses of FieldName in com.opengamma.strata.data
Fields in com.opengamma.strata.data declared as FieldName Modifier and Type Field Description static FieldName
FieldName. CLEAN_PRICE
The field name for the clean price of a coupon bond.static FieldName
FieldName. DIRTY_PRICE
The field name for the dirty price of a coupon bond.static FieldName
FieldName. MARKET_VALUE
The field name for the market value - 'MarketValue'.static FieldName
FieldName. SETTLEMENT_PRICE
The field name for the settlement price - 'SettlementPrice'.static FieldName
FieldName. VOLATILITY
The field name for the volatility of an asset.Methods in com.opengamma.strata.data that return FieldName Modifier and Type Method Description FieldName
ObservableId. getFieldName()
Gets the field name in the market data record that contains the market data item.static FieldName
FieldName. of(String name)
Obtains an instance from the specified name. -
Uses of FieldName in com.opengamma.strata.market.observable
Methods in com.opengamma.strata.market.observable that return FieldName Modifier and Type Method Description FieldName
IndexQuoteId. getFieldName()
Gets the field name in the market data record that contains the market data item.FieldName
QuoteId. getFieldName()
Gets the field name in the market data record that contains the market data item.Methods in com.opengamma.strata.market.observable with parameters of type FieldName Modifier and Type Method Description static IndexQuoteId
IndexQuoteId. of(Index index, FieldName fieldName)
Obtains an instance used to obtain an observable value of the index.static IndexQuoteId
IndexQuoteId. of(Index index, FieldName fieldName, ObservableSource obsSource)
Obtains an instance used to obtain an observable value of the index, specifying the source of observable market data.static QuoteId
QuoteId. of(StandardId standardId, FieldName fieldName)
Obtains an instance used to obtain an observable value.static QuoteId
QuoteId. of(StandardId standardId, FieldName fieldName, ObservableSource obsSource)
Obtains an instance used to obtain an observable value, specifying the source of observable market data.static QuoteScenarioArrayId
QuoteScenarioArrayId. of(StandardId id, FieldName fieldName)
Returns a key identifying the market data with the specified ID and field name.
-