Uses of Class
net.finmath.smartcontract.model.PaymentFrequency
-
Uses of PaymentFrequency in net.finmath.smartcontract.model
Modifier and TypeMethodDescription@NotNull @Valid PaymentFrequency
PlainSwapOperationRequest.getFixedPaymentFrequency()
Get fixedPaymentFrequency@NotNull @Valid PaymentFrequency
PlainSwapOperationRequest.getFloatingPaymentFrequency()
Get floatingPaymentFrequencyPaymentFrequency.periodMultiplier
(Integer periodMultiplier) Modifier and TypeMethodDescriptionPlainSwapOperationRequest.fixedPaymentFrequency
(PaymentFrequency fixedPaymentFrequency) PlainSwapOperationRequest.floatingPaymentFrequency
(PaymentFrequency floatingPaymentFrequency) void
PlainSwapOperationRequest.setFixedPaymentFrequency
(PaymentFrequency fixedPaymentFrequency) void
PlainSwapOperationRequest.setFloatingPaymentFrequency
(PaymentFrequency floatingPaymentFrequency)