Package cdm.base.staticdata.asset.common
Interface CollateralTaxonomyValue
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CollateralTaxonomyValue.CollateralTaxonomyValueBuilder
- All Known Implementing Classes:
CollateralTaxonomyValue.CollateralTaxonomyValueBuilderImpl,CollateralTaxonomyValue.CollateralTaxonomyValueImpl
@RosettaDataType(value="CollateralTaxonomyValue",
builder=CollateralTaxonomyValueBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CollateralTaxonomyValue",
model="cdm",
builder=CollateralTaxonomyValueBuilderImpl.class,
version="5.30.0")
public interface CollateralTaxonomyValue
extends com.rosetta.model.lib.RosettaModelObject
Specifies the collateral taxonomy value, either as a specified enumeration or as a string.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CollateralTaxonomyValuestatic classImmutable Implementation of CollateralTaxonomyValue -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Identifies European Union Eligible Collateral Assets classification categories based on EMIR Uncleared Margin Rules.List<? extends FieldWithMetaString> Identifies the taxonomy value when not specified as an enumeration.default Class<? extends CollateralTaxonomyValue> getType()Identifies United Kingdom Eligible Collateral Assets classification categories based on UK Onshored EMIR Uncleared Margin Rules Eligible Collateral asset classes for both initial margin (IM) and variation margin (VM) posted and collected between specified entities.Identifies US Eligible Collateral Assets classification categories based on Uncleared Margin Rules published by the CFTC and the US Prudential Regulator.default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralTaxonomyValue> 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
-
getEu_EMIR_EligibleCollateral
List<EU_EMIR_EligibleCollateralEnum> getEu_EMIR_EligibleCollateral()Identifies European Union Eligible Collateral Assets classification categories based on EMIR Uncleared Margin Rules. Eligible Collateral asset classes for both initial margin (IM) and variation margin (VM) posted and collected between specified entities. Please note: EMIR regulation will detail which eligible collateral assets classes apply to each type of entity pairing (counterparty) and which apply to posting of IM and VM -
getUk_EMIR_EligibleCollateral
List<UK_EMIR_EligibleCollateralEnum> getUk_EMIR_EligibleCollateral()Identifies United Kingdom Eligible Collateral Assets classification categories based on UK Onshored EMIR Uncleared Margin Rules Eligible Collateral asset classes for both initial margin (IM) and variation margin (VM) posted and collected between specified entities. Please note: UK EMIR regulation will detail which eligible collateral assets classes apply to each type of entity pairing (counterparty) and which apply to posting of IM and VM. -
getUs_CFTC_PR_EligibleCollateral
List<US_CFTC_PR_EligibleCollateralEnum> getUs_CFTC_PR_EligibleCollateral()Identifies US Eligible Collateral Assets classification categories based on Uncleared Margin Rules published by the CFTC and the US Prudential Regulator. Note: While the same basic categories exist in the CFTC and US Prudential Regulators’ margin rules, the precise definitions or application of those rules could differ between the two rules. -
getNonEnumeratedTaxonomyValue
List<? extends FieldWithMetaString> getNonEnumeratedTaxonomyValue()Identifies the taxonomy value when not specified as an enumeration. -
build
CollateralTaxonomyValue build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-