Uses of Class
com.opengamma.strata.market.curve.CurveInfoType
-
Packages that use CurveInfoType Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of CurveInfoType in com.opengamma.strata.market.curve
Fields in com.opengamma.strata.market.curve declared as CurveInfoType Modifier and Type Field Description static CurveInfoType<Double>CurveInfoType. CDS_INDEX_FACTORKey used to access information about the index factor.static CurveInfoType<Integer>CurveInfoType. COMPOUNDING_PER_YEARKey used to access information about the number of compounding per year, as anInteger.static CurveInfoType<DayCount>CurveInfoType. DAY_COUNTKey used to access information about theDayCount.static CurveInfoType<JacobianCalibrationMatrix>CurveInfoType. JACOBIANKey used to access information about theJacobianCalibrationMatrix.static CurveInfoType<DoubleArray>CurveInfoType. PV_SENSITIVITY_TO_MARKET_QUOTEKey used to access information about the present value sensitivity to market quote, represented by aDoubleArray.Methods in com.opengamma.strata.market.curve that return CurveInfoType Modifier and Type Method Description static <T> CurveInfoType<T>CurveInfoType. of(String name)Obtains an instance from the specified name.Methods in com.opengamma.strata.market.curve that return types with arguments of type CurveInfoType Modifier and Type Method Description ImmutableMap<CurveInfoType<?>,Object>DefaultCurveMetadata. getInfo()Gets the additional curve information.org.joda.beans.MetaProperty<ImmutableMap<CurveInfoType<?>,Object>>DefaultCurveMetadata.Meta. info()The meta-property for theinfoproperty.Methods in com.opengamma.strata.market.curve with parameters of type CurveInfoType Modifier and Type Method Description <T> DefaultCurveMetadataBuilderDefaultCurveMetadataBuilder. addInfo(CurveInfoType<T> type, T value)Adds a single piece of additional information.<T> Optional<T>CurveMetadata. findInfo(CurveInfoType<T> type)Finds curve information of a specific type.<T> Optional<T>DefaultCurveMetadata. findInfo(CurveInfoType<T> type)default <T> TCurveMetadata. getInfo(CurveInfoType<T> type)Gets curve information of a specific type.<T> TDefaultCurveMetadata. getInfo(CurveInfoType<T> type)<T> DefaultCurveMetadataCurveMetadata. withInfo(CurveInfoType<T> type, T value)Returns an instance where the specified additional information has been added.<T> DefaultCurveMetadataDefaultCurveMetadata. withInfo(CurveInfoType<T> type, T value)
-