Uses of Class
com.opengamma.strata.basics.schedule.StubConvention
-
Packages that use StubConvention Package Description com.opengamma.strata.basics.schedule Basic financial tools for working with date-based schedules.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 StubConvention in com.opengamma.strata.basics.schedule
Methods in com.opengamma.strata.basics.schedule that return StubConvention Modifier and Type Method Description static StubConventionStubConvention. of(String name)Obtains an instance from the specified name.static StubConventionStubConvention. valueOf(String name)Returns the enum constant of this type with the specified name.static StubConvention[]StubConvention. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.basics.schedule that return types with arguments of type StubConvention Modifier and Type Method Description Optional<StubConvention>PeriodicSchedule. getStubConvention()Gets the optional convention defining how to handle stubs.org.joda.beans.MetaProperty<StubConvention>PeriodicSchedule.Meta. stubConvention()The meta-property for thestubConventionproperty.Methods in com.opengamma.strata.basics.schedule with parameters of type StubConvention Modifier and Type Method Description static PeriodicSchedulePeriodicSchedule. of(LocalDate unadjustedStartDate, LocalDate unadjustedEndDate, Frequency frequency, BusinessDayAdjustment businessDayAdjustment, StubConvention stubConvention, boolean preferEndOfMonth)Obtains an instance based on a stub convention and end-of-month flag.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. stubConvention(StubConvention stubConvention)Sets the optional convention defining how to handle stubs.PeriodicScheduleSchedulePeriod. subSchedule(Frequency frequency, RollConvention rollConvention, StubConvention stubConvention, BusinessDayAdjustment adjustment)Creates a sub-schedule within this period. -
Uses of StubConvention in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return StubConvention Modifier and Type Method Description StubConventionImmutableCdsConvention. getStubConvention()Gets the convention defining how to handle stubs, optional with defaulting getter.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type StubConvention Modifier and Type Method Description org.joda.beans.MetaProperty<StubConvention>ImmutableCdsConvention.Meta. stubConvention()The meta-property for thestubConventionproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type StubConvention Modifier and Type Method Description ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. stubConvention(StubConvention stubConvention)Sets the convention defining how to handle stubs, optional with defaulting getter. -
Uses of StubConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return StubConvention Modifier and Type Method Description StubConventionFixedRateSwapLegConvention. getStubConvention()Gets the convention defining how to handle stubs, providing a default result if no override specified.StubConventionIborRateSwapLegConvention. getStubConvention()Gets the convention defining how to handle stubs, providing a default result if no override specified.StubConventionOvernightRateSwapLegConvention. getStubConvention()Gets the convention defining how to handle stubs, providing a default result if no override specified.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type StubConvention Modifier and Type Method Description org.joda.beans.MetaProperty<StubConvention>FixedRateSwapLegConvention.Meta. stubConvention()The meta-property for thestubConventionproperty.org.joda.beans.MetaProperty<StubConvention>IborRateSwapLegConvention.Meta. stubConvention()The meta-property for thestubConventionproperty.org.joda.beans.MetaProperty<StubConvention>OvernightRateSwapLegConvention.Meta. stubConvention()The meta-property for thestubConventionproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type StubConvention Modifier and Type Method Description FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)Sets the convention defining how to handle stubs, optional with defaulting getter.IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)Sets the convention defining how to handle stubs, optional with defaulting getter.OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)Sets the convention defining how to handle stubs, optional with defaulting getter.
-