Uses of Class
net.finmath.smartcontract.model.PaymentFrequency
Packages that use PaymentFrequency
-
Uses of PaymentFrequency in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return PaymentFrequencyModifier and TypeMethodDescription@Valid PaymentFrequency
PlainSwapOperationRequest.getFixedPaymentFrequency()
Get fixedPaymentFrequency@Valid PaymentFrequency
PlainSwapOperationRequest.getFloatingPaymentFrequency()
Get floatingPaymentFrequencyPaymentFrequency.periodMultiplier(Integer periodMultiplier)
Methods in net.finmath.smartcontract.model with parameters of type PaymentFrequencyModifier and TypeMethodDescriptionPlainSwapOperationRequest.fixedPaymentFrequency(PaymentFrequency fixedPaymentFrequency)
PlainSwapOperationRequest.floatingPaymentFrequency(PaymentFrequency floatingPaymentFrequency)
void
PlainSwapOperationRequest.setFixedPaymentFrequency(PaymentFrequency fixedPaymentFrequency)
void
PlainSwapOperationRequest.setFloatingPaymentFrequency(PaymentFrequency floatingPaymentFrequency)