| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| com.opengamma.strata.market.param |
Market data based on parameters.
|
| Modifier and Type | Method and Description |
|---|---|
TenorDateParameterMetadata |
SwapIsdaCreditCurveNode.metadata(LocalDate nodeDate) |
TenorDateParameterMetadata |
DepositIsdaCreditCurveNode.metadata(LocalDate nodeDate) |
| Modifier and Type | Method and Description |
|---|---|
static TenorDateParameterMetadata |
TenorDateParameterMetadata.of(LocalDate date,
Tenor tenor)
Obtains an instance using the tenor.
|
static TenorDateParameterMetadata |
TenorDateParameterMetadata.of(LocalDate date,
Tenor tenor,
String label)
Obtains an instance using the tenor, specifying the label.
|
TenorDateParameterMetadata |
TenorDateParameterMetadata.withTenor(Tenor tenor) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends TenorDateParameterMetadata> |
TenorDateParameterMetadata.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends TenorDateParameterMetadata> |
TenorDateParameterMetadata.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.