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 PaymentProjection
FixedRateAccrual.paymentProjection
protected PaymentProjection
FloatingRateAccrual.paymentProjection
protected PaymentProjection
AccruingFeePayment.projection
protected PaymentProjection
InterestCapitalization.projection
protected PaymentProjection
InterestPayment.projection
Methods in net.finmath.smartcontract.product.xml that return PaymentProjectionModifier and TypeMethodDescriptionObjectFactory.createPaymentProjection()
Create an instance ofPaymentProjection
FixedRateAccrual.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 TypeMethodDescriptionvoid
FixedRateAccrual.setPaymentProjection
(PaymentProjection value) Sets the value of the paymentProjection property.void
FloatingRateAccrual.setPaymentProjection
(PaymentProjection value) Sets the value of the paymentProjection property.void
AccruingFeePayment.setProjection
(PaymentProjection value) Sets the value of the projection property.void
InterestCapitalization.setProjection
(PaymentProjection value) Sets the value of the projection property.void
InterestPayment.setProjection
(PaymentProjection value) Sets the value of the projection property.