Package cdm.product.collateral.functions
Class CriteriaMatchesAssetType
java.lang.Object
cdm.product.collateral.functions.CriteriaMatchesAssetType
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
CriteriaMatchesAssetType.CriteriaMatchesAssetTypeDefault
public abstract class CriteriaMatchesAssetType
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BooleandoEvaluate(CollateralCriteria inputCriteria, InstrumentTypeEnum assetType) evaluate(CollateralCriteria inputCriteria, InstrumentTypeEnum assetType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
criteriaMatchesAssetType
-
-
Constructor Details
-
CriteriaMatchesAssetType
public CriteriaMatchesAssetType()
-
-
Method Details
-
evaluate
- Parameters:
inputCriteria-assetType-- Returns:
- matches
-
doEvaluate
protected abstract Boolean doEvaluate(CollateralCriteria inputCriteria, InstrumentTypeEnum assetType)
-