Interface RateIndexSecurity
-
- All Superinterfaces:
Security
- All Known Implementing Classes:
IborFutureSecurity
,OvernightFutureSecurity
public interface RateIndexSecurity extends Security
An instrument representing a security associated with a rate index.Examples include Ibor or Overnight rate futures.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateIndex
getIndex()
Get the rate index.RateIndexSecurity
withInfo(SecurityInfo info)
Returns an instance with the specified info.-
Methods inherited from interface com.opengamma.strata.product.Security
createPosition, createPosition, createProduct, createTrade, getCurrency, getInfo, getSecurityId, getUnderlyingIds
-
-
-
-
Method Detail
-
getIndex
RateIndex getIndex()
Get the rate index.The index of the rate to be observed.
- Returns:
- the rate index
-
withInfo
RateIndexSecurity withInfo(SecurityInfo info)
Description copied from interface:Security
Returns an instance with the specified info.
-
-