Uses of Class
org.isda.cdm.MasterAgreement
-
Packages that use MasterAgreement Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of MasterAgreement in org.isda.cdm
Methods in org.isda.cdm that return MasterAgreement Modifier and Type Method Description MasterAgreement
MasterAgreement.MasterAgreementBuilder. build()
MasterAgreement
DocumentationIdentification. getMasterAgreement()
The agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.Methods in org.isda.cdm that return types with arguments of type MasterAgreement Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterAgreement>
MasterAgreement.MasterAgreementBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterAgreement>
MasterAgreement. metaData()
Methods in org.isda.cdm with parameters of type MasterAgreement Modifier and Type Method Description DocumentationIdentification.DocumentationIdentificationBuilder
DocumentationIdentification.DocumentationIdentificationBuilder. setMasterAgreement(MasterAgreement masterAgreement)
-
Uses of MasterAgreement in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type MasterAgreement Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super MasterAgreement>>
MasterAgreementMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super MasterAgreement>>
MasterAgreementMeta. dataRules()
java.util.List<java.util.function.Function<? super MasterAgreement,com.rosetta.model.lib.qualify.QualifyResult>>
MasterAgreementMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super MasterAgreement,java.lang.String>
MasterAgreementMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super MasterAgreement>
MasterAgreementMeta. validator()
-
Uses of MasterAgreement in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type MasterAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o)
Methods in org.isda.cdm.validation with parameters of type MasterAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o)
-
Uses of MasterAgreement in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type MasterAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type MasterAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<MasterAgreement>
MasterAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o, java.lang.String field)
-