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 StubConvention
StubConvention. of(String name)
Obtains an instance from the specified name.static StubConvention
StubConvention. 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 thestubConvention
property.Methods in com.opengamma.strata.basics.schedule with parameters of type StubConvention Modifier and Type Method Description static PeriodicSchedule
PeriodicSchedule. 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 PeriodicSchedule
PeriodicSchedule. of(LocalDate unadjustedStartDate, LocalDate unadjustedEndDate, Frequency frequency, BusinessDayAdjustment businessDayAdjustment, StubConvention stubConvention, RollConvention rollConvention)
Obtains an instance based on roll and stub conventions.PeriodicSchedule.Builder
PeriodicSchedule.Builder. stubConvention(StubConvention stubConvention)
Sets the optional convention defining how to handle stubs.PeriodicSchedule
SchedulePeriod. 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 StubConvention
ImmutableCdsConvention. 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 thestubConvention
property.Methods in com.opengamma.strata.product.credit.type with parameters of type StubConvention Modifier and Type Method Description ImmutableCdsConvention.Builder
ImmutableCdsConvention.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 StubConvention
FixedRateSwapLegConvention. getStubConvention()
Gets the convention defining how to handle stubs, providing a default result if no override specified.StubConvention
IborRateSwapLegConvention. getStubConvention()
Gets the convention defining how to handle stubs, providing a default result if no override specified.StubConvention
OvernightRateSwapLegConvention. 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 thestubConvention
property.org.joda.beans.MetaProperty<StubConvention>
IborRateSwapLegConvention.Meta. stubConvention()
The meta-property for thestubConvention
property.org.joda.beans.MetaProperty<StubConvention>
OvernightRateSwapLegConvention.Meta. stubConvention()
The meta-property for thestubConvention
property.Methods in com.opengamma.strata.product.swap.type with parameters of type StubConvention Modifier and Type Method Description FixedRateSwapLegConvention.Builder
FixedRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)
Sets the convention defining how to handle stubs, optional with defaulting getter.IborRateSwapLegConvention.Builder
IborRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)
Sets the convention defining how to handle stubs, optional with defaulting getter.OvernightRateSwapLegConvention.Builder
OvernightRateSwapLegConvention.Builder. stubConvention(StubConvention stubConvention)
Sets the convention defining how to handle stubs, optional with defaulting getter.
-