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 CreditSeniorityBond.seniorityprotected CreditSeniorityCreditCurve.seniorityprotected CreditSeniorityFacility.seniorityprotected CreditSeniorityMortgage.seniorityprotected CreditSeniorityProductSummary.seniorityMethods in net.finmath.smartcontract.product.xml that return CreditSeniorityModifier and TypeMethodDescriptionObjectFactory.createCreditSeniority()Create an instance ofCreditSeniorityBond.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 TypeMethodDescriptionvoidBond.setSeniority(CreditSeniority value) Sets the value of the seniority property.voidCreditCurve.setSeniority(CreditSeniority value) Sets the value of the seniority property.voidFacility.setSeniority(CreditSeniority value) Sets the value of the seniority property.voidMortgage.setSeniority(CreditSeniority value) Sets the value of the seniority property.voidProductSummary.setSeniority(CreditSeniority value) Sets the value of the seniority property.