Uses of Class
org.isda.cdm.LegalEntity
-
Packages that use LegalEntity Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of LegalEntity in org.isda.cdm
Subclasses of LegalEntity in org.isda.cdm Modifier and Type Class Description class
UmbrellaAgreementEntity
A class to specify the legal entities that are part of the umbrella agreement.Methods in org.isda.cdm that return LegalEntity Modifier and Type Method Description LegalEntity
LegalEntity.LegalEntityBuilder. build()
LegalEntity
CustodyArrangementsElection. getCustodian()
The custody agent.LegalEntity
Execution. getExecutionVenue()
The execution venue identification, when applicable.LegalEntity
ReferenceObligation. getGuarantor()
The party that guarantees by way of a contractual arrangement to pay the debts of an obligor if the obligor is unable to make the required payments itself.LegalEntity
CustodianTerms. getInitialDesignation()
The 2016 ISDA CSA for Variation Margin provides the ability for the parties to specify the initial custodian.LegalEntity
ReferenceObligation. getPrimaryObligor()
The entity primarily responsible for repaying debt to a creditor as a result of borrowing or issuing bonds.LegalEntity
ReferenceInformation. getReferenceEntity()
The corporate or sovereign entity which is subject to the swap transaction and any successor that assumes all or substantially all of its contractual and other obligations.LegalEntity
ReferencePair. getReferenceEntity()
The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations.Methods in org.isda.cdm that return types with arguments of type LegalEntity Modifier and Type Method Description java.util.List<LegalEntity>
Loan. getBorrower()
Specifies the borrower.java.util.List<LegalEntity>
IndexReferenceInformation. getExcludedReferenceEntity()
Excluded reference entity.com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalEntity>
LegalEntity.LegalEntityBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalEntity>
LegalEntity. metaData()
Method parameters in org.isda.cdm with type arguments of type LegalEntity Modifier and Type Method Description Loan.LoanBuilder
Loan.LoanBuilder. addBorrower(java.util.List<LegalEntity> borrowers)
IndexReferenceInformation.IndexReferenceInformationBuilder
IndexReferenceInformation.IndexReferenceInformationBuilder. addExcludedReferenceEntity(java.util.List<LegalEntity> excludedReferenceEntitys)
-
Uses of LegalEntity in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type LegalEntity Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalEntity>>
LegalEntityMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalEntity>>
LegalEntityMeta. dataRules()
java.util.List<java.util.function.Function<? super LegalEntity,com.rosetta.model.lib.qualify.QualifyResult>>
LegalEntityMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalEntity,java.lang.String>
LegalEntityMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super LegalEntity>
LegalEntityMeta. validator()
-
Uses of LegalEntity in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return LegalEntity Modifier and Type Method Description LegalEntity
ReferenceWithMetaLegalEntity. getValue()
Methods in org.isda.cdm.metafields with parameters of type LegalEntity Modifier and Type Method Description ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder. setValue(LegalEntity value)
-
Uses of LegalEntity in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type LegalEntity Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o)
Methods in org.isda.cdm.validation with parameters of type LegalEntity Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o)
-
Uses of LegalEntity in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type LegalEntity Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type LegalEntity Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalEntity>
LegalEntityOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o, java.lang.String field)
-