Class CreditEvent.CreditEventImpl

java.lang.Object
cdm.event.common.CreditEvent.CreditEventImpl
All Implemented Interfaces:
CreditEvent, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
CreditEvent

public static class CreditEvent.CreditEventImpl extends Object implements CreditEvent
Immutable Implementation of CreditEvent
  • Constructor Details

  • Method Details

    • getCreditEventType

      @RosettaAttribute(value="creditEventType", isRequired=true) @RuneAttribute(value="creditEventType", isRequired=true) public CreditEventTypeEnum getCreditEventType()
      Description copied from interface: CreditEvent
      The type of credit event taking place.
      Specified by:
      getCreditEventType in interface CreditEvent
    • getEventDeterminationDate

      @RosettaAttribute(value="eventDeterminationDate", isRequired=true) @RuneAttribute(value="eventDeterminationDate", isRequired=true) public com.rosetta.model.lib.records.Date getEventDeterminationDate()
      Description copied from interface: CreditEvent
      The date in which the credit event is determined by the Credit Derivatives Determinations Comitee.
      Specified by:
      getEventDeterminationDate in interface CreditEvent
    • getAuctionDate

      @RosettaAttribute("auctionDate") @RuneAttribute("auctionDate") public com.rosetta.model.lib.records.Date getAuctionDate()
      Description copied from interface: CreditEvent
      The date on which the auction is scheduled to occur.
      Specified by:
      getAuctionDate in interface CreditEvent
    • getFinalPrice

      @RosettaAttribute("finalPrice") @RuneAttribute("finalPrice") public Price getFinalPrice()
      Description copied from interface: CreditEvent
      The final price resulting from the auction.
      Specified by:
      getFinalPrice in interface CreditEvent
    • getRecoveryPercent

      @RosettaAttribute("recoveryPercent") @RuneAttribute("recoveryPercent") public BigDecimal getRecoveryPercent()
      Description copied from interface: CreditEvent
      The percentage of the original value of the asset affected by the credit event that can be recovered.
      Specified by:
      getRecoveryPercent in interface CreditEvent
    • getPubliclyAvailableInformation

      @RosettaAttribute("publiclyAvailableInformation") @RuneAttribute("publiclyAvailableInformation") public List<? extends Resource> getPubliclyAvailableInformation()
      Description copied from interface: CreditEvent
      A public information source, e.g. a particular newspaper or electronic news service, that may publish relevant information used in the determination of whether or not a credit event has occurred.
      Specified by:
      getPubliclyAvailableInformation in interface CreditEvent
    • getReferenceInformation

      @RosettaAttribute(value="referenceInformation", isRequired=true) @RuneAttribute(value="referenceInformation", isRequired=true) public ReferenceInformation getReferenceInformation()
      Description copied from interface: CreditEvent
      The reference entity, part of a credit basket, impacted by the credit event.
      Specified by:
      getReferenceInformation in interface CreditEvent
    • build

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

      public CreditEvent.CreditEventBuilder toBuilder()
      Specified by:
      toBuilder in interface CreditEvent
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(CreditEvent.CreditEventBuilder 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