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 FutureValueNotionalFutureValueNotional. autoCalculate()Obtains an empty instance, that causes the future value notional to be automatically calculated using the standard formula.FutureValueNotionalFutureValueNotional.Builder. build()static FutureValueNotionalFutureValueNotional. of(double value)Obtains an instance from the specified amount.static FutureValueNotionalFutureValueNotional. 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 thefutureValueNotionalproperty.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.BuilderFixedRateCalculation.Builder. futureValueNotional(FutureValueNotional futureValueNotional)Sets the future value notional.
-