Uses of Enum
cdm.legaldocumentation.csa.ExceptionEnum
Packages that use ExceptionEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ExceptionEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as ExceptionEnumModifier and TypeFieldDescriptionprotected ExceptionEnumConditionsPrecedent.ConditionsPrecedentBuilderImpl.conditionsPrecedentElectionprotected ExceptionEnumRegimeTerms.RegimeTermsBuilderImpl.isApplicableprotected ExceptionEnumPledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl.representativeEventprotected ExceptionEnumRetrospectiveEffect.RetrospectiveEffectBuilderImpl.standardisedExceptionprotected ExceptionEnumSimmException.SimmExceptionBuilderImpl.standardisedExceptionMethods in cdm.legaldocumentation.csa that return ExceptionEnumModifier and TypeMethodDescriptionstatic ExceptionEnumExceptionEnum.fromDisplayName(String name) ConditionsPrecedent.ConditionsPrecedentBuilderImpl.getConditionsPrecedentElection()ConditionsPrecedent.ConditionsPrecedentImpl.getConditionsPrecedentElection()ConditionsPrecedent.getConditionsPrecedentElection()The election to specify whether the standard Conditions Precedent apply.RegimeTerms.getIsApplicable()The specification of whether the regime is elected as applicable to the party when acting as collateral taker.RegimeTerms.RegimeTermsBuilderImpl.getIsApplicable()RegimeTerms.RegimeTermsImpl.getIsApplicable()PledgeeRepresentativeRider.getRepresentativeEvent()The specification of whether the representative event terms are applicable.PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl.getRepresentativeEvent()PledgeeRepresentativeRider.PledgeeRepresentativeRiderImpl.getRepresentativeEvent()RetrospectiveEffect.getStandardisedException()The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.RetrospectiveEffect.RetrospectiveEffectBuilderImpl.getStandardisedException()RetrospectiveEffect.RetrospectiveEffectImpl.getStandardisedException()SimmException.getStandardisedException()The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.SimmException.SimmExceptionBuilderImpl.getStandardisedException()SimmException.SimmExceptionImpl.getStandardisedException()static ExceptionEnumReturns the enum constant of this type with the specified name.static ExceptionEnum[]ExceptionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.legaldocumentation.csa with parameters of type ExceptionEnumModifier and TypeMethodDescriptionConditionsPrecedent.ConditionsPrecedentBuilder.setConditionsPrecedentElection(ExceptionEnum conditionsPrecedentElection) ConditionsPrecedent.ConditionsPrecedentBuilderImpl.setConditionsPrecedentElection(ExceptionEnum _conditionsPrecedentElection) RegimeTerms.RegimeTermsBuilder.setIsApplicable(ExceptionEnum isApplicable) RegimeTerms.RegimeTermsBuilderImpl.setIsApplicable(ExceptionEnum _isApplicable) PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder.setRepresentativeEvent(ExceptionEnum representativeEvent) PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl.setRepresentativeEvent(ExceptionEnum _representativeEvent) RetrospectiveEffect.RetrospectiveEffectBuilder.setStandardisedException(ExceptionEnum standardisedException) RetrospectiveEffect.RetrospectiveEffectBuilderImpl.setStandardisedException(ExceptionEnum _standardisedException) SimmException.SimmExceptionBuilder.setStandardisedException(ExceptionEnum standardisedException) SimmException.SimmExceptionBuilderImpl.setStandardisedException(ExceptionEnum _standardisedException)