Interface DatedParameterMetadata
-
- All Superinterfaces:
org.joda.beans.Bean
,org.joda.beans.ImmutableBean
,ParameterMetadata
- All Known Implementing Classes:
LabelDateParameterMetadata
,TenorDateParameterMetadata
,YearMonthDateParameterMetadata
public interface DatedParameterMetadata extends ParameterMetadata
Parameter metadata that specifies a date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDate
getDate()
Gets the date associated with the parameter.-
Methods inherited from interface com.opengamma.strata.market.param.ParameterMetadata
getIdentifier, getLabel
-
-
-
-
Method Detail
-
getDate
LocalDate getDate()
Gets the date associated with the parameter.This is the date that is most closely associated with the parameter. The actual parameter is typically a year fraction based on a day count.
- Returns:
- the date
-
-