All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org_isda_cdm.NonCashDividendTreatmentEnum.NonCashDividendTreatmentEnum.go Maven / Gradle / Ivy

/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 5.9.1
 */
  package NonCashDividendTreatmentEnum
  import . "org_isda_cdm"
  /**
   * The enumerated values to specify the treatment of Non-Cash Dividends.
   */
  
  const (
  /**
   * Any non-cash dividend shall be treated as a Declared Cash Equivalent Dividend.
   */
  CASH_EQUIVALENT NonCashDividendTreatmentEnum = iota + 1
  /**
   * The treatment of any non-cash dividend shall be determined in accordance with the Potential Adjustment Event provisions.
   */
  POTENTIAL_ADJUSTMENT_EVENT NonCashDividendTreatmentEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy