| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Method and Description |
|---|---|
static AdjustableDates |
AdjustableDates.of(BusinessDayAdjustment adjustment,
List<LocalDate> dates)
Obtains an instance with a business day adjustment.
|
static AdjustableDates |
AdjustableDates.of(BusinessDayAdjustment adjustment,
LocalDate firstDate,
LocalDate... remainingDates)
Obtains an instance with a business day adjustment.
|
static AdjustableDates |
AdjustableDates.of(List<LocalDate> dates)
Obtains an instance with no business day adjustment.
|
static AdjustableDates |
AdjustableDates.of(LocalDate firstDate,
LocalDate... remainingDates)
Obtains an instance with no business day adjustment.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AdjustableDates> |
AdjustableDates.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends AdjustableDates> |
AdjustableDates.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.