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 ObligationsCreditCurve.obligationsprotected ObligationsProtectionTerms.obligationsMethods in net.finmath.smartcontract.product.xml that return ObligationsModifier and TypeMethodDescriptionObjectFactory.createObligations()Create an instance ofObligationsCreditCurve.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 TypeMethodDescriptionvoidCreditCurve.setObligations(Obligations value) Sets the value of the obligations property.voidProtectionTerms.setObligations(Obligations value) Sets the value of the obligations property.