Uses of Class
com.opengamma.strata.product.swap.NotionalSchedule
-
Packages that use NotionalSchedule Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of NotionalSchedule in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return NotionalSchedule Modifier and Type Method Description NotionalScheduleNotionalSchedule.Builder. build()NotionalScheduleRateCalculationSwapLeg. getNotionalSchedule()Gets the notional schedule.static NotionalScheduleNotionalSchedule. of(CurrencyAmount notional)Obtains an instance with a single amount that does not change over time.static NotionalScheduleNotionalSchedule. of(Currency currency, double amount)Obtains an instance with a single amount that does not change over time.static NotionalScheduleNotionalSchedule. of(Currency currency, ValueSchedule amountSchedule)Obtains an instance with a notional amount that can change over time.Methods in com.opengamma.strata.product.swap that return types with arguments of type NotionalSchedule Modifier and Type Method Description Class<? extends NotionalSchedule>NotionalSchedule.Meta. beanType()org.joda.beans.MetaProperty<NotionalSchedule>RateCalculationSwapLeg.Meta. notionalSchedule()The meta-property for thenotionalScheduleproperty.Methods in com.opengamma.strata.product.swap with parameters of type NotionalSchedule Modifier and Type Method Description RateCalculationSwapLeg.BuilderRateCalculationSwapLeg.Builder. notionalSchedule(NotionalSchedule notionalSchedule)Sets the notional schedule.
-