Uses of Class
com.opengamma.strata.market.ShiftType
-
Packages that use ShiftType Package Description com.opengamma.strata.market Data structures for market data.com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.market.param Market data based on parameters. -
-
Uses of ShiftType in com.opengamma.strata.market
Methods in com.opengamma.strata.market that return ShiftType Modifier and Type Method Description ShiftTypeFxRateShifts. getShiftType()Gets the type of shift applied to the FX rate.ShiftTypeGenericDoubleShifts. getShiftType()Gets the type of shift applied to aDoublevalue.static ShiftTypeShiftType. of(String name)Obtains an instance from the specified name.static ShiftTypeShiftType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShiftType[]ShiftType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.market that return types with arguments of type ShiftType Modifier and Type Method Description org.joda.beans.MetaProperty<ShiftType>FxRateShifts.Meta. shiftType()The meta-property for theshiftTypeproperty.org.joda.beans.MetaProperty<ShiftType>GenericDoubleShifts.Meta. shiftType()The meta-property for theshiftTypeproperty.Methods in com.opengamma.strata.market with parameters of type ShiftType Modifier and Type Method Description static FxRateShiftsFxRateShifts. of(ShiftType shiftType, DoubleArray shiftAmount, CurrencyPair currencyPair)Creates an instance.static GenericDoubleShiftsGenericDoubleShifts. of(ShiftType shiftType, DoubleArray shiftAmount)Creates an instance with zero spread.static GenericDoubleShiftsGenericDoubleShifts. of(ShiftType shiftType, DoubleArray shiftAmount, double spread)Creates an instance with spread. -
Uses of ShiftType in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return ShiftType Modifier and Type Method Description ShiftTypeInflationNodalCurve. getAdjustmentType()Gets the shift type applied to the unadjusted value and the adjustment.ShiftTypeSeasonalityDefinition. getAdjustmentType()Gets the shift type applied to the unadjusted value and the adjustment.ShiftTypeCurveParallelShifts. getShiftType()Gets the type of shift to apply to the y-values of the curve.ShiftTypeParallelShiftedCurve. getShiftType()Gets the type of shift to apply to the y-values of the curve.Methods in com.opengamma.strata.market.curve that return types with arguments of type ShiftType Modifier and Type Method Description org.joda.beans.MetaProperty<ShiftType>InflationNodalCurve.Meta. adjustmentType()The meta-property for theadjustmentTypeproperty.org.joda.beans.MetaProperty<ShiftType>SeasonalityDefinition.Meta. adjustmentType()The meta-property for theadjustmentTypeproperty.org.joda.beans.MetaProperty<ShiftType>CurveParallelShifts.Meta. shiftType()The meta-property for theshiftTypeproperty.org.joda.beans.MetaProperty<ShiftType>ParallelShiftedCurve.Meta. shiftType()The meta-property for theshiftTypeproperty.Methods in com.opengamma.strata.market.curve with parameters of type ShiftType Modifier and Type Method Description static InflationNodalCurveInflationNodalCurve. of(NodalCurve curve, DoubleArray seasonality, ShiftType adjustmentType)Obtains an instance of the curve.static ParallelShiftedCurveParallelShiftedCurve. of(Curve curve, ShiftType shiftType, double shiftAmount)Returns a curve based on an underlying curve with a parallel shift applied to the Y values.static SeasonalityDefinitionSeasonalityDefinition. of(DoubleArray seasonalityMonthOnMonth, ShiftType adjustmentType)Obtains an instance of the seasonality. -
Uses of ShiftType in com.opengamma.strata.market.param
Methods in com.opengamma.strata.market.param that return ShiftType Modifier and Type Method Description ShiftTypePointShifts. getShiftType()Gets the type of shift applied to the parameters.Methods in com.opengamma.strata.market.param that return types with arguments of type ShiftType Modifier and Type Method Description org.joda.beans.MetaProperty<ShiftType>PointShifts.Meta. shiftType()The meta-property for theshiftTypeproperty.Methods in com.opengamma.strata.market.param with parameters of type ShiftType Modifier and Type Method Description static PointShiftsBuilderPointShifts. builder(ShiftType shiftType)Returns a new mutable builder for building instances ofParameterizedDataPointShifts.
-