Interface SecuredPartyRightsEvent

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
All Known Implementing Classes:
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl, SecuredPartyRightsEvent.SecuredPartyRightsEventImpl

@RosettaDataType(value="SecuredPartyRightsEvent", builder=SecuredPartyRightsEventBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="SecuredPartyRightsEvent", model="cdm", builder=SecuredPartyRightsEventBuilderImpl.class, version="7.0.0-dev.105") public interface SecuredPartyRightsEvent extends com.rosetta.model.lib.RosettaModelObject
A class to specify Secured Party Rights Event language.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getSecuredPartyRightsEventElection

      List<? extends SecuredPartyRightsEventElection> getSecuredPartyRightsEventElection()
      Getter Methods
    • getEarlyTerminationDateOptionalLanguage

      Boolean getEarlyTerminationDateOptionalLanguage()
      A boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement.
    • getFailureToPayEarlyTermination

      Boolean getFailureToPayEarlyTermination()
      A boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not.
    • 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 SecuredPartyRightsEvent> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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