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