| Package | Description |
|---|---|
| com.opengamma.strata.product.deposit.type |
Conventions and templates to aid the construction of deposits.
|
| Modifier and Type | Method and Description |
|---|---|
IborFixingDepositTemplate |
IborFixingDepositTemplate.Builder.build() |
static IborFixingDepositTemplate |
IborFixingDepositTemplate.of(IborIndex index)
Obtains a template based on the specified index.
|
static IborFixingDepositTemplate |
IborFixingDepositTemplate.of(Period depositPeriod,
IborFixingDepositConvention convention)
Obtains a template based on the specified periods and convention.
|
static IborFixingDepositTemplate |
IborFixingDepositTemplate.of(Period depositPeriod,
IborIndex index)
Obtains a template based on the specified period and index.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborFixingDepositTemplate> |
IborFixingDepositTemplate.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.