Package cdm.product.collateral.functions
Class CheckEligibilityByDetails
java.lang.Object
cdm.product.collateral.functions.CheckEligibilityByDetails
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
CheckEligibilityByDetails.CheckEligibilityByDetailsDefault
public abstract class CheckEligibilityByDetails
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CheckAgencyRatingprotected CheckAssetCountryOfOriginprotected CheckAssetTypeprotected CheckDenominatedCurrencyprotected CheckIssuerNameprotected CheckIssuerTypeprotected CheckMaturityprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract CheckEligibilityResult.CheckEligibilityResultBuilderdoEvaluate(EligibleCollateralSpecification specification, EligibilityQuery query) evaluate(EligibleCollateralSpecification specification, EligibilityQuery query) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends EligibleCollateralCriteria> matchingEligibleCriteria(EligibleCollateralSpecification specification, EligibilityQuery query) 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
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
checkAgencyRating
-
checkAssetCountryOfOrigin
-
checkAssetType
-
checkDenominatedCurrency
-
checkIssuerName
-
checkIssuerType
-
checkMaturity
-
-
Constructor Details
-
CheckEligibilityByDetails
public CheckEligibilityByDetails()
-
-
Method Details
-
evaluate
public CheckEligibilityResult evaluate(EligibleCollateralSpecification specification, EligibilityQuery query) - Parameters:
specification- Specifications that determine which collateral meets the eligibility and can be used/posted for delivery. For ICMA usecase - this is the basket(s). For ISDA usecase these are the Elegibility Schedule Lists.query- The eligibility query defines the criteria to filter the specifications that will be used to find the eligibility result. For ICMA usecase - The asset infomation related to potential collateral available in your inventory you can use for the Repo trade. For ISDA - the questions related to the asset infomation you can post as collateral. For ICMA usecase - The issuer infomation related to the potential collateral available in your inventory you can use for the Repo trade. For ISDA - the questions related to the issuer infomation you can post as collateral.- Returns:
- eligibilityResult
-
doEvaluate
protected abstract CheckEligibilityResult.CheckEligibilityResultBuilder doEvaluate(EligibleCollateralSpecification specification, EligibilityQuery query) -
matchingEligibleCriteria
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends EligibleCollateralCriteria> matchingEligibleCriteria(EligibleCollateralSpecification specification, EligibilityQuery query)
-