Uses of Class
com.opengamma.strata.market.curve.RatesCurveGroupEntry
-
Packages that use RatesCurveGroupEntry Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of RatesCurveGroupEntry in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return RatesCurveGroupEntry Modifier and Type Method Description RatesCurveGroupEntry
RatesCurveGroupEntry.Builder. build()
Methods in com.opengamma.strata.market.curve that return types with arguments of type RatesCurveGroupEntry Modifier and Type Method Description Class<? extends RatesCurveGroupEntry>
RatesCurveGroupEntry.Meta. beanType()
org.joda.beans.MetaProperty<ImmutableList<RatesCurveGroupEntry>>
RatesCurveGroupDefinition.Meta. entries()
The meta-property for theentries
property.Optional<RatesCurveGroupEntry>
RatesCurveGroupDefinition. findEntry(CurveName curveName)
Finds the entry for the curve with the specified name.ImmutableList<RatesCurveGroupEntry>
RatesCurveGroupDefinition. getEntries()
Gets the configuration for building the curves in the group.Method parameters in com.opengamma.strata.market.curve with type arguments of type RatesCurveGroupEntry Modifier and Type Method Description static RatesCurveGroupDefinition
RatesCurveGroupDefinition. of(CurveGroupName name, Collection<RatesCurveGroupEntry> entries, Collection<CurveDefinition> curveDefinitions)
Returns a curve group definition with the specified name and containing the specified entries.static RatesCurveGroupDefinition
RatesCurveGroupDefinition. of(CurveGroupName name, Collection<RatesCurveGroupEntry> entries, Collection<CurveDefinition> curveDefinitions, Map<CurveName,SeasonalityDefinition> seasonalityDefinitions)
Returns a curve group definition with the specified name and containing the specified entries and seasonality.
-