| Package | Description |
|---|---|
| com.opengamma.strata.product.fra.type |
Conventions and templates to aid the construction of FRAs.
|
| Modifier and Type | Method and Description |
|---|---|
static FraTemplate.Builder |
FraTemplate.builder()
Returns a builder used to create an instance of the bean.
|
FraTemplate.Builder |
FraTemplate.Meta.builder() |
FraTemplate.Builder |
FraTemplate.Builder.convention(FraConvention convention)
Sets the underlying FRA convention.
|
FraTemplate.Builder |
FraTemplate.Builder.periodToEnd(Period periodToEnd)
Sets the period between the spot value date and the end date.
|
FraTemplate.Builder |
FraTemplate.Builder.periodToStart(Period periodToStart)
Sets the period between the spot value date and the start date.
|
FraTemplate.Builder |
FraTemplate.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FraTemplate.Builder |
FraTemplate.Builder.set(String propertyName,
Object newValue) |
FraTemplate.Builder |
FraTemplate.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.