Uses of Interface
com.opengamma.strata.basics.date.HolidayCalendar
-
Packages that use HolidayCalendar Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.product.rate Entity objects describing the rate-based financial instruments. -
-
Uses of HolidayCalendar in com.opengamma.strata.basics.date
Classes in com.opengamma.strata.basics.date that implement HolidayCalendar Modifier and Type Class Description class
ImmutableHolidayCalendar
An immutable holiday calendar implementation.Fields in com.opengamma.strata.basics.date declared as HolidayCalendar Modifier and Type Field Description static HolidayCalendar
HolidayCalendars. FRI_SAT
An instance declaring all days as business days except Friday/Saturday weekends.static HolidayCalendar
HolidayCalendars. NO_HOLIDAYS
An instance declaring no holidays and no weekends.static HolidayCalendar
HolidayCalendars. SAT_SUN
An instance declaring all days as business days except Saturday/Sunday weekends.static HolidayCalendar
HolidayCalendars. THU_FRI
An instance declaring all days as business days except Thursday/Friday weekends.Methods in com.opengamma.strata.basics.date that return HolidayCalendar Modifier and Type Method Description default HolidayCalendar
HolidayCalendar. combinedWith(HolidayCalendar other)
Combines this holiday calendar with another.default HolidayCalendar
HolidayCalendar. linkedWith(HolidayCalendar other)
Combines this holiday calendar with another.static HolidayCalendar
HolidayCalendars. of(String uniqueName)
Obtains an instance from the set of standard holiday calendars.HolidayCalendar
HolidayCalendarId. queryValueOrNull(ReferenceData refData)
HolidayCalendar
HolidayCalendarId. resolve(ReferenceData refData)
Resolves this identifier to a holiday calendar using the specified reference data.Methods in com.opengamma.strata.basics.date that return types with arguments of type HolidayCalendar Modifier and Type Method Description static ExtendedEnum<HolidayCalendar>
HolidayCalendars. extendedEnum()
Gets the extended enum helper.Class<HolidayCalendar>
HolidayCalendarId. getReferenceDataType()
Gets the type of data this identifier refers to.Methods in com.opengamma.strata.basics.date with parameters of type HolidayCalendar Modifier and Type Method Description LocalDate
BusinessDayConvention. adjust(LocalDate date, HolidayCalendar calendar)
Adjusts the date as necessary if it is not a business day.LocalDate
PeriodAdditionConvention. adjust(LocalDate baseDate, Period period, HolidayCalendar calendar)
Adjusts the base date, adding the period and applying the convention rule.default HolidayCalendar
HolidayCalendar. combinedWith(HolidayCalendar other)
Combines this holiday calendar with another.default HolidayCalendar
HolidayCalendar. linkedWith(HolidayCalendar other)
Combines this holiday calendar with another. -
Uses of HolidayCalendar in com.opengamma.strata.product.rate
Methods in com.opengamma.strata.product.rate that return HolidayCalendar Modifier and Type Method Description HolidayCalendar
OvernightAveragedDailyRateComputation. getFixingCalendar()
Gets the resolved calendar that the index uses.HolidayCalendar
OvernightAveragedRateComputation. getFixingCalendar()
Gets the resolved calendar that the index uses.HolidayCalendar
OvernightCompoundedAnnualRateComputation. getFixingCalendar()
Gets the resolved calendar that the index uses.HolidayCalendar
OvernightCompoundedRateComputation. getFixingCalendar()
Gets the resolved calendar that the index uses.HolidayCalendar
OvernightRateComputation. getFixingCalendar()
Obtains the resolved calendar that the index uses.Methods in com.opengamma.strata.product.rate that return types with arguments of type HolidayCalendar Modifier and Type Method Description org.joda.beans.MetaProperty<HolidayCalendar>
OvernightAveragedDailyRateComputation.Meta. fixingCalendar()
The meta-property for thefixingCalendar
property.org.joda.beans.MetaProperty<HolidayCalendar>
OvernightAveragedRateComputation.Meta. fixingCalendar()
The meta-property for thefixingCalendar
property.org.joda.beans.MetaProperty<HolidayCalendar>
OvernightCompoundedAnnualRateComputation.Meta. fixingCalendar()
The meta-property for thefixingCalendar
property.org.joda.beans.MetaProperty<HolidayCalendar>
OvernightCompoundedRateComputation.Meta. fixingCalendar()
The meta-property for thefixingCalendar
property.Methods in com.opengamma.strata.product.rate with parameters of type HolidayCalendar Modifier and Type Method Description OvernightAveragedDailyRateComputation.Builder
OvernightAveragedDailyRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)
Sets the resolved calendar that the index uses.OvernightAveragedRateComputation.Builder
OvernightAveragedRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)
Sets the resolved calendar that the index uses.OvernightCompoundedAnnualRateComputation.Builder
OvernightCompoundedAnnualRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)
Sets the resolved calendar that the index uses.OvernightCompoundedRateComputation.Builder
OvernightCompoundedRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)
Sets the resolved calendar that the index uses.
-