Uses of Class
net.finmath.smartcontract.product.xml.LegalEntityReference
-
Uses of LegalEntityReference in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected LegalEntityReference
CreditCurve.creditEntityReference
protected LegalEntityReference
SimpleCreditDefaultSwap.creditEntityReference
protected LegalEntityReference
Mortgage.insurerReference
protected LegalEntityReference
ReferenceObligation.primaryObligorReference
Modifier and TypeMethodDescriptionObjectFactory.createLegalEntityReference()
Create an instance ofLegalEntityReference
CreditCurve.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.Modifier and TypeMethodDescriptionvoid
CreditCurve.setCreditEntityReference
(LegalEntityReference value) Sets the value of the creditEntityReference property.void
SimpleCreditDefaultSwap.setCreditEntityReference
(LegalEntityReference value) Sets the value of the creditEntityReference property.void
Mortgage.setInsurerReference
(LegalEntityReference value) Sets the value of the insurerReference property.void
ReferenceObligation.setPrimaryObligorReference
(LegalEntityReference value) Sets the value of the primaryObligorReference property.