Uses of Class
com.opengamma.strata.product.fra.type.FraTemplate.Builder
-
Packages that use FraTemplate.Builder Package Description com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs. -
-
Uses of FraTemplate.Builder in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return FraTemplate.Builder Modifier and Type Method Description static FraTemplate.BuilderFraTemplate. builder()Returns a builder used to create an instance of the bean.FraTemplate.BuilderFraTemplate.Meta. builder()FraTemplate.BuilderFraTemplate.Builder. convention(FraConvention convention)Sets the underlying FRA convention.FraTemplate.BuilderFraTemplate.Builder. periodToEnd(Period periodToEnd)Sets the period between the spot value date and the end date.FraTemplate.BuilderFraTemplate.Builder. periodToStart(Period periodToStart)Sets the period between the spot value date and the start date.FraTemplate.BuilderFraTemplate.Builder. set(String propertyName, Object newValue)FraTemplate.BuilderFraTemplate.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)FraTemplate.BuilderFraTemplate. toBuilder()Returns a builder that allows this bean to be mutated.
-