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