Options
All
  • Public
  • Public/Protected
  • All
Menu

Failure to Pay atomic event type.

Hierarchy

Index

Constructors

constructor

Properties

Private _amountRequired

_amountRequired: Real

Protected _defTypes

_defTypes: Type

Private _gracePeriod

_gracePeriod: Period

Protected _restrType

_restrType: Type

Methods

amountRequired

  • amountRequired(): Real
  • Returns Real

containsDefaultType

  • containsDefaultType(defType: Type): boolean
  • Returns true if one or a set of event types is within this one and as such will be recognised as a trigger. Not the same as equality.

    Notice that these methods do not include any event logical hierarchy. The match is in a strict sense. If event B is contained in (implied by) event A this would not send a match. This policies should be implemented at the CreditEvent class, which is polymorphic.

    Parameters

    Returns boolean

containsRestructuringType

  • containsRestructuringType(resType: Type): boolean

defaultType

  • defaultType(): Type

gracePeriod

  • Returns Period

isRestructuring

  • isRestructuring(): boolean

restructuringType

  • restructuringType(): Type

Static equal

  • Parameters

    Returns boolean