Uses of Interface
cdm.event.common.Exposure
Packages that use Exposure
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of Exposure in cdm.event.common
Subinterfaces of Exposure in cdm.event.commonClasses in cdm.event.common that implement ExposureModifier and TypeClassDescriptionstatic classBuilder Implementation of Exposurestatic classImmutable Implementation of ExposureMethods in cdm.event.common that return ExposureModifier and TypeMethodDescriptionExposure.build()Build MethodsExposure.ExposureBuilderImpl.build()Exposure.ExposureImpl.build()MarginCallExposure.getOverallExposure()Represents the whole overall mark to market value or IM calculation value of the trade portfolio as recorded by the principle (in base currency).MarginCallExposure.MarginCallExposureImpl.getOverallExposure()MarginCallExposure.getScheduleGridIMExposure()Represents Initial Margin (IM) exposure derived from schedule or Grid calculation.MarginCallExposure.MarginCallExposureImpl.getScheduleGridIMExposure()MarginCallExposure.getSimmIMExposure()Represents Initial Margin (IM) exposure derived from ISDA SIMM calculation.MarginCallExposure.MarginCallExposureImpl.getSimmIMExposure()Methods in cdm.event.common that return types with arguments of type ExposureModifier and TypeMethodDescriptionExposure.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Exposure> Exposure.metaData()Utility MethodsMethods in cdm.event.common with parameters of type ExposureModifier and TypeMethodDescriptionMarginCallExposure.MarginCallExposureBuilder.setOverallExposure(Exposure overallExposure) MarginCallExposure.MarginCallExposureBuilderImpl.setOverallExposure(Exposure _overallExposure) MarginCallExposure.MarginCallExposureBuilder.setScheduleGridIMExposure(Exposure scheduleGridIMExposure) MarginCallExposure.MarginCallExposureBuilderImpl.setScheduleGridIMExposure(Exposure _scheduleGridIMExposure) MarginCallExposure.MarginCallExposureBuilder.setSimmIMExposure(Exposure simmIMExposure) MarginCallExposure.MarginCallExposureBuilderImpl.setSimmIMExposure(Exposure _simmIMExposure) -
Uses of Exposure in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type ExposureModifier and TypeMethodDescriptionExposureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) ExposureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) ExposureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Exposure> ExposureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Exposure> ExposureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Exposure> ExposureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Exposure> ExposureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Exposure in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type ExposureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ExposureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Exposure o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ExposureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Exposure o) -
Uses of Exposure in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type ExposureModifier and TypeMethodDescriptionExposureOnlyExistsValidator.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 Exposure