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 classImmutableHolidayCalendarAn immutable holiday calendar implementation.Fields in com.opengamma.strata.basics.date declared as HolidayCalendar Modifier and Type Field Description static HolidayCalendarHolidayCalendars. FRI_SATAn instance declaring all days as business days except Friday/Saturday weekends.static HolidayCalendarHolidayCalendars. NO_HOLIDAYSAn instance declaring no holidays and no weekends.static HolidayCalendarHolidayCalendars. SAT_SUNAn instance declaring all days as business days except Saturday/Sunday weekends.static HolidayCalendarHolidayCalendars. THU_FRIAn 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 HolidayCalendarHolidayCalendar. combinedWith(HolidayCalendar other)Combines this holiday calendar with another.default HolidayCalendarHolidayCalendar. linkedWith(HolidayCalendar other)Combines this holiday calendar with another.static HolidayCalendarHolidayCalendars. of(String uniqueName)Obtains an instance from the set of standard holiday calendars.HolidayCalendarHolidayCalendarId. queryValueOrNull(ReferenceData refData)HolidayCalendarHolidayCalendarId. 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 LocalDateBusinessDayConvention. adjust(LocalDate date, HolidayCalendar calendar)Adjusts the date as necessary if it is not a business day.LocalDatePeriodAdditionConvention. adjust(LocalDate baseDate, Period period, HolidayCalendar calendar)Adjusts the base date, adding the period and applying the convention rule.default HolidayCalendarHolidayCalendar. combinedWith(HolidayCalendar other)Combines this holiday calendar with another.default HolidayCalendarHolidayCalendar. 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 HolidayCalendarOvernightAveragedDailyRateComputation. getFixingCalendar()Gets the resolved calendar that the index uses.HolidayCalendarOvernightAveragedRateComputation. getFixingCalendar()Gets the resolved calendar that the index uses.HolidayCalendarOvernightCompoundedAnnualRateComputation. getFixingCalendar()Gets the resolved calendar that the index uses.HolidayCalendarOvernightCompoundedRateComputation. getFixingCalendar()Gets the resolved calendar that the index uses.HolidayCalendarOvernightRateComputation. 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 thefixingCalendarproperty.org.joda.beans.MetaProperty<HolidayCalendar>OvernightAveragedRateComputation.Meta. fixingCalendar()The meta-property for thefixingCalendarproperty.org.joda.beans.MetaProperty<HolidayCalendar>OvernightCompoundedAnnualRateComputation.Meta. fixingCalendar()The meta-property for thefixingCalendarproperty.org.joda.beans.MetaProperty<HolidayCalendar>OvernightCompoundedRateComputation.Meta. fixingCalendar()The meta-property for thefixingCalendarproperty.Methods in com.opengamma.strata.product.rate with parameters of type HolidayCalendar Modifier and Type Method Description OvernightAveragedDailyRateComputation.BuilderOvernightAveragedDailyRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)Sets the resolved calendar that the index uses.OvernightAveragedRateComputation.BuilderOvernightAveragedRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)Sets the resolved calendar that the index uses.OvernightCompoundedAnnualRateComputation.BuilderOvernightCompoundedAnnualRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)Sets the resolved calendar that the index uses.OvernightCompoundedRateComputation.BuilderOvernightCompoundedRateComputation.Builder. fixingCalendar(HolidayCalendar fixingCalendar)Sets the resolved calendar that the index uses.
-