Uses of Class
net.finmath.smartcontract.product.xml.LegalEntityReference
Packages that use LegalEntityReference
-
Uses of LegalEntityReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LegalEntityReferenceModifier and TypeFieldDescriptionprotected LegalEntityReferenceCreditCurve.creditEntityReferenceprotected LegalEntityReferenceSimpleCreditDefaultSwap.creditEntityReferenceprotected LegalEntityReferenceMortgage.insurerReferenceprotected LegalEntityReferenceReferenceObligation.primaryObligorReferenceMethods in net.finmath.smartcontract.product.xml that return LegalEntityReferenceModifier and TypeMethodDescriptionObjectFactory.createLegalEntityReference()Create an instance ofLegalEntityReferenceCreditCurve.getCreditEntityReference()Gets the value of the creditEntityReference property.SimpleCreditDefaultSwap.getCreditEntityReference()Gets the value of the creditEntityReference property.Mortgage.getInsurerReference()Gets the value of the insurerReference property.ReferenceObligation.getPrimaryObligorReference()Gets the value of the primaryObligorReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type LegalEntityReferenceModifier and TypeMethodDescriptionvoidCreditCurve.setCreditEntityReference(LegalEntityReference value) Sets the value of the creditEntityReference property.voidSimpleCreditDefaultSwap.setCreditEntityReference(LegalEntityReference value) Sets the value of the creditEntityReference property.voidMortgage.setInsurerReference(LegalEntityReference value) Sets the value of the insurerReference property.voidReferenceObligation.setPrimaryObligorReference(LegalEntityReference value) Sets the value of the primaryObligorReference property.