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

org_isda_cdm.CollateralInterestHandlingEnum.CollateralInterestHandlingEnum.go Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 5.0.1
 */
  package CollateralInterestHandlingEnum
  import . "org_isda_cdm"
  /**
   * How is collateral interest to be handled?
   */
  
  const (
  /**
   *  Adjust the collateral balance to include the interest amount 
   */
  ADJUST CollateralInterestHandlingEnum = iota + 1
  /**
   *  Transfer the interest each period 
   */
  TRANSFER CollateralInterestHandlingEnum = iota + 1
  /**
   *  Transfer the interest if it meets certain criteria, or otherwise adjust the collateral balance to reflect the interest amount  
   */
  TRANSFER_OR_ADJUST CollateralInterestHandlingEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy