Uses of Class
net.finmath.smartcontract.product.xml.CreditSeniority
Packages that use CreditSeniority
-
Uses of CreditSeniority in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CreditSeniorityModifier and TypeFieldDescriptionprotected CreditSeniority
Bond.seniority
protected CreditSeniority
CreditCurve.seniority
protected CreditSeniority
Facility.seniority
protected CreditSeniority
Mortgage.seniority
protected CreditSeniority
ProductSummary.seniority
Methods in net.finmath.smartcontract.product.xml that return CreditSeniorityModifier and TypeMethodDescriptionObjectFactory.createCreditSeniority()
Create an instance ofCreditSeniority
Bond.getSeniority()
Gets the value of the seniority property.CreditCurve.getSeniority()
Gets the value of the seniority property.Facility.getSeniority()
Gets the value of the seniority property.Mortgage.getSeniority()
Gets the value of the seniority property.ProductSummary.getSeniority()
Gets the value of the seniority property.Methods in net.finmath.smartcontract.product.xml with parameters of type CreditSeniorityModifier and TypeMethodDescriptionvoid
Bond.setSeniority
(CreditSeniority value) Sets the value of the seniority property.void
CreditCurve.setSeniority
(CreditSeniority value) Sets the value of the seniority property.void
Facility.setSeniority
(CreditSeniority value) Sets the value of the seniority property.void
Mortgage.setSeniority
(CreditSeniority value) Sets the value of the seniority property.void
ProductSummary.setSeniority
(CreditSeniority value) Sets the value of the seniority property.