Uses of Interface
com.opengamma.strata.basics.schedule.RollConvention
-
Packages that use RollConvention Package Description com.opengamma.strata.basics.schedule Basic financial tools for working with date-based schedules.com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of RollConvention in com.opengamma.strata.basics.schedule
Fields in com.opengamma.strata.basics.schedule declared as RollConvention Modifier and Type Field Description static RollConventionRollConventions. DAY_1The 'Day1' roll convention which adjusts the date to day-of-month 1.static RollConventionRollConventions. DAY_10The 'Day10' roll convention which adjusts the date to day-of-month 10.static RollConventionRollConventions. DAY_11The 'Day11' roll convention which adjusts the date to day-of-month 11.static RollConventionRollConventions. DAY_12The 'Day12' roll convention which adjusts the date to day-of-month 12.static RollConventionRollConventions. DAY_13The 'Day13' roll convention which adjusts the date to day-of-month 13static RollConventionRollConventions. DAY_14The 'Day14' roll convention which adjusts the date to day-of-month 14.static RollConventionRollConventions. DAY_15The 'Day15' roll convention which adjusts the date to day-of-month 15.static RollConventionRollConventions. DAY_16The 'Day16' roll convention which adjusts the date to day-of-month 16.static RollConventionRollConventions. DAY_17The 'Day17' roll convention which adjusts the date to day-of-month 17.static RollConventionRollConventions. DAY_18The 'Day18' roll convention which adjusts the date to day-of-month 18.static RollConventionRollConventions. DAY_19The 'Day19' roll convention which adjusts the date to day-of-month 19.static RollConventionRollConventions. DAY_2The 'Day2' roll convention which adjusts the date to day-of-month 2.static RollConventionRollConventions. DAY_20The 'Day20' roll convention which adjusts the date to day-of-month 20.static RollConventionRollConventions. DAY_21The 'Day21' roll convention which adjusts the date to day-of-month 21.static RollConventionRollConventions. DAY_22The 'Day22' roll convention which adjusts the date to day-of-month 22.static RollConventionRollConventions. DAY_23The 'Day23' roll convention which adjusts the date to day-of-month 23.static RollConventionRollConventions. DAY_24The 'Day24' roll convention which adjusts the date to day-of-month 24.static RollConventionRollConventions. DAY_25The 'Day25' roll convention which adjusts the date to day-of-month 25.static RollConventionRollConventions. DAY_26The 'Day26' roll convention which adjusts the date to day-of-month 26.static RollConventionRollConventions. DAY_27The 'Day27' roll convention which adjusts the date to day-of-month 27.static RollConventionRollConventions. DAY_28The 'Day28' roll convention which adjusts the date to day-of-month 28.static RollConventionRollConventions. DAY_29The 'Day29' roll convention which adjusts the date to day-of-month 29.static RollConventionRollConventions. DAY_3The 'Day3' roll convention which adjusts the date to day-of-month 3.static RollConventionRollConventions. DAY_30The 'Day30' roll convention which adjusts the date to day-of-month 30.static RollConventionRollConventions. DAY_4The 'Day4' roll convention which adjusts the date to day-of-month 4.static RollConventionRollConventions. DAY_5The 'Day5' roll convention which adjusts the date to day-of-month 5.static RollConventionRollConventions. DAY_6The 'Day6' roll convention which adjusts the date to day-of-month 6.static RollConventionRollConventions. DAY_7The 'Day7' roll convention which adjusts the date to day-of-month 7.static RollConventionRollConventions. DAY_8The 'Day8' roll convention which adjusts the date to day-of-month 8.static RollConventionRollConventions. DAY_9The 'Day9' roll convention which adjusts the date to day-of-month 9.static RollConventionRollConventions. DAY_FRIThe 'DayFri' roll convention which adjusts the date to be Friday.static RollConventionRollConventions. DAY_MONThe 'DayMon' roll convention which adjusts the date to be Monday.static RollConventionRollConventions. DAY_SATThe 'DaySat' roll convention which adjusts the date to be Saturday.static RollConventionRollConventions. DAY_SUNThe 'DaySun' roll convention which adjusts the date to be Sunday.static RollConventionRollConventions. DAY_THUThe 'DayThu' roll convention which adjusts the date to be Thursday.static RollConventionRollConventions. DAY_TUEThe 'DayTue' roll convention which adjusts the date to be Tuesday.static RollConventionRollConventions. DAY_WEDThe 'DayWed' roll convention which adjusts the date to be Wednesday.static RollConventionRollConventions. EOMThe 'EOM' roll convention which adjusts the date to the end of the month.static RollConventionRollConventions. IMMThe 'IMM' roll convention which adjusts the date to the third Wednesday.static RollConventionRollConventions. IMMAUDThe 'IMMAUD' roll convention which adjusts the date to the Thursday before the second Friday.static RollConventionRollConventions. IMMCADThe 'IMMCAD' roll convention which adjusts the date two days before the third Wednesday.static RollConventionRollConventions. IMMNZDThe 'IMMNZD' roll convention which adjusts the date to the first Wednesday on or after the ninth day of the month.static RollConventionRollConventions. NONEThe 'None' roll convention.static RollConventionRollConventions. SFEThe 'SFE' roll convention which adjusts the date to the second Friday.static RollConventionRollConventions. TBILLThe 'TBILL' roll convention which adjusts the date to next Monday.Methods in com.opengamma.strata.basics.schedule that return RollConvention Modifier and Type Method Description RollConventionPeriodicSchedule. calculatedRollConvention()Gets the applicable roll convention defining how to roll dates.RollConventionSchedule. getRollConvention()Gets the roll convention used when building the schedule.static RollConventionRollConvention. of(String uniqueName)Obtains an instance from the specified unique name.static RollConventionRollConvention. ofDayOfMonth(int dayOfMonth)Obtains an instance from the day-of-month.static RollConventionRollConvention. ofDayOfWeek(DayOfWeek dayOfWeek)Obtains an instance from the day-of-week.RollConventionStubConvention. toRollConvention(LocalDate start, LocalDate end, Frequency frequency, boolean preferEndOfMonth)Converts this stub convention to the appropriate roll convention.Methods in com.opengamma.strata.basics.schedule that return types with arguments of type RollConvention Modifier and Type Method Description static ExtendedEnum<RollConvention>RollConvention. extendedEnum()Gets the extended enum helper.Optional<RollConvention>PeriodicSchedule. getRollConvention()Gets the optional convention defining how to roll dates.org.joda.beans.MetaProperty<RollConvention>PeriodicSchedule.Meta. rollConvention()The meta-property for therollConventionproperty.org.joda.beans.MetaProperty<RollConvention>Schedule.Meta. rollConvention()The meta-property for therollConventionproperty.Methods in com.opengamma.strata.basics.schedule with parameters of type RollConvention Modifier and Type Method Description booleanSchedulePeriod. isRegular(Frequency frequency, RollConvention rollConvention)Checks if this period is regular according to the specified frequency and roll convention.static PeriodicSchedulePeriodicSchedule. of(LocalDate unadjustedStartDate, LocalDate unadjustedEndDate, Frequency frequency, BusinessDayAdjustment businessDayAdjustment, StubConvention stubConvention, RollConvention rollConvention)Obtains an instance based on roll and stub conventions.PeriodicSchedule.BuilderPeriodicSchedule.Builder. rollConvention(RollConvention rollConvention)Sets the optional convention defining how to roll dates.Schedule.BuilderSchedule.Builder. rollConvention(RollConvention rollConvention)Sets the roll convention used when building the schedule.PeriodicScheduleSchedulePeriod. subSchedule(Frequency frequency, RollConvention rollConvention, StubConvention stubConvention, BusinessDayAdjustment adjustment)Creates a sub-schedule within this period. -
Uses of RollConvention in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return RollConvention Modifier and Type Method Description static RollConventionLoaderUtils. parseRollConvention(String str)Parses roll convention from the input string. -
Uses of RollConvention in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return RollConvention Modifier and Type Method Description RollConventionFpmlDocument. convertRollConvention(String fmplRollConventionName)Converts an FpML roll convention string to aRollConvention. -
Uses of RollConvention in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return RollConvention Modifier and Type Method Description RollConventionResolvedCapitalIndexedBond. getRollConvention()Gets the roll convention of the bond payments.RollConventionResolvedFixedCouponBond. getRollConvention()Gets the roll convention of the bond payments.Methods in com.opengamma.strata.product.bond that return types with arguments of type RollConvention Modifier and Type Method Description org.joda.beans.MetaProperty<RollConvention>ResolvedCapitalIndexedBond.Meta. rollConvention()The meta-property for therollConventionproperty.org.joda.beans.MetaProperty<RollConvention>ResolvedFixedCouponBond.Meta. rollConvention()The meta-property for therollConventionproperty.Methods in com.opengamma.strata.product.bond with parameters of type RollConvention Modifier and Type Method Description ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. rollConvention(RollConvention rollConvention)Sets the roll convention of the bond payments.ResolvedFixedCouponBond.BuilderResolvedFixedCouponBond.Builder. rollConvention(RollConvention rollConvention)Sets the roll convention of the bond payments. -
Uses of RollConvention in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return RollConvention Modifier and Type Method Description RollConventionImmutableCdsConvention. getRollConvention()Gets the convention defining how to roll dates, optional with defaulting getter.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type RollConvention Modifier and Type Method Description org.joda.beans.MetaProperty<RollConvention>ImmutableCdsConvention.Meta. rollConvention()The meta-property for therollConventionproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type RollConvention Modifier and Type Method Description ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. rollConvention(RollConvention rollConvention)Sets the convention defining how to roll dates, optional with defaulting getter. -
Uses of RollConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return RollConvention Modifier and Type Method Description RollConventionFixedRateSwapLegConvention. getRollConvention()Gets the convention defining how to roll dates, providing a default result if no override specified.RollConventionIborRateSwapLegConvention. getRollConvention()Gets the convention defining how to roll dates, providing a default result if no override specified.RollConventionOvernightRateSwapLegConvention. getRollConvention()Gets the convention defining how to roll dates, providing a default result if no override specified.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type RollConvention Modifier and Type Method Description org.joda.beans.MetaProperty<RollConvention>FixedRateSwapLegConvention.Meta. rollConvention()The meta-property for therollConventionproperty.org.joda.beans.MetaProperty<RollConvention>IborRateSwapLegConvention.Meta. rollConvention()The meta-property for therollConventionproperty.org.joda.beans.MetaProperty<RollConvention>OvernightRateSwapLegConvention.Meta. rollConvention()The meta-property for therollConventionproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type RollConvention Modifier and Type Method Description FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. rollConvention(RollConvention rollConvention)Sets the convention defining how to roll dates, optional with defaulting getter.IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. rollConvention(RollConvention rollConvention)Sets the convention defining how to roll dates, optional with defaulting getter.OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. rollConvention(RollConvention rollConvention)Sets the convention defining how to roll dates, optional with defaulting getter.
-