Interface ValuationAgent

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ValuationAgent.ValuationAgentBuilder
All Known Implementing Classes:
ValuationAgent.ValuationAgentBuilderImpl, ValuationAgent.ValuationAgentImpl

@RosettaDataType(value="ValuationAgent", builder=ValuationAgentBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="ValuationAgent", model="cdm", builder=ValuationAgentBuilderImpl.class, version="7.0.0-dev.105") public interface ValuationAgent extends com.rosetta.model.lib.RosettaModelObject
Details of the party valuating the collateral to be delivered or returned.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getParty

      Specification of which party calculating the value of collateral to be delivered or returned.
    • getValuationAgent

      ValuationAgentDeterminationEnum 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationAgent> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ValuationAgent> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject