Package org.isda.cdm.validation.datarule
Class TrancheAttachmentPointExhaustionPointDataRule
- java.lang.Object
-
- org.isda.cdm.validation.datarule.TrancheAttachmentPointExhaustionPointDataRule
-
- All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<Tranche>
@RosettaDataRule("Tranche_attachmentPoint_exhaustionPoint") public class TrancheAttachmentPointExhaustionPointDataRule extends java.lang.Object implements com.rosetta.model.lib.validation.Validator<Tranche>
- Version:
- 2.5.4
-
-
Constructor Summary
Constructors Constructor Description TrancheAttachmentPointExhaustionPointDataRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
-