Uses of Enum
cdm.product.common.NotionalAdjustmentEnum
Packages that use NotionalAdjustmentEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Template feature concepts to define payouts.
-
Uses of NotionalAdjustmentEnum in cdm.event.common
Fields in cdm.event.common declared as NotionalAdjustmentEnumModifier and TypeFieldDescriptionprotected NotionalAdjustmentEnumTermsChangeInstruction.TermsChangeInstructionBuilderImpl.adjustmentMethods in cdm.event.common that return NotionalAdjustmentEnumModifier and TypeMethodDescriptionTermsChangeInstruction.getAdjustment()TermsChangeInstruction.TermsChangeInstructionBuilderImpl.getAdjustment()TermsChangeInstruction.TermsChangeInstructionImpl.getAdjustment()Methods in cdm.event.common with parameters of type NotionalAdjustmentEnumModifier and TypeMethodDescriptionTermsChangeInstruction.TermsChangeInstructionBuilder.setAdjustment(NotionalAdjustmentEnum adjustment) TermsChangeInstruction.TermsChangeInstructionBuilderImpl.setAdjustment(NotionalAdjustmentEnum _adjustment) -
Uses of NotionalAdjustmentEnum in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type NotionalAdjustmentEnumModifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<NotionalAdjustmentEnum> Create_TermsChange.Create_TermsChangeDefault.newAdjustment(TermsChangeInstruction termsChange, TradeState before) protected abstract com.rosetta.model.lib.mapper.MapperS<NotionalAdjustmentEnum> Create_TermsChange.newAdjustment(TermsChangeInstruction termsChange, TradeState before) -
Uses of NotionalAdjustmentEnum in cdm.product.common
Methods in cdm.product.common that return NotionalAdjustmentEnumModifier and TypeMethodDescriptionstatic NotionalAdjustmentEnumNotionalAdjustmentEnum.fromDisplayName(String name) static NotionalAdjustmentEnumReturns the enum constant of this type with the specified name.static NotionalAdjustmentEnum[]NotionalAdjustmentEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotionalAdjustmentEnum in cdm.product.template
Fields in cdm.product.template declared as NotionalAdjustmentEnumModifier and TypeFieldDescriptionprotected NotionalAdjustmentEnumTradableProduct.TradableProductBuilderImpl.adjustmentMethods in cdm.product.template that return NotionalAdjustmentEnumModifier and TypeMethodDescriptionTradableProduct.getAdjustment()Specifies the conditions that govern the adjustment to the quantity of a product being traded: e.g. execution, portfolio rebalancing etc.TradableProduct.TradableProductBuilderImpl.getAdjustment()TradableProduct.TradableProductImpl.getAdjustment()Methods in cdm.product.template with parameters of type NotionalAdjustmentEnumModifier and TypeMethodDescriptionTradableProduct.TradableProductBuilder.setAdjustment(NotionalAdjustmentEnum adjustment) TradableProduct.TradableProductBuilderImpl.setAdjustment(NotionalAdjustmentEnum _adjustment)