| Package | Description |
|---|---|
| com.opengamma.strata.product.swaption |
Entity objects describing options on swaps, known as swaptions.
|
| Modifier and Type | Method and Description |
|---|---|
SwaptionExerciseDate |
SwaptionExerciseDate.Builder.build() |
static SwaptionExerciseDate |
SwaptionExerciseDate.of(LocalDate exerciseDate,
LocalDate unadjustedExerciseDate,
LocalDate swapStartDate)
Obtains an instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ImmutableList<SwaptionExerciseDate>> |
SwaptionExerciseDates.Meta.dates()
The meta-property for the
dates property. |
ImmutableList<SwaptionExerciseDate> |
SwaptionExerciseDates.getDates()
Gets an explicit list of exercise dates.
|
static org.joda.beans.TypedMetaBean<SwaptionExerciseDate> |
SwaptionExerciseDate.meta()
The meta-bean for
SwaptionExerciseDate. |
org.joda.beans.TypedMetaBean<SwaptionExerciseDate> |
SwaptionExerciseDate.metaBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
SwaptionExerciseDate.compareTo(SwaptionExerciseDate other) |
SwaptionExerciseDates.Builder |
SwaptionExerciseDates.Builder.dates(SwaptionExerciseDate... dates)
Sets the
dates property in the builder
from an array of objects. |
| Modifier and Type | Method and Description |
|---|---|
SwaptionExerciseDates.Builder |
SwaptionExerciseDates.Builder.dates(List<SwaptionExerciseDate> dates)
Sets an explicit list of exercise dates.
|
static SwaptionExerciseDates |
SwaptionExerciseDates.of(List<SwaptionExerciseDate> dates,
boolean allDates)
Obtains an instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.