Class EarlyTerminationEvent.EarlyTerminationEventImpl

java.lang.Object
cdm.product.template.EarlyTerminationEvent.EarlyTerminationEventImpl
All Implemented Interfaces:
EarlyTerminationEvent, com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
EarlyTerminationEvent

public static class EarlyTerminationEvent.EarlyTerminationEventImpl extends Object implements EarlyTerminationEvent
Immutable Implementation of EarlyTerminationEvent
  • Constructor Details

  • Method Details

    • getAdjustedExerciseDate

      @RosettaAttribute(value="adjustedExerciseDate", isRequired=true) @RuneAttribute(value="adjustedExerciseDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedExerciseDate()
      Description copied from interface: EarlyTerminationEvent
      The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.
      Specified by:
      getAdjustedExerciseDate in interface EarlyTerminationEvent
    • getAdjustedEarlyTerminationDate

      @RosettaAttribute(value="adjustedEarlyTerminationDate", isRequired=true) @RuneAttribute(value="adjustedEarlyTerminationDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedEarlyTerminationDate()
      Description copied from interface: EarlyTerminationEvent
      The early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention.
      Specified by:
      getAdjustedEarlyTerminationDate in interface EarlyTerminationEvent
    • getAdjustedCashSettlementValuationDate

      @RosettaAttribute(value="adjustedCashSettlementValuationDate", isRequired=true) @RuneAttribute(value="adjustedCashSettlementValuationDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedCashSettlementValuationDate()
      Description copied from interface: EarlyTerminationEvent
      The date by which the cash settlement amount must be agreed. This date should already be adjusted for any applicable business day convention.
      Specified by:
      getAdjustedCashSettlementValuationDate in interface EarlyTerminationEvent
    • getAdjustedCashSettlementPaymentDate

      @RosettaAttribute(value="adjustedCashSettlementPaymentDate", isRequired=true) @RuneAttribute(value="adjustedCashSettlementPaymentDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedCashSettlementPaymentDate()
      Description copied from interface: EarlyTerminationEvent
      The date on which the cash settlement amount is paid. This date should already be adjusted for any applicable business date convention.
      Specified by:
      getAdjustedCashSettlementPaymentDate in interface EarlyTerminationEvent
    • getAdjustedExerciseFeePaymentDate

      @RosettaAttribute("adjustedExerciseFeePaymentDate") @RuneAttribute("adjustedExerciseFeePaymentDate") public com.rosetta.model.lib.records.Date getAdjustedExerciseFeePaymentDate()
      Description copied from interface: EarlyTerminationEvent
      The date on which the exercise fee amount is paid. This date should already be adjusted for any applicable business day convention.
      Specified by:
      getAdjustedExerciseFeePaymentDate in interface EarlyTerminationEvent
    • getMeta

      @RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface EarlyTerminationEvent
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      public EarlyTerminationEvent build()
      Description copied from interface: EarlyTerminationEvent
      Build Methods
      Specified by:
      build in interface EarlyTerminationEvent
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

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

      protected void setBuilderFields(EarlyTerminationEvent.EarlyTerminationEventBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object