Package cdm.product.collateral
Interface CollateralTreatment
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CollateralTreatment.CollateralTreatmentBuilder
- All Known Implementing Classes:
CollateralTreatment.CollateralTreatmentBuilderImpl,CollateralTreatment.CollateralTreatmentImpl
@RosettaDataType(value="CollateralTreatment",
builder=CollateralTreatmentBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CollateralTreatment",
model="cdm",
builder=CollateralTreatmentBuilderImpl.class,
version="5.30.0")
public interface CollateralTreatment
extends com.rosetta.model.lib.RosettaModelObject
Specifies the treatment terms for the eligible collateral criteria specified.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CollateralTreatmentstatic classImmutable Implementation of CollateralTreatment -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends ConcentrationLimit> Specification of concentration limits applicable to the collateral criteria.A boolean attribute to specify whether collateral critieria are inclusion (True) or exclusion (False) criteria.default Class<? extends CollateralTreatment> getType()Specification of the valuation treatment for the specified collateral.default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralTreatment> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getValuationTreatment
CollateralValuationTreatment getValuationTreatment()Specification of the valuation treatment for the specified collateral. Body ICMA Corpus MasterAgreement GMRA Global Master Repurchase Agreement GMRA 2011 "The Global Master Repurchase Agreement (GMRA) is a model legal agreement designed for parties transacting repos and is published by the International Capital Market Association (ICMA)." namingConvention "marginRatio" Provision -
getConcentrationLimit
List<? extends ConcentrationLimit> getConcentrationLimit()Specification of concentration limits applicable to the collateral criteria. -
getIsIncluded
Boolean getIsIncluded()A boolean attribute to specify whether collateral critieria are inclusion (True) or exclusion (False) criteria. -
build
CollateralTreatment build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CollateralTreatment.CollateralTreatmentBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-