Uses of Class
net.finmath.smartcontract.product.xml.PaymentProjection
Packages that use PaymentProjection
-
Uses of PaymentProjection in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PaymentProjectionModifier and TypeFieldDescriptionprotected PaymentProjectionFixedRateAccrual.paymentProjectionprotected PaymentProjectionFloatingRateAccrual.paymentProjectionprotected PaymentProjectionAccruingFeePayment.projectionprotected PaymentProjectionInterestCapitalization.projectionprotected PaymentProjectionInterestPayment.projectionMethods in net.finmath.smartcontract.product.xml that return PaymentProjectionModifier and TypeMethodDescriptionObjectFactory.createPaymentProjection()Create an instance ofPaymentProjectionFixedRateAccrual.getPaymentProjection()Gets the value of the paymentProjection property.FloatingRateAccrual.getPaymentProjection()Gets the value of the paymentProjection property.AccruingFeePayment.getProjection()Gets the value of the projection property.InterestCapitalization.getProjection()Gets the value of the projection property.InterestPayment.getProjection()Gets the value of the projection property.Methods in net.finmath.smartcontract.product.xml with parameters of type PaymentProjectionModifier and TypeMethodDescriptionvoidFixedRateAccrual.setPaymentProjection(PaymentProjection value) Sets the value of the paymentProjection property.voidFloatingRateAccrual.setPaymentProjection(PaymentProjection value) Sets the value of the paymentProjection property.voidAccruingFeePayment.setProjection(PaymentProjection value) Sets the value of the projection property.voidInterestCapitalization.setProjection(PaymentProjection value) Sets the value of the projection property.voidInterestPayment.setProjection(PaymentProjection value) Sets the value of the projection property.