Package cdm.legaldocumentation.csa
Interface LegacyValuationAgent
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LegacyValuationAgent.LegacyValuationAgentBuilder
- All Known Implementing Classes:
LegacyValuationAgent.LegacyValuationAgentBuilderImpl,LegacyValuationAgent.LegacyValuationAgentImpl
@RosettaDataType(value="LegacyValuationAgent",
builder=LegacyValuationAgentBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="LegacyValuationAgent",
model="cdm",
builder=LegacyValuationAgentBuilderImpl.class,
version="6.19.0")
public interface LegacyValuationAgent
extends com.rosetta.model.lib.RosettaModelObject
Details of the party calculating the value of collateral to be delivered or returned.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LegacyValuationAgentstatic classImmutable Implementation of LegacyValuationAgent -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.getParty()The elective party.default Class<? extends LegacyValuationAgent> getType()Specifies how the Valuation Agent is determined.default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyValuationAgent> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getParty
ValuationAgentPartyEnum getParty()The elective party. -
getValuationAgent
LegacyValuationAgentEnum getValuationAgent()Specifies how the Valuation Agent is determined. -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
LegacyValuationAgent build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
LegacyValuationAgent.LegacyValuationAgentBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-