Uses of Interface
cdm.event.common.MarginCallBase
Packages that use MarginCallBase
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of MarginCallBase in cdm.event.common
Subinterfaces of MarginCallBase in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceinterfaceRepresents attributes required for mark to market value or IM calculation value of the trade portfolio as recorded by the principle (in base currency).static interfaceBuilder InterfaceinterfaceRepresents common attributes required for a Margin Call Issuance under a legal agreement such as a credit support document or equivalent.static interfaceBuilder InterfaceinterfaceRepresents common attributes required for a Margin Call Response under a legal agreement such as a credit support document or equivalent.static interfaceBuilder InterfaceClasses in cdm.event.common that implement MarginCallBaseModifier and TypeClassDescriptionstatic classBuilder Implementation of MarginCallBasestatic classImmutable Implementation of MarginCallBasestatic classBuilder Implementation of MarginCallExposurestatic classImmutable Implementation of MarginCallExposurestatic classBuilder Implementation of MarginCallIssuancestatic classImmutable Implementation of MarginCallIssuancestatic classBuilder Implementation of MarginCallResponsestatic classImmutable Implementation of MarginCallResponseMethods in cdm.event.common that return MarginCallBaseModifier and TypeMethodDescriptionMarginCallBase.build()Build MethodsMarginCallBase.MarginCallBaseBuilderImpl.build()MarginCallBase.MarginCallBaseImpl.build()Methods in cdm.event.common that return types with arguments of type MarginCallBaseModifier and TypeMethodDescriptiondefault Class<? extends MarginCallBase> MarginCallBase.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MarginCallBase> MarginCallBase.metaData()Utility Methods -
Uses of MarginCallBase in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type MarginCallBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MarginCallBase>> MarginCallBaseMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MarginCallBase, com.rosetta.model.lib.qualify.QualifyResult>> MarginCallBaseMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MarginCallBase, Set<String>> MarginCallBaseMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MarginCallBase> MarginCallBaseMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MarginCallBase> MarginCallBaseMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MarginCallBase> MarginCallBaseMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MarginCallBase> MarginCallBaseMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MarginCallBase in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type MarginCallBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MarginCallBaseTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginCallBase o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MarginCallBaseValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginCallBase o) -
Uses of MarginCallBase in cdm.event.common.validation.datarule
Methods in cdm.event.common.validation.datarule with parameters of type MarginCallBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MarginCallBaseRegIMRoleIMOnly.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginCallBase marginCallBase) List<com.rosetta.model.lib.validation.ValidationResult<?>> MarginCallBaseRegIMRoleIMOnly.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginCallBase marginCallBase) -
Uses of MarginCallBase in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type MarginCallBaseModifier and TypeMethodDescription<T2 extends MarginCallBase>
com.rosetta.model.lib.validation.ValidationResult<MarginCallBase> MarginCallBaseOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type MarginCallBaseModifier and TypeMethodDescription<T2 extends MarginCallBase>
com.rosetta.model.lib.validation.ValidationResult<MarginCallBase> MarginCallBaseOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)