Uses of Class
net.finmath.smartcontract.product.xml.Adjustment
Packages that use Adjustment
-
Uses of Adjustment in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustmentModifier and TypeFieldDescriptionprotected Adjustment
CommitmentAdjustment.adjustment
protected Adjustment
CommitmentChange.adjustment
protected Adjustment
LcAdjustment.adjustment
protected Adjustment
LoanContractAdjustment.adjustment
Methods in net.finmath.smartcontract.product.xml that return AdjustmentModifier and TypeMethodDescriptionObjectFactory.createAdjustment()
Create an instance ofAdjustment
CommitmentAdjustment.getAdjustment()
Gets the value of the adjustment property.CommitmentChange.getAdjustment()
Gets the value of the adjustment property.LcAdjustment.getAdjustment()
Gets the value of the adjustment property.LoanContractAdjustment.getAdjustment()
Gets the value of the adjustment property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustmentModifier and TypeMethodDescriptionvoid
CommitmentAdjustment.setAdjustment
(Adjustment value) Sets the value of the adjustment property.void
CommitmentChange.setAdjustment
(Adjustment value) Sets the value of the adjustment property.void
LcAdjustment.setAdjustment
(Adjustment value) Sets the value of the adjustment property.void
LoanContractAdjustment.setAdjustment
(Adjustment value) Sets the value of the adjustment property.