public static final class FutureValueNotional.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FutureValueNotional>
FutureValueNotional.| Modifier and Type | Method and Description |
|---|---|
FutureValueNotional |
build() |
FutureValueNotional.Builder |
dayCountDays(Integer dayCountDays)
Sets the number of days in the calculation period.
|
Object |
get(String propertyName) |
FutureValueNotional.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
FutureValueNotional.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
FutureValueNotional.Builder |
value(Double value)
Sets the amount.
|
FutureValueNotional.Builder |
valueDate(LocalDate valueDate)
Sets the value date.
|
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<FutureValueNotional>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FutureValueNotional>public FutureValueNotional.Builder set(String propertyName, Object newValue)
public FutureValueNotional.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<FutureValueNotional>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FutureValueNotional>public FutureValueNotional build()
public FutureValueNotional.Builder value(Double value)
The future value notional amount, derived as per the standard formula.
value - the new valuepublic FutureValueNotional.Builder valueDate(LocalDate valueDate)
This is the adjusted value date of the future value amount, which is the adjusted end date.
valueDate - the new valuepublic FutureValueNotional.Builder dayCountDays(Integer dayCountDays)
This defines the number of days from the adjusted start date to the adjusted end date as calculated by the day count.
dayCountDays - the new valuepublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FutureValueNotional>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.