Uses of Enum
cdm.product.collateral.CollateralMarginTypeEnum
Packages that use CollateralMarginTypeEnum
Package
Description
Common legal agreement concepts.
-
Uses of CollateralMarginTypeEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as CollateralMarginTypeEnumModifier and TypeFieldDescriptionprotected CollateralMarginTypeEnumAgreementName.AgreementNameBuilderImpl.creditSupportAgreementMarginTypeMethods in cdm.legaldocumentation.common that return CollateralMarginTypeEnumModifier and TypeMethodDescriptionAgreementName.AgreementNameBuilderImpl.getCreditSupportAgreementMarginType()AgreementName.AgreementNameImpl.getCreditSupportAgreementMarginType()AgreementName.getCreditSupportAgreementMarginType()specifies the type of margin for which a legal agreement is named.Methods in cdm.legaldocumentation.common with parameters of type CollateralMarginTypeEnumModifier and TypeMethodDescriptionAgreementName.AgreementNameBuilder.setCreditSupportAgreementMarginType(CollateralMarginTypeEnum creditSupportAgreementMarginType) AgreementName.AgreementNameBuilderImpl.setCreditSupportAgreementMarginType(CollateralMarginTypeEnum _creditSupportAgreementMarginType) -
Uses of CollateralMarginTypeEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as CollateralMarginTypeEnumModifier and TypeFieldDescriptionprotected CollateralMarginTypeEnumCollateralInterestParameters.CollateralInterestParametersBuilderImpl.marginTypeMethods in cdm.product.collateral that return CollateralMarginTypeEnumModifier and TypeMethodDescriptionstatic CollateralMarginTypeEnumCollateralMarginTypeEnum.fromDisplayName(String name) CollateralInterestParameters.CollateralInterestParametersBuilderImpl.getMarginType()CollateralInterestParameters.CollateralInterestParametersImpl.getMarginType()CollateralInterestParameters.getMarginType()Specifies the type of margin for which interest is being calculated, if the parameters are different depending on type of margin (initial or variation).static CollateralMarginTypeEnumReturns the enum constant of this type with the specified name.static CollateralMarginTypeEnum[]CollateralMarginTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.collateral with parameters of type CollateralMarginTypeEnumModifier and TypeMethodDescriptionCollateralInterestParameters.CollateralInterestParametersBuilder.setMarginType(CollateralMarginTypeEnum marginType) CollateralInterestParameters.CollateralInterestParametersBuilderImpl.setMarginType(CollateralMarginTypeEnum _marginType)