Uses of Class
net.finmath.smartcontract.product.xml.LegalEntity
Packages that use LegalEntity
-
Uses of LegalEntity in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LegalEntityModifier and TypeFieldDescriptionprotected LegalEntityMortgage.insurerprotected LegalEntityReferenceObligation.primaryObligorprotected LegalEntityCreditCurve.referenceEntityprotected LegalEntityCreditEventNoticeDocument.referenceEntityprotected LegalEntityReferenceInformation.referenceEntityprotected LegalEntityReferencePair.referenceEntityprotected LegalEntitySimpleCreditDefaultSwap.referenceEntityprotected LegalEntityTradeUnderlyer2.referenceEntityMethods in net.finmath.smartcontract.product.xml that return LegalEntityModifier and TypeMethodDescriptionObjectFactory.createLegalEntity()Create an instance ofLegalEntityMortgage.getInsurer()Gets the value of the insurer property.ReferenceObligation.getPrimaryObligor()Gets the value of the primaryObligor property.CreditCurve.getReferenceEntity()Gets the value of the referenceEntity property.CreditEventNoticeDocument.getReferenceEntity()Gets the value of the referenceEntity property.ReferenceInformation.getReferenceEntity()Gets the value of the referenceEntity property.ReferencePair.getReferenceEntity()Gets the value of the referenceEntity property.SimpleCreditDefaultSwap.getReferenceEntity()Gets the value of the referenceEntity property.TradeUnderlyer2.getReferenceEntity()Gets the value of the referenceEntity property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LegalEntity> ObjectFactory.createIndexReferenceInformationExcludedReferenceEntity(LegalEntity value) Methods in net.finmath.smartcontract.product.xml with parameters of type LegalEntityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LegalEntity> ObjectFactory.createIndexReferenceInformationExcludedReferenceEntity(LegalEntity value) voidMortgage.setInsurer(LegalEntity value) Sets the value of the insurer property.voidReferenceObligation.setPrimaryObligor(LegalEntity value) Sets the value of the primaryObligor property.voidCreditCurve.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidCreditEventNoticeDocument.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidReferenceInformation.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidReferencePair.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidSimpleCreditDefaultSwap.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidTradeUnderlyer2.setReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.