Interface RightsEvents

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RightsEvents.RightsEventsBuilder
All Known Implementing Classes:
RightsEvents.RightsEventsBuilderImpl, RightsEvents.RightsEventsImpl

@RosettaDataType(value="RightsEvents", builder=RightsEventsBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="RightsEvents", model="cdm", builder=RightsEventsBuilderImpl.class, version="7.0.0-dev.105") public interface RightsEvents extends com.rosetta.model.lib.RosettaModelObject
A class to specify the rights of Security Taker and/or Security Provider when an Early Termination or Access Condition event has occurred.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getSecurityTakerRightsEvent

      SecuredPartyRightsEvent getSecurityTakerRightsEvent()
      The bespoke provisions that might be specified by the parties to the agreement applicable to a Security Taker Rights Event.
    • getControlAgreementNecEvent

      ControlAgreementNecEvent getControlAgreementNecEvent()
      The bespoke provisions that might be specified by the parties to the agreement applicable to a Notice of Exclusive Control Event.
    • getSecurityProviderRightsEvent

      SecurityProviderRightsEvent getSecurityProviderRightsEvent()
      The bespoke provisions that might be specified by the parties to the agreement applicable to a Security Provider Rights Event.
    • getDeliveryInLieuRight

      Boolean getDeliveryInLieuRight()
      The specification of whether Delivery In Lieu language is applicable to the agreement (true) or not (false).
    • getAdditionalRightsEvent

      AdditionalRightsEvent getAdditionalRightsEvent()
      The Additional Rights Event election.
    • build

      RightsEvents 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 RightsEvents> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends RightsEvents> 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