Class RepoCurveInputsId

    • Method Detail

      • of

        public static RepoCurveInputsId of​(CurveGroupName groupName,
                                           CurveName curveName,
                                           ObservableSource obsSource)
        Obtains an instance from the curve group name, curve name and source of observable market data.
        Parameters:
        groupName - the curve group name
        curveName - the curve name
        obsSource - the source of observable market data
        Returns:
        the identifier
      • meta

        public static org.joda.beans.TypedMetaBean<RepoCurveInputsId> meta()
        The meta-bean for RepoCurveInputsId.
        Returns:
        the meta-bean, not null
      • metaBean

        public org.joda.beans.TypedMetaBean<RepoCurveInputsId> metaBean()
        Specified by:
        metaBean in interface org.joda.beans.Bean
      • getCurveGroupName

        public CurveGroupName getCurveGroupName()
        Gets the curve group name.
        Returns:
        the value of the property, not null
      • getCurveName

        public CurveName getCurveName()
        Gets the curve name.
        Returns:
        the value of the property, not null
      • getObservableSource

        public ObservableSource getObservableSource()
        Gets the source of observable market data.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object