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 NotionalSchedule
NotionalSchedule.Builder. build()
NotionalSchedule
RateCalculationSwapLeg. getNotionalSchedule()
Gets the notional schedule.static NotionalSchedule
NotionalSchedule. of(CurrencyAmount notional)
Obtains an instance with a single amount that does not change over time.static NotionalSchedule
NotionalSchedule. of(Currency currency, double amount)
Obtains an instance with a single amount that does not change over time.static NotionalSchedule
NotionalSchedule. 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 thenotionalSchedule
property.Methods in com.opengamma.strata.product.swap with parameters of type NotionalSchedule Modifier and Type Method Description RateCalculationSwapLeg.Builder
RateCalculationSwapLeg.Builder. notionalSchedule(NotionalSchedule notionalSchedule)
Sets the notional schedule.
-