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 ShiftType
FxRateShifts. getShiftType()
Gets the type of shift applied to the FX rate.ShiftType
GenericDoubleShifts. getShiftType()
Gets the type of shift applied to aDouble
value.static ShiftType
ShiftType. of(String name)
Obtains an instance from the specified name.static ShiftType
ShiftType. 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 theshiftType
property.org.joda.beans.MetaProperty<ShiftType>
GenericDoubleShifts.Meta. shiftType()
The meta-property for theshiftType
property.Methods in com.opengamma.strata.market with parameters of type ShiftType Modifier and Type Method Description static FxRateShifts
FxRateShifts. of(ShiftType shiftType, DoubleArray shiftAmount, CurrencyPair currencyPair)
Creates an instance.static GenericDoubleShifts
GenericDoubleShifts. of(ShiftType shiftType, DoubleArray shiftAmount)
Creates an instance with zero spread.static GenericDoubleShifts
GenericDoubleShifts. 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 ShiftType
InflationNodalCurve. getAdjustmentType()
Gets the shift type applied to the unadjusted value and the adjustment.ShiftType
SeasonalityDefinition. getAdjustmentType()
Gets the shift type applied to the unadjusted value and the adjustment.ShiftType
CurveParallelShifts. getShiftType()
Gets the type of shift to apply to the y-values of the curve.ShiftType
ParallelShiftedCurve. 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 theadjustmentType
property.org.joda.beans.MetaProperty<ShiftType>
SeasonalityDefinition.Meta. adjustmentType()
The meta-property for theadjustmentType
property.org.joda.beans.MetaProperty<ShiftType>
CurveParallelShifts.Meta. shiftType()
The meta-property for theshiftType
property.org.joda.beans.MetaProperty<ShiftType>
ParallelShiftedCurve.Meta. shiftType()
The meta-property for theshiftType
property.Methods in com.opengamma.strata.market.curve with parameters of type ShiftType Modifier and Type Method Description static InflationNodalCurve
InflationNodalCurve. of(NodalCurve curve, DoubleArray seasonality, ShiftType adjustmentType)
Obtains an instance of the curve.static ParallelShiftedCurve
ParallelShiftedCurve. 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 SeasonalityDefinition
SeasonalityDefinition. 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 ShiftType
PointShifts. 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 theshiftType
property.Methods in com.opengamma.strata.market.param with parameters of type ShiftType Modifier and Type Method Description static PointShiftsBuilder
PointShifts. builder(ShiftType shiftType)
Returns a new mutable builder for building instances ofParameterizedDataPointShifts
.
-