Uses of Class
net.finmath.smartcontract.product.xml.Obligations
Packages that use Obligations
-
Uses of Obligations in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ObligationsModifier and TypeFieldDescriptionprotected Obligations
CreditCurve.obligations
protected Obligations
ProtectionTerms.obligations
Methods in net.finmath.smartcontract.product.xml that return ObligationsModifier and TypeMethodDescriptionObjectFactory.createObligations()
Create an instance ofObligations
CreditCurve.getObligations()
Gets the value of the obligations property.ProtectionTerms.getObligations()
Gets the value of the obligations property.Methods in net.finmath.smartcontract.product.xml with parameters of type ObligationsModifier and TypeMethodDescriptionvoid
CreditCurve.setObligations
(Obligations value) Sets the value of the obligations property.void
ProtectionTerms.setObligations
(Obligations value) Sets the value of the obligations property.