Uses of Class
com.opengamma.strata.product.swap.FutureValueNotional
-
Packages that use FutureValueNotional Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of FutureValueNotional in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FutureValueNotional Modifier and Type Method Description static FutureValueNotional
FutureValueNotional. autoCalculate()
Obtains an empty instance, that causes the future value notional to be automatically calculated using the standard formula.FutureValueNotional
FutureValueNotional.Builder. build()
static FutureValueNotional
FutureValueNotional. of(double value)
Obtains an instance from the specified amount.static FutureValueNotional
FutureValueNotional. of(double value, LocalDate valueDate, int dayCountDays)
Obtains an instance from the specified amount, date and number of days.Methods in com.opengamma.strata.product.swap that return types with arguments of type FutureValueNotional Modifier and Type Method Description Class<? extends FutureValueNotional>
FutureValueNotional.Meta. beanType()
org.joda.beans.MetaProperty<FutureValueNotional>
FixedRateCalculation.Meta. futureValueNotional()
The meta-property for thefutureValueNotional
property.Optional<FutureValueNotional>
FixedRateCalculation. getFutureValueNotional()
Gets the future value notional.Methods in com.opengamma.strata.product.swap with parameters of type FutureValueNotional Modifier and Type Method Description FixedRateCalculation.Builder
FixedRateCalculation.Builder. futureValueNotional(FutureValueNotional futureValueNotional)
Sets the future value notional.
-