Class CreditSupportAgreementInitialMarginElectionsOnlyExistsValidator
java.lang.Object
cdm.legaldocumentation.csa.validation.exists.CreditSupportAgreementInitialMarginElectionsOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<CreditSupportAgreementInitialMarginElections,Set<String>>
public class CreditSupportAgreementInitialMarginElectionsOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<CreditSupportAgreementInitialMarginElections,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends CreditSupportAgreementInitialMarginElections>
com.rosetta.model.lib.validation.ValidationResult<CreditSupportAgreementInitialMarginElections>
-
Constructor Details
-
CreditSupportAgreementInitialMarginElectionsOnlyExistsValidator
public CreditSupportAgreementInitialMarginElectionsOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends CreditSupportAgreementInitialMarginElections> com.rosetta.model.lib.validation.ValidationResult<CreditSupportAgreementInitialMarginElections> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<CreditSupportAgreementInitialMarginElections,Set<String>>
-