Uses of Enum
cdm.legaldocumentation.csa.CalculationValuationAgentPartyEnum
Packages that use CalculationValuationAgentPartyEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CalculationValuationAgentPartyEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as CalculationValuationAgentPartyEnumModifier and TypeFieldDescriptionprotected CalculationValuationAgentPartyEnumCalculationAgentTerms.CalculationAgentTermsBuilderImpl.partyprotected CalculationValuationAgentPartyEnumValuationAgent.ValuationAgentBuilderImpl.partyMethods in cdm.legaldocumentation.csa that return CalculationValuationAgentPartyEnumModifier and TypeMethodDescriptionCalculationValuationAgentPartyEnum.fromDisplayName(String name) CalculationAgentTerms.CalculationAgentTermsBuilderImpl.getParty()CalculationAgentTerms.CalculationAgentTermsImpl.getParty()CalculationAgentTerms.getParty()The party which is specified as Calculation Agent for Initial Margin.ValuationAgent.getParty()Specification of which party calculating the value of collateral to be delivered or returned.ValuationAgent.ValuationAgentBuilderImpl.getParty()ValuationAgent.ValuationAgentImpl.getParty()Returns the enum constant of this type with the specified name.static CalculationValuationAgentPartyEnum[]CalculationValuationAgentPartyEnum.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 CalculationValuationAgentPartyEnumModifier and TypeMethodDescriptionCalculationAgentTerms.CalculationAgentTermsBuilder.setParty(CalculationValuationAgentPartyEnum party) CalculationAgentTerms.CalculationAgentTermsBuilderImpl.setParty(CalculationValuationAgentPartyEnum _party) ValuationAgent.ValuationAgentBuilder.setParty(CalculationValuationAgentPartyEnum party) ValuationAgent.ValuationAgentBuilderImpl.setParty(CalculationValuationAgentPartyEnum _party)