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 RateIndexgetIndex()Get the rate index.RateIndexSecuritywithInfo(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:SecurityReturns an instance with the specified info.
-
-